|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.CabinetsTemplateFactory
This class serves as an HTML template file factory for the
CabinetsTemplateProcessor. It is intended to be used only via the
CabinetsTemplateProcessor.
Supported API: false
CabinetsTemplateProcessor
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 | |
CabinetsTemplateFactory()
Supported API: false |
Method Summary | |
ApplicationContext |
getApplicationContext()
Supported API: false Gets the object for the association that plays role: APPLICATION_CONTEXT. |
ApplicationContextServices |
getApplicationContextServices()
Supported API: false |
HTMLTemplate |
getHTMLTemplate(Object requestor,
String templateFileResource)
Factory method to return an instance of the TemplateProcessor for the object passed. |
void |
setApplicationContext(ApplicationContext a_ApplicationContext)
Supported API: false 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 |
private static boolean VERBOSE
private static final String RESOURCE
private static final String CLASSNAME
private ApplicationContext applicationContext
Constructor Detail |
public CabinetsTemplateFactory() throws UnableToLoadServiceProperties
UnableToLoadServiceProperties
Method Detail |
public HTMLTemplate getHTMLTemplate(Object requestor, String templateFileResource) throws WTException
WTException
PropertyVetoException
public ApplicationContext getApplicationContext()
getApplicationContext
in interface ApplicationContextChild
public void setApplicationContext(ApplicationContext a_ApplicationContext) throws WTPropertyVetoException
setApplicationContext
in interface ApplicationContextChild
a_ApplicationContext
-
WTPropertyVetoException
public ApplicationContextServices getApplicationContextServices()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |