org.jwarp.service.web.forward
Interface IForwardAlg

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AForwardAlg, ForwardJspAlg, ForwardServletAlg, ForwardXSLAlg

public interface IForwardAlg
extends IConfigurable


Method Summary
 void forward(WebContext webContext, java.lang.String typeIDUrl)
          This method forwards to a page which produces the final response.
 java.lang.String getID()
          Forward to an action as defined in the target params.
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

getID

public java.lang.String getID()
Forward to an action as defined in the target params. Note that all parameters must be stored within the request for no stripping of the target parameter is made by default.

forward

public void forward(WebContext webContext,
                    java.lang.String typeIDUrl)
             throws InvalidForwardException,
                    InvalidForwardTypeException
This method forwards to a page which produces the final response. If the target of the
forward is not a jsp page then a redirect is send to the browser.
Parameters:
page - URL of jsp-page to forward
req - JavawebRequest
res - HttpServletResponse

©   O R C A   S y s t e m s