List of usage examples for javax.servlet Filter interface-usage
From source file com.sharmila.hibernatespringsecurity.filter.MyFilter.java
/** * * @author sharmila */ //@WebFilter(filterName = "myFilter", urlPatterns = "/login") public class MyFilter implements Filter {
From source file io.github.alsguo.common.web.filter.BaseFilter.java
/**
* Ant
* ? http://jinnianshilongnian.iteye.com/blog/1416322
* <p/>
* ??
* <filter>
From source file org.zht.framework.filter.UserAccessLogFilter.java
/**
* '
*
* @ClassName :UserAccessLogFilter
* @Description :
* @createTime :201545?1:37:13
From source file org.craftercms.studio.impl.v1.web.filter.MultiReadHttpServletRequestWrapperFilter.java
public class MultiReadHttpServletRequestWrapperFilter implements Filter { public void init(FilterConfig fc) throws ServletException { } public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
From source file cn.net.withub.demo.bootsec.hello.security.CustomSecurityFilter.java
/** * ? * * @author Diluka */ public class CustomSecurityFilter extends AbstractSecurityInterceptor implements Filter {
From source file testapp.web.OpenSessionInViewInterceptorFilter.java
/**
* A filter which implements the Open Session In View pattern. Different from
* the one built into Spring because this one delegates to an instance of
* {@link OpenSessionInViewInterceptor} configured in the application context.
* This permits the use of the same interceptor for deployed code & unit tests.
*
From source file cn.vlabs.umt.ui.servlet.filters.P3PConfigFilter.java
public class P3PConfigFilter implements Filter { private String p3p; @Override public void destroy() { }
From source file fedora.server.security.servletfilters.FilterSetup.java
/** * @author Bill Niebel */ public class FilterSetup extends Base implements Filter { protected static Log log = LogFactory.getLog(FilterSetup.class);
From source file CacheFilter.java
public class CacheFilter implements Filter { private String[][] replyHeaders = { {} }; public void init(FilterConfig config) { Enumeration<?> names = config.getInitParameterNames(); ArrayList<String[]> tmp = new ArrayList<String[]>();
From source file io.cos.cas.filters.CorsSpringFilter.java
/**
* Allows for spring bean configuration of CORS Filter Library.
* Source: http://software.dzhuvinov.com/cors-filter-tips.html
*
* @author Michael Haselton
* @since 4.1.0