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 no.kantega.commons.filter.ParamEncodingFilter.java

/**
 *
 */
public class ParamEncodingFilter implements Filter {
    public static final String POST_PARAM_ENCODING = "encoding";
    public static final String GET_PARAM_ENCODING = "getencoding";

From source file com.jiwhiz.web.filter.StaticResourcesProductionFilter.java

/**
 * This filter is used in production, to serve static resources generated by "grunt build".
 * <p/>
 * <p>
 * It is configured to serve resources from the "dist" directory, which is the Grunt
 * destination directory.

From source file gov.nih.nci.caarray.web.filter.CacheControlFilter.java

/**
 * Filter that ensures dynamic pages are not cached.
 * @author Dan Kokotov
 */
public class CacheControlFilter implements Filter {
    private static final String DYNAMIC_URL_EXTENSION = "action";

From source file com.hillert.botanic.filter.SimpleCorsFilter.java

/**
 * Relaxes the CORS restrictions so that clients from other hosts can access the
 * API.
 *
 * @author Gunnar Hillert
 * @since 1.0

From source file cs544.wamp_blog_engine.filters.MyFilter.java

/**
 *
 * @author priya
 */
public class MyFilter implements Filter {

From source file gov.nih.nci.cabig.ccts.security.UserFilter.java

public final class UserFilter implements Filter {

    private UserDao userDao;
    private static final Log log = LogFactory.getLog(UserFilter.class);

    public void init(FilterConfig filterConfig) throws ServletException {

From source file com.xhsoft.framework.common.filter.SessionUpcFilter.java

public class SessionUpcFilter implements Filter {

    private static final Log logger = LogFactory.getLog(SessionUpcFilter.class);
    @SuppressWarnings("unused")
    private String fileResource;

From source file com.pe.nisira.movil.view.listener.SessionTimeoutFilter.java

/**
 *
 * @author azamora
 */
@WebFilter()
public class SessionTimeoutFilter implements Filter {

From source file org.jboss.dashboard.ui.controller.CacheFilter.java

public class CacheFilter implements Filter {
    private static transient org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory
            .getLog(CacheFilter.class.getName());

    private FilterConfig filterConfig;
    private SimpleDateFormat sdf = new SimpleDateFormat("EE, dd MMM yyyy KK:mm:ss", Locale.ENGLISH);

From source file shionn.hexas.auth.AuthFilter.java

/**
 * 
 * Code sous licence GPLv3 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author <b>Shionn</b>, shionn@gmail.com <i>http://shionn.org</i><br>
 *         GCS d- s+:+ a+ C++ UL/M P L+ E--- W++ N K- w-- M+ t+ 5 X R+ !tv b+ D+ G- e+++ h+ r- y+