Package wt.enterprise
Class LinkComparisonFactory
java.lang.Object
wt.enterprise.LinkComparisonFactory
- All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild
public class LinkComparisonFactory
extends Object
implements wt.services.applicationcontext.ApplicationContextChild
Supported API: true
Extendable: false
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwt.services.applicationcontext.ApplicationContextGets the object for the association that plays role: APPLICATION_CONTEXT.getLinkComparisonClass(Class requestor) Static factory method to return an instance of the TemplateProcessor for the object passedvoidsetApplicationContext(wt.services.applicationcontext.ApplicationContext a_ApplicationContext) Sets the object for the association that plays role: APPLICATION_CONTEXT.
-
Constructor Details
-
LinkComparisonFactory
public LinkComparisonFactory() throws wt.services.applicationcontext.implementation.UnableToLoadServiceProperties- Throws:
wt.services.applicationcontext.implementation.UnableToLoadServiceProperties-
Supported API: true
Extendable: false
-
-
Method Details
-
getLinkComparisonClass
Static factory method to return an instance of the TemplateProcessor for the object passed- Parameters:
obj-- Returns:
- TemplateProcessor
- Throws:
WTExceptionPropertyVetoException-
Supported API: true
Extendable: false
-
getApplicationContext
public wt.services.applicationcontext.ApplicationContext getApplicationContext()Gets the object for the association that plays role: APPLICATION_CONTEXT.
Supported API: true
Extendable: false- Specified by:
getApplicationContextin interfacewt.services.applicationcontext.ApplicationContextChild- Returns:
- ApplicationContext
-
setApplicationContext
public void setApplicationContext(wt.services.applicationcontext.ApplicationContext a_ApplicationContext) throws WTPropertyVetoException Sets the object for the association that plays role: APPLICATION_CONTEXT.
Supported API: true
Extendable: false- Specified by:
setApplicationContextin interfacewt.services.applicationcontext.ApplicationContextChild- Parameters:
a_ApplicationContext-- Throws:
WTPropertyVetoException
-