wt.fc.manifest
Class DirectiveDelegateFactory
java.lang.Object
wt.fc.manifest.DirectiveDelegateFactory
- All Implemented Interfaces:
- ApplicationContextChild
- public class DirectiveDelegateFactory
- extends Object
- implements ApplicationContextChild
Factory for selecting DirectiveDelegates based on a Directive class name.
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
applicationContext
private ApplicationContext applicationContext
DirectiveDelegateFactory
public DirectiveDelegateFactory()
throws UnableToLoadServiceProperties
- Constructs an instance of URLActionDelegateFactory.
Supported API: false
- Throws:
UnableToLoadServiceProperties
getDirectiveDelegate
public DirectiveDelegate getDirectiveDelegate(String directiveType)
- Gets and returns an instance of a class that
implements the URLActionDelegate interface.
Supported API: false
- Parameters:
directiveType
-
- Returns:
- DirectiveDelegate
getApplicationContextServices
private ApplicationContextServices getApplicationContextServices()
- Returns:
- ApplicationContextServices
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
getApplicationContext
in interface ApplicationContextChild
- Returns:
- ApplicationContext
setApplicationContext
public void setApplicationContext(ApplicationContext a_ApplicationContext)
throws WTPropertyVetoException
- Sets the object for the association that plays role: applicationContext.
Supported API: false
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException