org.openxava.actions
Interface IForwardAction

All Superinterfaces:
IAction
All Known Implementing Classes:
GenerateReportAction, GoToURLAction, JasperReportBaseAction

public interface IForwardAction
extends IAction

It allows to do a forward to any URI. It can be a resource inside the same application, such as a jsp or servlet, or an absolute URL in the internet. The absolute URL is supported since v4m1.

Author:
Javier Paniza

Method Summary
 java.lang.String getForwardURI()
          The URI to go.
 boolean inNewWindow()
           
 
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
 

Method Detail

getForwardURI

java.lang.String getForwardURI()
The URI to go.

Is it starts with "http://" or "http://" the action will forward to the absolute URL in internet (since v4m1), otherwise it will forward to a resource inside this application.


inNewWindow

boolean inNewWindow()