public class CometServletFilterChain extends java.lang.Object implements FilterChain
| Constructor and Description |
|---|
CometServletFilterChain(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.
|
public CometServletFilterChain(ServletConfigImpl config)
config - for the underlying servletpublic 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.IOException