org.openxava.actions
Interface IForwardAction
- All Superinterfaces:
- IAction
- All Known Implementing Classes:
- GenerateReportAction, GoToURLAction, JasperReportBaseAction, SimpleHTMLReportAction
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
getForwardURI
java.lang.String getForwardURI()
- The URI to go.
If it starts with "http://" or "http://" the action will forward to the
absolute URL in internet (since v4m1), if it starts with "javascript:" the
corresponding code will executed by the browser (since 4.0.1),
otherwise it will forward to a resource inside this application.
inNewWindow
boolean inNewWindow()