Package wt.part
Class AllConfigurationsURLActionDelegate
java.lang.Object
wt.part.AllConfigurationsActionDelegate
wt.part.AllConfigurationsURLActionDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ActionDelegate,URLActionDelegate
public class AllConfigurationsURLActionDelegate
extends AllConfigurationsActionDelegate
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.getURLLabel(Locale locale) Deprecated.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.Deprecated.Methods inherited from class wt.part.AllConfigurationsActionDelegate
enableable, getContextServiceName, valid
-
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
-
URL
Deprecated.Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.
Supported API: true- Specified by:
URLin interfaceURLActionDelegate- Parameters:
object-- Returns:
- String
- Throws:
WTException
-
getURLLabel
Deprecated.Returns a localized label for a URL for the actions.
Supported API: true- Specified by:
getURLLabelin interfaceURLActionDelegate- Parameters:
locale-- Returns:
- String
-