Class FilterChainImpl
java.lang.Object
org.adempiere.eclipse.equinox.http.servlet.FilterChainImpl
- All Implemented Interfaces:
javax.servlet.FilterChain
-
Constructor Summary
ConstructorsConstructorDescriptionFilterChainImpl(List<FilterRegistration> matchingFilterRegistrations, ServletRegistration registration) -
Method Summary
Modifier and TypeMethodDescriptionvoiddoFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
-
Constructor Details
-
FilterChainImpl
public FilterChainImpl(List<FilterRegistration> matchingFilterRegistrations, ServletRegistration registration)
-
-
Method Details
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) throws IOException, javax.servlet.ServletException - Specified by:
doFilterin interfacejavax.servlet.FilterChain- Throws:
IOExceptionjavax.servlet.ServletException
-