public interface Filter
ExtensibleFilter
Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 25 sept. 2009| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
The
doFilter method of the Filter is called by the ExtensibleFilter each time a request/response
pair is passed through the chain due to a client request for a resource at the end of the chain. |
void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter method of the Filter is called by the ExtensibleFilter each time a request/response
pair is passed through the chain due to a client request for a resource at the end of the chain.IOExceptionjavax.servlet.ServletExceptionCopyright © 2018 JBoss by Red Hat. All Rights Reserved.