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 Type
    Method
    Description
    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.
    Deprecated. 
    void
    setActionName(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.
    URL(Object object)
    Deprecated. 

    Methods inherited from class wt.enterprise.ShowPublishedContentActionDelegate

    enableable, getContextServiceName, setState, valid

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getActionName

      public String 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:
      getActionName in interface URLActionDelegate
      Returns:
      String
    • setActionName

      public void setActionName(String a_ActionName) throws WTPropertyVetoException
      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:
      setActionName in interface NavBarActionDelegate
      Specified by:
      setActionName in interface URLActionDelegate
      Overrides:
      setActionName in class wt.enterprise.ShowPublishedContentActionDelegate
      Parameters:
      a_ActionName -
      Throws:
      WTPropertyVetoException
    • URL

      public String URL(Object object) throws WTException
      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:
      URL in interface URLActionDelegate
      Parameters:
      object -
      Returns:
      String
      Throws:
      WTException
    • getURLLabel

      public String getURLLabel(Locale locale)
      Deprecated.
      Returns a localized label for a URL for the actions.

      Supported API: true
      Specified by:
      getURLLabel in interface URLActionDelegate
      Parameters:
      locale -
      Returns:
      String