Modifier and Type | Class and Description |
---|---|
class |
ApplicationWizard |
Modifier and Type | Class and Description |
---|---|
class |
PageAdminAction |
class |
RootChildrenAction |
class |
RootConfigurationAction |
class |
RootPermissionsAction |
Modifier and Type | Class and Description |
---|---|
class |
SafeModeAction |
Modifier and Type | Field and Description |
---|---|
protected PageAction |
PageInstance.actionBean |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends PageAction> |
PageInstance.actionClass |
Modifier and Type | Method and Description |
---|---|
static PageAction |
DispatcherLogic.ensureActionBean(PageInstance page)
Deprecated.
|
PageAction |
PageInstance.getActionBean()
Returns an object that implements this page.
|
PageAction |
PageAction.getParent() |
static PageAction |
DispatcherLogic.getSubpage(Configuration configuration,
PageInstance parentPageInstance,
String pathFragment) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PageAction> |
PageInstance.getActionClass()
Returns the class that implements this page.
|
static Class<? extends PageAction> |
DispatcherLogic.getActionClass(Configuration configuration,
File directory) |
static Class<? extends PageAction> |
DispatcherLogic.getActionClass(Configuration configuration,
File directory,
boolean fallback) |
Modifier and Type | Method and Description |
---|---|
static void |
DispatcherLogic.configurePageAction(PageAction pageAction,
PageInstance pageInstance) |
void |
PageInstance.setActionBean(PageAction actionBean) |
Constructor and Description |
---|
PageInstance(PageInstance parent,
File directory,
Page page,
Class<? extends PageAction> actionClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageAction
Convenient abstract base class for PageActions.
|
Modifier and Type | Method and Description |
---|---|
PageAction |
AbstractPageAction.getParent() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PageActionLogic.isEmbedded(PageAction pageAction) |
Modifier and Type | Class and Description |
---|---|
class |
ActivityStreamAction |
Modifier and Type | Class and Description |
---|---|
class |
CalendarAction |
Modifier and Type | Class and Description |
---|---|
class |
ChartAction
Deprecated.
please use JFreeChartAction
|
Modifier and Type | Class and Description |
---|---|
class |
ChartJsAction |
Modifier and Type | Class and Description |
---|---|
class |
JFreeChartAction |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrudAction<T>
A generic PageAction offering CRUD functionality, independently on the underlying data source.
|
class |
CrudAction
Default AbstractCrudAction implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomAction |
Modifier and Type | Class and Description |
---|---|
class |
FormAction |
class |
TableFormAction |
Modifier and Type | Class and Description |
---|---|
class |
GalleryAction |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLoginAction |
Modifier and Type | Method and Description |
---|---|
PageAction |
DefaultLoginAction.getParent() |
Modifier and Type | Class and Description |
---|---|
class |
ManyToManyAction |
Modifier and Type | Class and Description |
---|---|
class |
MapAction |
Modifier and Type | Class and Description |
---|---|
class |
OpenIdLoginAction |
Modifier and Type | Method and Description |
---|---|
PageActionInfo |
PageActionRegistry.getInfo(Class<? extends PageAction> actionClass) |
Modifier and Type | Method and Description |
---|---|
protected void |
PortofinoFilter.checkActionBeanInvocation(javax.ws.rs.container.ContainerRequestContext requestContext,
PageAction pageAction) |
Modifier and Type | Class and Description |
---|---|
class |
TextAction |