List of usage examples for javax.servlet Filter interface-usage
From source file com.knowbout.hibernate.OpenSessionInViewFilter.java
/** * The <code>OpenSessionInViewFilter</code> class * @author almilli */ public class OpenSessionInViewFilter implements Filter { private static final Log log = LogFactory.getLog(OpenSessionInViewFilter.class);
From source file org.jasig.portal.web.ExceptionLoggingFilter.java
/** * Filter that logs exceptions before re-throwing. Used to make sure that all portal related exceptions end up in the portal log * * @author Eric Dalquist */ public class ExceptionLoggingFilter implements Filter {
From source file com.huateng.ebank.framework.web.TransFilter.java
/**
* ?GlobalInfo ,GlobalInfothreadLocal
*
* @author yjw
*
*/
From source file org.soulwing.cas.filter.SimpleBypassFilter.java
/**
* A filter that detects requests for servlet paths that should bypass CAS
* authentication. The <code>bypassPaths</code> property is set to a
* comma-separated string of glob expressions that describe one or more
* servlet paths that should not be CAS authenticated.
* When a request for a path that matches one of the configured glob
From source file sample.UserAccountsFilter.java
public class UserAccountsFilter implements Filter { public void init(FilterConfig filterConfig) throws ServletException { } @SuppressWarnings("unchecked")
From source file jp.or.openid.eiwg.filter.InitFilter.java
/** * Filter implementation class InitFilter */ @WebFilter(urlPatterns = "*") public class InitFilter implements Filter {
From source file org.displaytag.filter.ResponseOverrideFilter.java
/**
* <p>
* Allow the author of an included JSP page to reset the content type to something else (like a binary stream), and then
* write the new info back as the exclusive response, clearing the buffers of all previously added content.
* </p>
* <p>
From source file pers.adar.lzy.filter.AccessLogFilter.java
/** * */ public class AccessLogFilter implements Filter { @Override
From source file com.autentia.intra.filter.UTF8Filter.java
/** * Filtro para que la aplicacin acepte codificacin en formato UTF-8 */ public class UTF8Filter implements Filter { private static final Log log = LogFactory.getLog(UTF8Filter.class);
From source file org.nuxeo.ecm.core.management.jtajca.internal.Log4jWebFilter.java
/** * @author matic */ public class Log4jWebFilter implements Filter { private static final Log log = LogFactory.getLog(Log4jWebFilter.class);