List of usage examples for javax.servlet Filter interface-usage
From source file de.tudarmstadt.ukp.clarin.webanno.webapp.WebAnnoLoggingFilter.java
public class WebAnnoLoggingFilter implements Filter { @Override public void init(FilterConfig filterConfig) throws ServletException { // Do nothing }
From source file com.usefullc.platform.common.filter.WebCommonFilter.java
/** * WebCommonFilter.java?? * * @author shengshang.tang 2014519 ?1:53:10 */ public class WebCommonFilter implements Filter {
From source file org.directwebremoting.faces.FacesExtensionFilter.java
/**
* Filter integration for DWR framework. This filter was inspired by this
* article: http://www.thoughtsabout.net/blog/archives/000033.html
* @author Pierpaolo Follia (Latest revision: $Author: esa50833 $)
* @author Joe Walker [joe at getahead dot ltd dot uk]
* @noinspection AbstractClassNeverImplemented
From source file org.kuali.coeus.sys.framework.controller.interceptor.PerformanceLoggingFilter.java
/**
* Part of KC's {@link FilterChain} that handles timing a {@link HttpServletRequest} and reporting on the state of
* resource consumption. The following information gets logged from this {@link Filter} at the <b>INFO</b> log level.
* <ul>
* <li>Request execution time</li>
* <li>Initial resource consumption</li>
From source file com.swdouglass.joid.server.UserUrlFilter.java
/** * */ public class UserUrlFilter implements Filter { private static Log log = LogFactory.getLog(UserUrlFilter.class);
From source file org.craftercms.cstudio.share.servlet.ApplicationContextForRequestFilter.java
/**
* This filter sets the application context in thread local
* <p>
* @author Russ Danner (rdanner@devartisan.org)
* @author Sandra O'Keeffe
*/
From source file de.appsolve.padelcampus.filter.LoginFilter.java
@Component("loginFilter") public class LoginFilter implements Filter { @Autowired CustomerDAOI customerDAO; @Autowired
From source file com.autentia.tnt.filter.HibernateSessionRequestFilter.java
/** * http://www.hibernate.org/43.html */ public class HibernateSessionRequestFilter implements Filter { private static Log log = LogFactory.getLog(HibernateSessionRequestFilter.class);
From source file org.pentaho.platform.web.http.filters.PentahoHibernateFilter.java
public class PentahoHibernateFilter implements Filter { private static final Log logger = LogFactory.getLog(PentahoHibernateFilter.class); /* * (non-Javadoc)
From source file org.red5.logging.LoggerContextFilter.java
/**
* A servlet filter that puts this contexts LoggerContext into a Threadlocal variable.
*
* It removes it after the request is processed.
*
* To use it, add the following lines to a web.xml file