Package wt.templateutil.processor
Interface ContextTranslator
- All Known Implementing Classes:
BasicTemplateProcessor,ContainerTemplateProcessor,DefaultTemplateProcessor,EditSecurityLabelsToolbarProcessor,ErrorProcessor,ExpandCollapseSectionProcessor,com.ptc.core.htmlcomp.exttp.ExtJSTToolBar2Processor,com.ptc.core.htmlcomp.exttp.ExtJSTToolBarProcessor,GenerateFormProcessor,com.ptc.windchill.cadx.common.HelpGenerationProcessor,NavigateFormProcessor,com.ptc.core.htmlcomp.util.NonTableHelpGenerationProcessor,ObjectPropertiesTableProcessor,PartReferencesProcessor,PartReplacementsProcessor,PickerFormProcessor,PlmConfigurationsProcessor,ProductInstancesProcessor,RedirectPageProcessor,ReferencedByProcessor,com.ptc.core.htmlcomp.collection.presentation.UIExtCollectionTableToolbarProcessor,VersionHistoryProcessor,WsPrefCommonTemplateProcessor
public interface ContextTranslator
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 -
Method Summary
Modifier and TypeMethodDescriptionString[]Deprecated.String[]Deprecated.voidreadContext(HTTPRequest request) Deprecated.voidsetContextListIn(String[] a_ContextListIn) Deprecated.voidsetContextListOut(String[] a_ContextListOut) Deprecated.voidwriteHiddenContext(Properties parameters, Locale locale, OutputStream os) Deprecated.Deprecated.
-
Field Details
-
CONTEXT_LIST_IN
Deprecated.Label for the attribute.
Supported API: true- See Also:
-
CONTEXT_LIST_OUT
Deprecated.Label for the attribute.
Supported API: true- See Also:
-
-
Method Details
-
getContextListIn
String[] getContextListIn()Deprecated.Gets the value of the attribute: CONTEXT_LIST_IN.
Supported API: true- Returns:
- String[]
-
setContextListIn
Deprecated.Sets the value of the attribute: CONTEXT_LIST_IN.
Supported API: true- Parameters:
a_ContextListIn-
-
getContextListOut
String[] getContextListOut()Deprecated.Gets the value of the attribute: CONTEXT_LIST_OUT.
Supported API: true- Returns:
- String[]
-
setContextListOut
Deprecated.Sets the value of the attribute: CONTEXT_LIST_OUT.
Supported API: true- Parameters:
a_ContextListOut-
-
readContext
Deprecated.
Supported API: true- Parameters:
request-- Throws:
WTException
-
writeHiddenContext
Deprecated.
Supported API: true- Parameters:
parameters-locale-os-
-
writeQueryStringContext
String writeQueryStringContext()Deprecated.
Supported API: true- Returns:
- String
-