|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.PageFilterChain
public class PageFilterChain
Represents the final servlet in a filter chain.
| Field Summary | |
|---|---|
static java.lang.String |
SERVLET_EXN
|
static java.lang.String |
SERVLET_NAME
|
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the final servlet at the end of the chain. |
QServlet |
getServlet()
Returns the servlet. |
ServletContext |
getServletContext()
Gets the servlet context. |
void |
setServletContext(ServletContext servletContext)
Sets the servlet context. |
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 java.lang.String SERVLET_NAME
public static java.lang.String SERVLET_EXN
| Method Detail |
|---|
public void setServletContext(ServletContext servletContext)
public ServletContext getServletContext()
public QServlet getServlet()
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doFilter in interface FilterChainreq - the servlet requestres - 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 | |||||||||