|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.AbstractFilterChain
com.caucho.server.webapp.WebAppFilterChain
public class WebAppFilterChain
Represents the next filter in a filter chain. The final filter will be the servlet itself.
| Constructor Summary | |
|---|---|
WebAppFilterChain(FilterChain next,
WebApp app)
Creates a new FilterChainFilter. |
|
WebAppFilterChain(FilterChain next,
WebApp app,
boolean isTop)
Creates a new FilterChainFilter. |
|
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at the end of the chain. |
boolean |
doResume(ServletRequest request,
ServletResponse response)
Resumes the request for comet-style. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebAppFilterChain(FilterChain next,
WebApp app)
next - the next filterChainfilter - the user's filter
public WebAppFilterChain(FilterChain next,
WebApp app,
boolean isTop)
next - the next filterChainfilter - the user's filter| Method Detail |
|---|
public void setSecurityRoleMap(java.util.HashMap<java.lang.String,java.lang.String> map)
public FilterChain getNext()
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
request - the servlet requestresponse - the servlet response
ServletException
java.io.IOException
public boolean doResume(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doResume in interface CometFilterChaindoResume in class AbstractFilterChainrequest - the servlet requestresponse - the servlet response
ServletException
java.io.IOExceptionpublic java.lang.String toString()
toString in class AbstractFilterChain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||