Package wt.templateutil.processor
Class DefaultNavBarURLActionDelegate
java.lang.Object
wt.templateutil.processor.DefaultNavBarActionDelegate
wt.templateutil.processor.DefaultNavBarURLActionDelegate
- All Implemented Interfaces:
ActionDelegate,URLActionDelegate,NavBarActionDelegate,wt.templateutil.processor.NavBarURLActionDelegate
- Direct Known Subclasses:
ObjectPropsNavBarURLActionDelegate
public class DefaultNavBarURLActionDelegate
extends DefaultNavBarActionDelegate
implements wt.templateutil.processor.NavBarURLActionDelegate
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
CONTEXT_SERVICE_NAMEFields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL -
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.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.Methods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
enableable, getContextServiceName, setContextServiceName, 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 classDefaultNavBarActionDelegate- Parameters:
a_ActionName-- Throws:
WTPropertyVetoException
-