public interface ICustomViewAction extends IAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_VIEW |
static java.lang.String |
PREVIOUS_VIEW |
static java.lang.String |
SAME_VIEW |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomView()
The id of a view made directly by developer (not OpenXava view).
|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
static final java.lang.String DEFAULT_VIEW
static final java.lang.String PREVIOUS_VIEW
static final java.lang.String SAME_VIEW
java.lang.String getCustomView() throws java.lang.Exception
In web version is the name of jsp page (without .jsp extension). This is for inserting jsp (o swing) hand made view in our OpenXava application.
java.lang.Exception