public class PortalSetupFilter extends Object implements Filter
| Constructor and Description |
|---|
PortalSetupFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp,
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. |
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
FilterdoFilter 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.doFilter in interface FilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.