List of usage examples for javax.servlet Filter interface-usage
From source file com.surfs.storage.web.filter.LoginFilter.java
public class LoginFilter implements Filter { protected static Pattern[] excludes_Pattern = null; @Override public void init(FilterConfig filterConfig) throws ServletException {
From source file hr.foi.sis.filters.CorsFilter.java
/** * * @author paz */ //@Component //@Order(Ordered.HIGHEST_PRECEDENCE)
From source file hr.foi.rsc.filters.CorsFilter.java
/**
*
* @author Tomislav Turek
*/
@Component
@Order(Ordered.HIGHEST_PRECEDENCE)
From source file org.ligoj.app.http.security.CaptchaFilter.java
/** * Filter checking the CAPTCHA data provided in the "captcha" parameter. */ @Slf4j public class CaptchaFilter implements Filter { public static final String CAPTCHA_HEADER = "captcha";
From source file org.obiba.mica.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 com.ar.dev.tierra.api.config.SimpleCORSFilter.java
/**
*
* @author PauloGaldo
*/
@Component
@Order(Ordered.HIGHEST_PRECEDENCE)
From source file de.betterform.agent.web.filter.XSLTFilter.java
public class XSLTFilter implements Filter { private static final Log LOG = LogFactory.getLog(XSLTFilter.class); private FilterConfig filterConfig = null; private String xsltPath; private String xslFile;
From source file edu.cornell.mannlib.vitro.webapp.filters.JSessionStripFilter.java
/**
* Replaces the Response with one that will never put in a jsession.
* Here is what needs to go into the web.xml:
*
<filter>
From source file nl.mineleni.cbsviewer.servlet.GZipFilter.java
/**
* Eenvoudige GZip compressie filter ter optimalisatie van bandbreedte.
*
* @author prinsmc
*
*/
From source file com.gs.config.CustomFilterLogin.java
/** * * @author SIGSA */ public class CustomFilterLogin implements Filter, InitializingBean {