public class ResumeFilterChain extends java.lang.Object implements CauchoFilterChain
| Constructor and Description |
|---|
ResumeFilterChain(FilterChain next,
WebApp webApp)
Creates a new FilterChainFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
FilterChain |
getNext()
Returns true if cacheable.
|
void |
setSecurityRoleMap(java.util.HashMap<java.lang.String,java.lang.String> map)
Sets the security map.
|
java.lang.String |
toString() |
public ResumeFilterChain(FilterChain next, WebApp webApp)
next - the next filterChainfilter - the user's filterpublic void setSecurityRoleMap(java.util.HashMap<java.lang.String,java.lang.String> map)
public FilterChain getNext()
getNext in interface CauchoFilterChainpublic void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object