List of usage examples for javax.servlet Filter interface-usage
From source file net.duckling.ddl.web.filter.VWBFilter.java
/**
* @title: VWBFilter.java
* @package cn.vlabs.duckling.vwb.ui
* @description:
* @author xiejj clive
* @last_edit_time 2012-11-7 ?3:24:02
From source file com.ewcms.web.filter.PreviewFilter.java
@Controller("previewFilter") public class PreviewFilter implements Filter { private static final Logger logger = LoggerFactory.getLogger(PreviewFilter.class); private static final Format format = new SimpleDateFormat("yyyy-MM-dd"); private static final String PREVIEW_PATH = "/template/preview";
From source file org.wings.session.SmartURLsFilter.java
/** * @author hengels */ public class SmartURLsFilter implements Filter { private final transient static Log log = LogFactory.getLog(SmartURLsFilter.class); private String parameterSeparator = ";";
From source file org.opencastproject.kernel.rest.CurrentJobFilter.java
/** * Inspects request current job header and sets the current job for the request. */ public class CurrentJobFilter implements Filter { public static final String CURRENT_JOB_HEADER = "X-Opencast-Matterhorn-Current-Job-Id";
From source file alpine.filters.ContentSecurityPolicyFilter.java
/**
* <p>
* Implements W3C Content Security Policy (Level 1 and 2).
* </p>
*
* <p>
From source file org.apache.myfaces.webapp.filter.JavaScriptDetectorFilter.java
/**
*
* Filter to handle javascript detection redirect. This is an EXPERIMENTAL feature.
*
* @author Oliver Rossmueller (latest modification by $Author$)
*
From source file org.yes.cart.web.filter.ShopRequireLoginFilter.java
/** * User: denispavlov * Date: 12/01/2017 * Time: 07:21 */ public class ShopRequireLoginFilter extends AbstractFilter implements Filter {
From source file net.roecky.grails.plugins.shiroProtectAny.filters.ShiroAnyUrlProtectionFilter.java
/** * The {@link ShiroAnyUrlProtectionFilter} ... */ public class ShiroAnyUrlProtectionFilter implements Filter { private static final Logger LOGGER = LoggerFactory.getLogger(ShiroAnyUrlProtectionFilter.class);
From source file org.apache.roller.weblogger.ui.core.filters.IPBanFilter.java
/** * Simple IP restriction filter. Denied clients get a 404 reponse. * * @web.filter name="IPBanFilter" */ public class IPBanFilter implements Filter {
From source file org.openmrs.module.webservices.rest.web.filter.AuthorizationFilter.java
/**
* Filter intended for all /ws/rest calls that allows the user to authenticate via Basic
* authentication. (It will not fail on invalid or missing credentials. We count on the API to throw
* exceptions if an unauthenticated user tries to do something they are not allowed to do.) <br/>
* <br/>
* IP address authorization is also performed based on the global property: