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 Details

    • LinkComparisonFactory

      public LinkComparisonFactory() throws wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
      Throws:
      wt.services.applicationcontext.implementation.UnableToLoadServiceProperties -

      Supported API: true

      Extendable: false
  • Method Details

    • 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
      Specified by:
      getApplicationContext in interface wt.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:
      setApplicationContext in interface wt.services.applicationcontext.ApplicationContextChild
      Parameters:
      a_ApplicationContext -
      Throws:
      WTPropertyVetoException