wt.enterprise
Class ObjectComparisonTemplateFactory
java.lang.Object
wt.enterprise.ObjectComparisonTemplateFactory
- All Implemented Interfaces:
- ApplicationContextChild
- public class ObjectComparisonTemplateFactory
- extends Object
- implements ApplicationContextChild
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE
private static boolean VERBOSE
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
applicationContext
private ApplicationContext applicationContext
ObjectComparisonTemplateFactory
public ObjectComparisonTemplateFactory()
throws UnableToLoadServiceProperties
- Throws:
UnableToLoadServiceProperties
getHTMLTemplate
public HTMLTemplate getHTMLTemplate(Object requestor)
throws WTException
- Static factory method to return an instance of the TemplateProcessor for
the object passed
- Returns:
- TemplateProcessor
- Throws:
WTException
PropertyVetoException
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: APPLICATION_CONTEXT.
- 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: APPLICATION_CONTEXT.
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException
getApplicationContextServices
public ApplicationContextServices getApplicationContextServices()