List of usage examples for javax.servlet Filter interface-usage
From source file edu.harvard.i2b2.fhirserver.ws.PublicClientFilter.java
@WebFilter(urlPatterns = { "/*" }, description = "Session Checker Filter")
public class PublicClientFilter implements Filter {
static Logger logger = LoggerFactory.getLogger(PublicClientFilter.class);
private FilterConfig config = null;
/*
From source file edu.harvard.i2b2.fhirserver.ejb.PublicClientFilter.java
@WebFilter(urlPatterns = { "/*" }, description = "Session Checker Filter")
public class PublicClientFilter implements Filter {
static Logger logger = LoggerFactory.getLogger(PublicClientFilter.class);
private FilterConfig config = null;
/*
From source file alpine.filters.ClickjackingFilter.java
/**
* <p>
* Implements HTTP Header Field X-Frame-Options (RFC 7034).
* </p>
*
* <p>
From source file org.andromda.timetracker.web.timecardsearch.SearchTimecardsPopulator.java
/** * This filter handles the population of forms for the <em>Search Timecards</code> * view. */ public class SearchTimecardsPopulator implements Filter { private FilterConfig config;
From source file jp.co.opentone.bsol.framework.web.filter.GZipFilter.java
/** * ?Gzip???Filter. * @author opentone */ public class GZipFilter implements Filter {
From source file com.google.code.profiling.filters.ProfilingTimerFilter.java
/**
* <p>
* Filter that will intercept requests & time how long it takes for them to return. It stores
* this information in the ProfilingTimerBean.
*
* <p>
From source file de.berlios.jedi.presentation.admin.PrepareAdminSessionFilter.java
/**
* <p>
* Checks if the session has the needed attributes for the admin actions.<br>
* If the session hasn't those attributes, it forwards to the
* PrepareAdminSessionAction, using the name of the intercepted Action as the
* value of the NEXT_FORWARD_NAME key.<br>
From source file test.be.fedict.eid.applet.LogFilter.java
public class LogFilter implements Filter { private static final Log LOG = LogFactory.getLog(LogFilter.class); public void destroy() { }
From source file com.google.code.profiling.filters.ProfilingMemoryFilter.java
/**
* <p>
* Filter that will intercept requests & time how long it takes for them to return. It stores
* this information in the ProfilingTimerBean.
*
* <p>
From source file cn.bc.web.filter.SetCharacterEncodingFilter.java
/**
* <ul>
* <li><strong>encoding</strong> - The character encoding to be configured
* for this request, either conditionally or unconditionally based on
* the <code>ignore</code> initialization parameter. This parameter
* is required, so there is no default.</li>