List of usage examples for javax.servlet Filter interface-usage
From source file edu.vt.middleware.servlet.filter.ClientCertFilter.java
/**
* <code>ClientCertFilter</code> is a filter which can be used to restrict
* access to a servlet by verifying aspects of the client certificate chain
* given to the servlet.
*
* @author Middleware Services
From source file com.jaspersoft.jasperserver.ps.CORSHandler.SimpleCORSFilter.java
@Component public class SimpleCORSFilter implements Filter { public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException { HttpServletResponse response = (HttpServletResponse) res;
From source file it.scoppelletti.programmerpower.web.spring.FilterChainBean.java
/**
* Componente che implementa una catena di filtri registrabile come bean.
*
* @since 1.0.0
*/
@Final
From source file Servlet.Filtro.java
/** * * @author flaviosampaioreisdelima */ //Todas as URI iro passar pelo filtro, com a configurao abaixo @MultipartConfig
From source file com.ateam.login.UserSession.java
@Component public class UserSession implements Filter { public static final String LAST_URL_REDIRECT_KEY = UserSession.class.getName() + "LAST_URL_REDIRECT_KEY"; @Override public void destroy() {
From source file com.threeti.proxy.RequestFilter.java
/**
*
*
* @author GodSon
*
*/
From source file org.guiceside.web.dispatcher.GuiceSideFilter.java
/**
* <p>
* GuiceSideFilterServletContextThreadLocal??Guice
* ???encoding
* </p>
* @author zhenjia <a href='mailto:zhenjiaWang@gmail.com'>email</a>
From source file org.surfnet.oaaas.auth.AbstractFilter.java
/** * Shared functionality of the different authorization and userconsent Filters * */ public abstract class AbstractFilter implements Filter {
From source file ch.wisv.areafiftylan.security.CORSFilter.java
@Component public class CORSFilter implements Filter { @Override public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException {
From source file de.berlios.jedi.presentation.StxxTransformSelectionFilter.java
/**
* <p>
* Sets the selected stxx transform in every request.<br>
* This transform will be used by stxx to generate the resulting XML page,
* applying one XSL Transformation or another based on its value. The used
* transform depends on the user interface being used.