Class NavBarURLActionDelegateHelper

java.lang.Object
wt.templateutil.processor.NavBarURLActionDelegateHelper
All Implemented Interfaces:
URLActionDelegate, wt.templateutil.processor.NavBarURLActionDelegate

public class NavBarURLActionDelegateHelper extends Object implements wt.templateutil.processor.NavBarURLActionDelegate
Deprecated.


Supported API: true

Extendable: false
  • Method Details

    • getState

      public HTTPState getState()
      Deprecated.
      Gets the value of the attribute: state; The HTTPState to use to gather additional information that may be needed when constructing the url.

      Supported API: true
      Returns:
      HTTPState
    • setState

      public void setState(HTTPState a_State)
      Deprecated.
      Sets the value of the attribute: state; The HTTPState to use to gather additional information that may be needed when constructing the url.

      Supported API: true
      Specified by:
      setState in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      a_State -
    • getResourceKey

      public String getResourceKey()
      Deprecated.
      Gets the value of the attribute: resourceKey; The key to use when looking for the localized label for this action in the resource bundle specified by the attribute resourceBundleStr.

      Supported API: true
      Returns:
      String
    • setResourceKey

      public void setResourceKey(String a_ResourceKey)
      Deprecated.
      Sets the value of the attribute: resourceKey; The key to use when looking for the localized label for this action in the resource bundle specified by the attribute resourceBundleStr.

      Supported API: true
      Specified by:
      setResourceKey in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      a_ResourceKey -
    • getResourceBundleStr

      public String getResourceBundleStr()
      Deprecated.
      Gets the value of the attribute: resourceBundleStr; The resource bundle that contains the key for finding the localized value to use for this url label.

      Supported API: true
      Returns:
      String
    • setResourceBundleStr

      public void setResourceBundleStr(String a_ResourceBundleStr)
      Deprecated.
      Sets the value of the attribute: resourceBundleStr; The resource bundle that contains the key for finding the localized value to use for this url label.

      Supported API: true
      Specified by:
      setResourceBundleStr in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      a_ResourceBundleStr -
    • getMethod

      public String getMethod()
      Deprecated.
      Gets the value of the attribute: method; The template processor method to use when constructing the url. The valid methods are URLTemplateAction, generateForm, and invokeAction.

      Supported API: true
      Returns:
      String
    • setMethod

      public void setMethod(String a_Method)
      Deprecated.
      Sets the value of the attribute: method; The template processor method to use when constructing the url. The valid methods are URLTemplateAction, generateForm, and invokeAction.

      Supported API: true
      Specified by:
      setMethod in interface wt.templateutil.processor.NavBarURLActionDelegate
      Parameters:
      a_Method -
    • getActionName

      public String getActionName()
      Deprecated.
      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
      Deprecated.
      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 URLActionDelegate
      Parameters:
      a_ActionName -
      Throws:
      WTPropertyVetoException