public class SingleActionLocator extends AbstractActionLocator
LOG
Constructor and Description |
---|
SingleActionLocator() |
SingleActionLocator(Injector injector,
String actionClass) |
Modifier and Type | Method and Description |
---|---|
protected Action |
doFindAction(COM.FutureTense.Interfaces.ICS ics,
String name)
Template Method for finding the Action for the custom ActionLocator.
|
Class<Action> |
getActionClass() |
void |
setActionClass(String actionClass) |
getAction, getFallbackActionLocator, getInjector, injectDependencies, setFallbackActionLocator, setInjector
protected Action doFindAction(COM.FutureTense.Interfaces.ICS ics, String name)
AbstractActionLocator
doFindAction
in class AbstractActionLocator
ics
- the Content Server contextname
- the name of the actionpublic void setActionClass(String actionClass)
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.