public interface IMultipleForwardAction extends IAction
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getForwardURIs()
The URIs to go.
|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
java.lang.String[] getForwardURIs()
If it starts with "http://" or "http://" the action will forward to the absolute URL in internet, if it starts with "javascript:" the corresponding code will executed by the browser, otherwise it will forward to a resource inside this application.