org.apache.beehive.netui.pageflow.handler
Interface ForwardRedirectHandler
- All Superinterfaces:
- Handler
- All Known Implementing Classes:
- DefaultForwardRedirectHandler
public interface ForwardRedirectHandler
- extends Handler
Handler for Servlet forward and redirect.
redirect
void redirect(FlowControllerHandlerContext context,
String uri)
throws IOException,
ServletException
- Throws:
IOException
ServletException
forward
void forward(FlowControllerHandlerContext context,
String uri)
throws IOException,
ServletException
- Throws:
IOException
ServletException