Package wt.enterprise

Class IBADisplayUnitsFormTaskDelegate

java.lang.Object
wt.templateutil.processor.FormTaskDelegate
wt.enterprise.IBADisplayUnitsFormTaskDelegate
All Implemented Interfaces:
Serializable, ContextHolder

public class IBADisplayUnitsFormTaskDelegate extends FormTaskDelegate implements Serializable


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