wt.enterprise
Class ObjectComparisonTemplateFactory

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

public class ObjectComparisonTemplateFactory
extends Object
implements ApplicationContextChild



Supported API: false

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
ObjectComparisonTemplateFactory()
           
 
Method Summary
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: APPLICATION_CONTEXT.
 ApplicationContextServices getApplicationContextServices()
           
 HTMLTemplate getHTMLTemplate(Object 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

ObjectComparisonTemplateFactory

public ObjectComparisonTemplateFactory()
                                throws UnableToLoadServiceProperties
Throws:
UnableToLoadServiceProperties
Method Detail

getHTMLTemplate

public HTMLTemplate getHTMLTemplate(Object requestor)
                             throws WTException
Static factory method to return an instance of the TemplateProcessor for the object passed

Returns:
TemplateProcessor
Throws:
WTException
PropertyVetoException

getApplicationContext

public ApplicationContext getApplicationContext()
Gets the object for the association that plays role: APPLICATION_CONTEXT.

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.

Specified by:
setApplicationContext in interface ApplicationContextChild
Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException

getApplicationContextServices

public ApplicationContextServices getApplicationContextServices()