Package wt.enterprise

Interface TemplateProcessor

All Superinterfaces:
Externalizable, Serializable
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, StackTraceUtil, com.ptc.core.htmlcomp.collection.presentation.UIExtCollectionTableToolbarProcessor, VersionHistoryProcessor, WsPrefCommonTemplateProcessor

public interface TemplateProcessor extends Externalizable
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. Defines the handleRequest(wt.httpgw.HTTPRequest,wt.httpgw.HTTPResponse) call that begins HTML template processing; an implementation of this interface will process 'Windchill script' calls that come from an HTML template file.

Supported API: true

Extendable: false
See Also:
  • "'Customizing the HTML Client' in 'Customizer's Guide'"
  • Method Details

    • handleRequest

      void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
      Deprecated.
      The initial method called to initiate template processing, its parameters give access to the HTML request and response.

      Supported API: true
      Parameters:
      req -
      resp -
      Throws:
      WTException