wt.enterprise
Class LinkComparisonFactory

java.lang.Object
  extended by 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
LinkComparisonFactory()
           
 
Method Summary
 wt.services.applicationcontext.ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: APPLICATION_CONTEXT.
 Class getLinkComparisonClass(Class requestor)
          Static factory method to return an instance of the TemplateProcessor for the object passed
 void setApplicationContext(wt.services.applicationcontext.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
 

Constructor Detail

LinkComparisonFactory

public LinkComparisonFactory()
                      throws wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
Throws:
wt.services.applicationcontext.implementation.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

Parameters:
obj -
Returns:
TemplateProcessor
Throws:
WTException
PropertyVetoException -

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

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

Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException