Package wt.templateutil.processor
Class DefaultHTMLTemplateFactory
java.lang.Object
wt.templateutil.processor.AbstractHTMLTemplateFactory
wt.templateutil.processor.DefaultHTMLTemplateFactory
- All Implemented Interfaces:
wt.services.applicationcontext.ApplicationContextChild,ContextHolder,TemplateNameProcessor
- Direct Known Subclasses:
wt.templateutil.processor.HelpHTMLTemplateFactory
public class DefaultHTMLTemplateFactory
extends AbstractHTMLTemplateFactory
implements TemplateNameProcessor
Deprecated.
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.templateutil.processor.ContextHolder
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNameProcessor(TemplateNameProcessor a_NameProcessor) Deprecated.Sets the object for the association that plays role: nameProcessor.Methods inherited from class wt.templateutil.processor.AbstractHTMLTemplateFactory
copyContextFrom, getContextAction, getContextClassName, getContextObj, getContextProperties, getFormData, getLanguagePreferences, getLocale, getQueryData, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getServiceName, getStatus, setContextAction, setContextClassName, setContextObj, setContextProperties, setFormData, setLanguagePreferences, setLanguagePreferences, setLanguagePreferences, setLocale, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setServiceName, setStatus
-
Constructor Details
-
DefaultHTMLTemplateFactory
public DefaultHTMLTemplateFactory() throws wt.services.applicationcontext.implementation.UnableToLoadServicePropertiesDeprecated.
Supported API: true- Throws:
wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
-
-
Method Details
-
setNameProcessor
Deprecated.Sets the object for the association that plays role: nameProcessor.Set the instance of the TemplateNameProcessor that will be used to process the String returned from the *.properties file.
Supported API: true- Parameters:
a_NameProcessor-
-