public class ServletFilterChain extends java.lang.Object implements FilterChain
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVLET_NAME |
| Constructor and Description |
|---|
ServletFilterChain(ServletConfigImpl config)
Create the filter chain servlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getRoleMap()
Returns the role map.
|
java.lang.String |
getServletName()
Returns the servlet name.
|
java.lang.String |
toString() |
public ServletFilterChain(ServletConfigImpl config)
config - the underlying ServletConfigpublic java.lang.String getServletName()
public java.util.HashMap<java.lang.String,java.lang.String> getRoleMap()
public 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