Modifier and Type | Class and Description |
---|---|
class |
RenderPage
Generic page-rendering action.
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Gets the action for the name specified.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
SingleActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name) |
protected Action |
RenderPageActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name) |
protected Action |
MapActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name) |
protected Action |
ClassActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name) |
protected abstract Action |
AbstractActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Template Method for finding the Action for the custom ActionLocator.
|
Action |
AbstractActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
This method selects the Action by calling the
AbstractActionLocator.doFindAction(ICS, String) method. |
Modifier and Type | Method and Description |
---|---|
Class<Action> |
SingleActionLocator.getActionClass() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractActionLocator.injectDependencies(COM.FutureTense.Interfaces.ICS ics,
Action action) |
Modifier and Type | Method and Description |
---|---|
void |
MapActionLocator.setActionMap(Map<String,Action> map) |
Modifier and Type | Method and Description |
---|---|
protected Action |
GroovyActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
DeviceAwareRenderPageAction
RenderPage action extension that handles translations as well as device
detection to direct the visitor to the device specific template.
|
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.