wt.enterprise
Class HTMLTemplateFactory
java.lang.Object
wt.enterprise.HTMLTemplateFactory
- All Implemented Interfaces:
- ApplicationContextChild
- public class HTMLTemplateFactory
- extends Object
- implements ApplicationContextChild
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
contextObject
private Object contextObject
contextString
private String contextString
preferences
private Vector preferences
acceptLanguage
private String acceptLanguage
req
private HTTPRequest req
oldFileSeparator
protected char oldFileSeparator
newFileSeparator
protected char newFileSeparator
HTMLTemplateFactory
public HTMLTemplateFactory()
throws UnableToLoadServiceProperties
- Supported API: false
- Throws:
UnableToLoadServiceProperties
setContextObject
public void setContextObject(Object contextObj)
setContextString
public void setContextString(String contextString)
setLanguagePreferences
public void setLanguagePreferences(Vector preferences)
setAcceptLanguage
public void setAcceptLanguage(String acceptLanguage)
setRequestObject
public void setRequestObject(HTTPRequest req)
getHTMLTemplate
protected HTMLTemplate getHTMLTemplate()
throws WTException
- Throws:
WTException
processTemplateName
protected String processTemplateName(String templateFileName)
getApplicationContext
public ApplicationContext getApplicationContext()
- Gets the object for the association that plays role: APPLICATION_CONTEXT.
Supported API: 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: false
- Specified by:
setApplicationContext
in interface ApplicationContextChild
- Parameters:
a_ApplicationContext
-
- Throws:
WTPropertyVetoException
getApplicationContextServices
public ApplicationContextServices getApplicationContextServices()
- Supported API: false
- Throws:
WTPropertyVetoException