wt.enterprise
Class LinkComparisonFactory

java.lang.Object
  extended bywt.enterprise.LinkComparisonFactory
All Implemented Interfaces:
ApplicationContextChild

public class LinkComparisonFactory
extends Object
implements ApplicationContextChild



Supported API: true

Extendable: false


Field Summary
private  ApplicationContext applicationContext
           
private static String CLASSNAME
           
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
LinkComparisonFactory()
           
 
Method Summary
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: APPLICATION_CONTEXT.
 ApplicationContextServices getApplicationContextServices()
           
 Class getLinkComparisonClass(Class requestor)
          Static factory method to return an instance of the TemplateProcessor for the object passed
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          Sets the object for the association that plays role: APPLICATION_CONTEXT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LinkComparisonFactory

public LinkComparisonFactory()
                      throws UnableToLoadServiceProperties
Throws:
UnableToLoadServiceProperties -

Supported API: true

Extendable: false
Method Detail

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()