Modifier and Type | Class and Description |
---|---|
class |
RenderPage
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
Gets the action for the name specified.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
SingleActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
protected Action |
RenderPageActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
protected Action |
MapActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
protected Action |
ClassActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
protected abstract Action |
AbstractActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
Template Method for finding the Action for the custom ActionLocator.
|
Action |
AbstractActionLocator.getAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
This method selects the Action by calling the
AbstractActionLocator.doFindAction(ICS, String) method. |
Modifier and Type | Method and Description |
---|---|
Class<Action> |
SingleActionLocator.getActionClass()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractActionLocator.injectDependencies(COM.FutureTense.Interfaces.ICS ics,
Action action)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MapActionLocator.setActionMap(Map<String,Action> map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
GroovyActionLocator.doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyType2Action
This class' only purpose is to save time when testing legacy (and deprecated) Actions
in WCS 12c.
|
Copyright © 2010–2017. All rights reserved.