Example usage for javax.servlet Filter interface-usage

List of usage examples for javax.servlet Filter interface-usage

Introduction

In this page you can find the example usage for javax.servlet Filter interface-usage.

Usage

From source file org.dspace.utils.servlet.DSpaceWebappServletFilter.java

/**
 * This servlet filter will handle the hookup and setup for DSpace 
 * requests.  It should be applied to any webapp that is using the 
 * DSpace core.
 * <p>
 * It will also do anything necessary to the requests that are coming 

From source file be.dnsbelgium.rdap.servlet.LoggerFilter.java

public class LoggerFilter implements Filter {

    public static class StatusExposingServletResponse extends HttpServletResponseWrapper {

        private int httpStatus = SC_OK;

From source file io.github.microcks.web.filter.StaticResourcesFilter.java

/**
 * Servlet filter for adapting static resources access path when in production mode
 * (cause everything is now into /dist directory !)
 * @author laurent
 */
public class StaticResourcesFilter implements Filter {

From source file org.kuali.rice.krad.web.filter.SetResponseBufferSizeFilter.java

/**
 * This class can be used to increase the response buffer size so that if there is a late exception, Tomcat's ErrorReportValve can
 * display it on the page and return an error status in the HTTP reponse header. This filter must be configured early in the chain
 * in web.xml, before another filter writes anything to the response.
 * 
 * There's no configuration option for this already?

From source file edu.cornell.mannlib.vitro.webapp.filters.PageRoutingFilter.java

/**
 * This filter is intended to route requests to pages defined in the display model.
 * 
 * It should be last in the chain of filters since it will not call filters further
 * down the chain.
 * 

From source file team.curise.filter.LoginFilter.java

/**
 *
 * @author pupu
 */
public class LoginFilter implements Filter {

From source file org.jboss.tools.livereload.internal.io.LiveReloadScriptFileFilter.java

/**
 * @author xcoulon
 *
 */
public class LiveReloadScriptFileFilter implements Filter {

From source file net.sf.j2ep.RewriteFilter.java

/**
 * A filter that will locate the appropriate Rule
 * and use it to rewrite any incoming request to
 * get the server targeted. Responses sent back
 * are also rewritten.
 *

From source file org.ujorm.orm.support.OpenSessionInViewFilter.java

/**
 *
 * @author Hampl
 */
public class OpenSessionInViewFilter implements Filter {

From source file eu.openanalytics.rpooli.web.BaseUriInjectionFilter.java

/**
 * @author "OpenAnalytics &lt;rsb.development@openanalytics.eu&gt;"
 */
public class BaseUriInjectionFilter implements Filter {
    @Override
    public void doFilter(final ServletRequest request, final ServletResponse response, final FilterChain chain)