Package wt.enterprise

Class FormActionDelegateFactory

java.lang.Object
wt.enterprise.FormActionDelegateFactory
All Implemented Interfaces:
Externalizable, Serializable, wt.services.applicationcontext.ApplicationContextChild

public class FormActionDelegateFactory extends Object implements wt.services.applicationcontext.ApplicationContextChild, 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. Instantiates FormActionDelegates

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • FormActionDelegateFactory

      public FormActionDelegateFactory() throws wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
      Deprecated.


      Supported API: true
      Throws:
      wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
  • Method Details

    • getFormActionDelegate

      public wt.enterprise.FormActionDelegate getFormActionDelegate(Object obj, String action) throws WTException, WTPropertyVetoException
      Deprecated.
      Instantiates a FormActionDelegate based on an object and an Action. See service.properties for the possible FormActionDelegates.

      Supported API: true
      Parameters:
      obj -
      action -
      Returns:
      FormActionDelegate
      Throws:
      WTException
      WTPropertyVetoException
    • getFormActionDelegate

      public wt.enterprise.FormActionDelegate getFormActionDelegate(String classname, String action) throws WTException, WTPropertyVetoException
      Deprecated.
      Instantiates a FormActionDelegate based on a class and an Action. See service.properties for the possible FormActionDelegates.

      Supported API: true
      Parameters:
      classname -
      action -
      Returns:
      FormActionDelegate
      Throws:
      WTException
      WTPropertyVetoException