wt.enterprise
Class LinkComparisonFactory
java.lang.Object
wt.enterprise.LinkComparisonFactory
- All Implemented Interfaces:
- ApplicationContextChild
- public class LinkComparisonFactory
- extends Object
- implements ApplicationContextChild
Supported API: true
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
LinkComparisonFactory
public LinkComparisonFactory()
throws UnableToLoadServiceProperties
- Throws:
UnableToLoadServiceProperties
-
Supported API: true
Extendable: false
getLinkComparisonClass
public Class getLinkComparisonClass(Class requestor)
throws WTException
- Static factory method to return an instance of the TemplateProcessor for
the object passed
- Returns:
- TemplateProcessor
- Throws:
WTException
PropertyVetoException
-
Supported API: true
Extendable: false
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: APPLICATION_CONTEXT.
Supported API: true
Extendable: 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: APPLICATION_CONTEXT.
Supported API: true
Extendable: false
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException
getApplicationContextServices
public ApplicationContextServices getApplicationContextServices()