|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mortbay.component.AbstractLifeCycle
org.mortbay.jetty.handler.AbstractHandler
org.mortbay.jetty.handler.ErrorHandler
org.mortbay.jetty.webapp.WebAppContext.WebAppErrorHandler
| Field Summary |
| Fields inherited from class org.mortbay.jetty.handler.AbstractHandler |
_string |
| Fields inherited from interface org.mortbay.jetty.Handler |
ALL, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST |
| Constructor Summary | |
WebAppContext.WebAppErrorHandler()
|
|
| Method Summary | |
Map |
getErrorPages()
|
void |
handle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
Handle a request. |
void |
setErrorPages(Map errorPages)
|
| Methods inherited from class org.mortbay.jetty.handler.ErrorHandler |
handleErrorPage, isShowStacks, setShowStacks, writeErrorPage |
| Methods inherited from class org.mortbay.jetty.handler.AbstractHandler |
doStart, doStop, getServer, setServer, toString |
| Methods inherited from class org.mortbay.component.AbstractLifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mortbay.component.LifeCycle |
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop |
| Constructor Detail |
public WebAppContext.WebAppErrorHandler()
| Method Detail |
public Map getErrorPages()
public void handle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch)
throws IOException
Handler
handle in interface Handlerhandle in class ErrorHandlerIOExceptionpublic void setErrorPages(Map errorPages)
errorPages - The errorPages to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||