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
Supported API: true
Extendable: false
- See Also:
-
FormActionDelegate- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwt.enterprise.FormActionDelegategetFormActionDelegate(Object obj, String action) Deprecated.wt.enterprise.FormActionDelegategetFormActionDelegate(String classname, String action) Deprecated.
-
Constructor Details
-
FormActionDelegateFactory
public FormActionDelegateFactory() throws wt.services.applicationcontext.implementation.UnableToLoadServicePropertiesDeprecated.
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:
WTExceptionWTPropertyVetoException
-
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:
WTExceptionWTPropertyVetoException
-