public interface StartPageAction extends Action
FixedStartPageFactory
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get an optional description of the start page.
|
java.lang.String |
getId()
Get the ID of the the action.
|
java.lang.String |
getName()
Get the name of the start page.
|
java.lang.String |
getUrl()
Get the URL to the start page.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getUrl()
$SESSION-ID$
as a placeholder for the current session id.
Eg. my_alternate_startpage.jsp?ID=$SESSION-ID$