Package wt.templateutil.processor
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
-
Field Summary
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.getState()Deprecated.voidsetActionName(String a_ActionName) Deprecated.voidDeprecated.voidsetResourceBundleStr(String a_ResourceBundleStr) Deprecated.voidsetResourceKey(String a_ResourceKey) Deprecated.voidDeprecated.
-
Method Details
-
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
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:
setStatein interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
a_State-
-
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
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:
setResourceKeyin interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
a_ResourceKey-
-
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
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:
setResourceBundleStrin interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
a_ResourceBundleStr-
-
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
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:
setMethodin interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
a_Method-
-
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:
getActionNamein interfaceURLActionDelegate- Returns:
- String
-
setActionName
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:
setActionNamein interfaceURLActionDelegate- Parameters:
a_ActionName-- Throws:
WTPropertyVetoException
-