Package wt.enterprise
Class ShowPublishedContentURLActionDelegate
java.lang.Object
wt.enterprise.ShowPublishedContentActionDelegate
wt.enterprise.ShowPublishedContentURLActionDelegate
- All Implemented Interfaces:
ActionDelegate,URLActionDelegate,NavBarActionDelegate
public class ShowPublishedContentURLActionDelegate
extends wt.enterprise.ShowPublishedContentActionDelegate
implements URLActionDelegate
Supported API: true
Extendable: false
-
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.enterprise.ShowPublishedContentActionDelegate
enableable, getContextServiceName, setState, 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 interfaceNavBarActionDelegate- Specified by:
setActionNamein interfaceURLActionDelegate- Overrides:
setActionNamein classwt.enterprise.ShowPublishedContentActionDelegate- 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
-