public interface PageAction extends ActionBean, DispatchElement
Modifier and Type | Method and Description |
---|---|
ElementsActionBeanContext |
getContext() |
String |
getPageTemplate() |
PageAction |
getParent() |
String |
getReturnUrl()
This is the URL (typically relative to the application, i.e. without scheme, host, and port components)
where the action should redirect to after handling an event.
|
org.apache.commons.collections.MultiMap |
initEmbeddedPageActions()
Lifecycle method called by templates that can include embedded pages to compute the set of pages to embed
and their locations and order.
|
Resolution |
preparePage()
A lifecycle method invoked during the dispatch phase, where a http request is translated to a dispatch
(a path in the page tree) ultimately leading to an action invocation.
|
setContext
consumePathFragment, getPageInstance, setPageInstance
static final String copyright
Resolution preparePage()
ElementsActionBeanContext getContext()
getContext
in interface ActionBean
PageAction getParent()
org.apache.commons.collections.MultiMap initEmbeddedPageActions()
String getReturnUrl()
String getPageTemplate()