Modifier and Type | Method and Description |
---|---|
protected ActionLocator |
ActionFrameworkController.getActionLocator()
Deprecated.
|
protected abstract ActionLocator |
AbstractActionController.getActionLocator()
Deprecated.
|
static ActionLocator |
ActionLocatorUtils.getActionLocator(javax.servlet.ServletContext servletContext)
Deprecated.
Returns the ActionLocator as configured on the WebAppContext bean by the
name of gsfActionLocator.
|
static ActionLocator |
ActionLocatorUtils.getActionLocator(javax.servlet.ServletContext servletContext,
String beanName)
Deprecated.
Returns the ActionLocator as configured on the WebAppContext bean by the
name 'beanName'.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
class |
BaseActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
class |
ClassActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
class |
CommandActionLocator
Deprecated.
use
MapActionLocator . |
class |
MapActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
class |
RenderPageActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
class |
SingleActionLocator
Deprecated.
as of release 12.x, replace GSF Actions with WCS 12c's native Controllers and/or wrappers
|
Modifier and Type | Method and Description |
---|---|
ActionLocator |
LegacyDefaultWebAppContext.createActionLocator()
Deprecated.
|
ActionLocator |
DefaultWebAppContext.createActionLocator()
Deprecated.
|
ActionLocator |
AbstractActionLocator.getFallbackActionLocator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractActionLocator.setFallbackActionLocator(ActionLocator fallbackActionLocator)
Deprecated.
|
Constructor and Description |
---|
AbstractActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
Deprecated.
|
ClassActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyActionLocator
Deprecated.
as of release 12.x, replace with WCS 12c's native Groovy support and Controllers
|
Constructor and Description |
---|
GroovyActionLocator(ActionLocator fallbackActionLocator,
Injector injector)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionLocator |
GroovyWebContext.createActionLocator() |
protected ActionLocator |
GroovyWebContext.getRootActionLocator(Injector injector) |
Modifier and Type | Method and Description |
---|---|
protected ActionLocator |
PageTag.getActionLocator() |
protected ActionLocator |
ActionTag.getActionLocator() |
Copyright © 2010–2017. All rights reserved.