Package wt.enterprise
Class GeneralURLActionDelegate
java.lang.Object
wt.enterprise.GeneralActionDelegate
wt.enterprise.GeneralURLActionDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ActionDelegate,URLActionDelegate
- Direct Known Subclasses:
ViewSupplierURLActionDelegate
public class GeneralURLActionDelegate
extends GeneralActionDelegate
implements URLActionDelegate, Externalizable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.voidsetActionName(String a_ActionName) Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
-
Method Details
-
getActionName
Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
Supported API: true- Specified by:
getActionNamein interfaceURLActionDelegate- Returns:
- String
-
setActionName
Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
Supported API: true- Specified by:
setActionNamein interfaceURLActionDelegate- Parameters:
a_ActionName-- Throws:
WTPropertyVetoException
-