org.apache.beehive.netui.pageflow.handler
Interface ForwardRedirectHandler

All Superinterfaces:
Handler

public interface ForwardRedirectHandler
extends Handler

Handler for Servlet forward and redirect.


Method Summary
 void forward(FlowControllerHandlerContext context, String uri)
           
 void redirect(FlowControllerHandlerContext context, String uri)
           
 
Methods inherited from interface Handler
init, reinit
 

Method Detail

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