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
  • Field Details

    • CONTEXT_LIST_IN

      static final String CONTEXT_LIST_IN
      Deprecated.
      Label for the attribute.

      Supported API: true
      See Also:
    • CONTEXT_LIST_OUT

      static final String 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

      void setContextListIn(String[] a_ContextListIn)
      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

      void setContextListOut(String[] a_ContextListOut)
      Deprecated.
      Sets the value of the attribute: CONTEXT_LIST_OUT.

      Supported API: true
      Parameters:
      a_ContextListOut -
    • readContext

      void readContext(HTTPRequest request) throws WTException
      Deprecated.


      Supported API: true
      Parameters:
      request -
      Throws:
      WTException
    • writeHiddenContext

      void writeHiddenContext(Properties parameters, Locale locale, OutputStream os)
      Deprecated.


      Supported API: true
      Parameters:
      parameters -
      locale -
      os -
    • writeQueryStringContext

      String writeQueryStringContext()
      Deprecated.


      Supported API: true
      Returns:
      String