|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBaseHandler
DefaultHandler
DefaultForwardRedirectHandler
public class DefaultForwardRedirectHandler
Handler for redirects and server forwards.
Constructor Summary | |
---|---|
DefaultForwardRedirectHandler(ServletContext servletContext)
|
Method Summary | |
---|---|
void |
forward(FlowControllerHandlerContext context,
String uri)
|
void |
redirect(FlowControllerHandlerContext context,
String uri)
|
Methods inherited from class DefaultHandler |
---|
getRegisteredHandler, setRegisteredHandler |
Methods inherited from class BaseHandler |
---|
getConfig, getPreviousHandler, getServletContext, init, reinit |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Handler |
---|
init, reinit |
Constructor Detail |
---|
public DefaultForwardRedirectHandler(ServletContext servletContext)
Method Detail |
---|
public void redirect(FlowControllerHandlerContext context, String uri) throws IOException, ServletException
redirect
in interface ForwardRedirectHandler
IOException
ServletException
public void forward(FlowControllerHandlerContext context, String uri) throws IOException, ServletException
forward
in interface ForwardRedirectHandler
IOException
ServletException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |