Class WTDocumentTemplateFormTaskDelegate

java.lang.Object
wt.templateutil.processor.FormTaskDelegate
com.ptc.windchill.enterprise.templates.doc.server.processors.WTDocumentTemplateFormTaskDelegate
All Implemented Interfaces:
Serializable, ContextHolder

public class WTDocumentTemplateFormTaskDelegate extends FormTaskDelegate implements Serializable
FormTaskDelegate specifically for document template operations. 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
See Also:
  • Method Details

    • processAction

      public void processAction(wt.content.ContentHTTPStream contentStream) throws Exception
      Deprecated.
      Processed the desired action and then updates the state so that the desired response page can be generated.

      Use the addToResponse methods to pass back messages on the status/results of the action.

      Supported API: true

      Specified by:
      processAction in class FormTaskDelegate
      Parameters:
      contentStream -
      Throws:
      Exception