|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.WebServiceFilterChain
public class WebServiceFilterChain
Represents the final servlet in a filter chain.
| Field Summary | |
|---|---|
static java.lang.String |
SERVLET_NAME
|
| Constructor Summary | |
|---|---|
WebServiceFilterChain(ServletConfigImpl config)
Create the filter chain servlet. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVLET_NAME
| Constructor Detail |
|---|
public WebServiceFilterChain(ServletConfigImpl config)
servlet - the underlying servlet| Method Detail |
|---|
public 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 response
ServletException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||