List of usage examples for javax.servlet Filter interface-usage
From source file org.wso2.carbon.appfactory.utilities.filters.RootContextRedirectFilter.java
/**
* Filter class to make the Appfactory application as the root application in
* his domain.
* When the request is made to ROOT ("/") then this filter gets activated and
* redirects to the appfactory home page.
* Configuration for this filter should be available at carbon/web.xml.
From source file be.fedict.eid.idp.webapp.SessionLoggingFilter.java
public class SessionLoggingFilter implements Filter { private static final Log LOG = LogFactory.getLog(SessionLoggingFilter.class); public void destroy() { LOG.debug("destroy");
From source file codes.thischwa.c5c.FilemanagerConfigFilter.java
/**
* Filter for the configuration files of the filemanager.<br/>
* This enables the request-based (user-based) configuration. The implementation of
* {@link FilemanagerConfigBuilder} will be used to build the configuration.<br/>
* <br/>
* <strong>Important:</strong> It must be ensured, that this filter will be initialized
From source file edu.emory.cci.aiw.cvrg.eureka.servlet.filter.UserInfoFilter.java
/** * @author hrathod */ @Singleton public class UserInfoFilter implements Filter {
From source file com.ocpsoft.socialpm.web.filter.ResponseTimeLoggingFilter.java
public class ResponseTimeLoggingFilter implements Filter { Log log = LogFactory.getLog(ResponseTimeLoggingFilter.class); @Override public void doFilter(final ServletRequest request, final ServletResponse response, final FilterChain chain) throws IOException, ServletException {
From source file org.qifu.base.filter.CharsetFilter.java
public class CharsetFilter implements Filter { private FilterConfig filterConfig; private String contentType = "text/html; charset=" + Constants.BASE_ENCODING; private String encoding = Constants.BASE_ENCODING; @Override
From source file com.supinfo.supfriends.web.filter.ProtectorFilter.java
/** * Scurise les Servlets auquels il est appliqu La vrification de scurit se * fait par Cookies */ public class ProtectorFilter implements Filter {
From source file info.magnolia.cms.filters.ContentTypeFilter.java
/** * @author Sameer Charles * @author Fabrizio Giustina * @version $Id: ContentTypeFilter.java 1956 2006-01-29 16:11:31Z fgiust $ */ public class ContentTypeFilter implements Filter {
From source file org.soulwing.cas.support.ProxyGrantingTicketFilter.java
/**
* A filter that looks for the proxy granting ticket in the session
* of a request and places it in ProxyGrantingTicketHolder.
*
* @author Carl Harris
*/
From source file com.autentia.tnt.filter.UTF8Filter.java
/**
*
* Filtro para que la aplicacin acepte codificacin en formato UTF-8
*
*/