|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.RedirectFilterChain
public class RedirectFilterChain
Represents the final servlet in a filter chain.
Constructor Summary | |
---|---|
RedirectFilterChain(java.lang.String url)
Create the redirect filter chain servlet. |
|
RedirectFilterChain(java.lang.String url,
java.lang.String queryString)
Create the redirect filter chain servlet. |
Method Summary | |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedirectFilterChain(java.lang.String url)
url
- the URL to redirect to.public RedirectFilterChain(java.lang.String url, java.lang.String queryString)
url
- the URL to redirect to.Method Detail |
---|
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter
in interface FilterChain
request
- the servlet requestresponse
- the servlet response
ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |