wt.enterprise
Class FormActionDelegateFactory

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

Deprecated.

public class FormActionDelegateFactory
extends Object
implements wt.services.applicationcontext.ApplicationContextChild, Externalizable

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:
FormActionDelegate, Serialized Form

Constructor Summary
FormActionDelegateFactory()
          Deprecated.  
 
Method Summary
 wt.enterprise.FormActionDelegate getFormActionDelegate(Object obj, String action)
          Deprecated.  
 wt.enterprise.FormActionDelegate getFormActionDelegate(String classname, String action)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormActionDelegateFactory

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



Supported API: true

Throws:
wt.services.applicationcontext.implementation.UnableToLoadServiceProperties
Method Detail

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