|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.DefaultNavBarActionDelegate
wt.templateutil.processor.DefaultNavBarURLActionDelegate
Supported API: true
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CLASSNAME
|
private String |
classURL
|
protected NavBarURLActionDelegateHelper |
helper
|
private static String |
RESOURCE
|
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate |
CONTEXT_SERVICE_NAME |
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
DefaultNavBarURLActionDelegate()
|
Method Summary | |
private void |
actionNameValidate(String a_ActionName)
|
private void |
classURLValidate(String a_ClassURL)
|
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. |
String |
getClassURL()
Gets the value of the attribute: classURL. |
HTTPState |
getState()
Gets the value of the attribute: state. |
String |
getURLLabel(Locale locale)
Deprecated. |
boolean |
isURLProvider(HashMap queryValueMap,
Object object)
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. |
void |
setClassURL(String a_ClassURL)
Sets the value of the attribute: classURL. |
void |
setMethod(String method)
Deprecated. |
void |
setResourceBundleStr(String resourceBundle)
Sets the name of the fully qualified classname of the resource bundle to use. |
void |
setResourceKey(String key)
Sets the integer reference of the entry to use in the Resource Bundle specified be the getResourceBundleStr call Supported API: false Supported API: false Supported API: false |
void |
setState(HTTPState state)
Sets the value of the current HTTPState object being used in the current TemplateProcessor Supported API: false Supported API: false Supported API: false |
String |
URL(Object object)
Deprecated. |
Methods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate |
enableable, getContextServiceName, setContextServiceName, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String actionName
private String classURL
protected NavBarURLActionDelegateHelper helper
Constructor Detail |
public DefaultNavBarURLActionDelegate()
Method Detail |
public boolean isURLProvider(HashMap queryValueMap, Object object)
isURLProvider
in interface NavBarURLActionDelegate
queryValueMap
- The Name-Value pairs from the Query Stringobject
- The target object used to generate the Url
public void setResourceKey(String key)
setResourceKey
in interface NavBarURLActionDelegate
key
- The integer value of the key in the resource bundle
to use to generate localized label for the linkpublic void setResourceBundleStr(String resourceBundle)
setResourceBundleStr
in interface NavBarURLActionDelegate
resourceBundle
- The target resource bundle to use generate
localized label for the linkpublic void setState(HTTPState state)
setState
in interface NavBarURLActionDelegate
setState
in class DefaultNavBarActionDelegate
state
- The current HTTPState instancepublic void setMethod(String method)
setMethod
in interface NavBarURLActionDelegate
method
- Name of a Gateway Method from URLProcessorpublic String getActionName()
getActionName
in interface URLActionDelegate
public void setActionName(String a_ActionName) throws WTPropertyVetoException
setActionName
in interface URLActionDelegate
setActionName
in class DefaultNavBarActionDelegate
a_ActionName
-
WTPropertyVetoException
private void actionNameValidate(String a_ActionName) throws WTPropertyVetoException
a_ActionName
-
WTPropertyVetoException
public String getClassURL()
getClassURL
in interface URLActionDelegate
public void setClassURL(String a_ClassURL) throws WTPropertyVetoException
setClassURL
in interface URLActionDelegate
a_ClassURL
-
WTPropertyVetoException
private void classURLValidate(String a_ClassURL) throws WTPropertyVetoException
a_ClassURL
-
WTPropertyVetoException
public String URL(Object object) throws WTException
URL
in interface URLActionDelegate
object
-
WTException
public String getURLLabel(Locale locale)
getURLLabel
in interface URLActionDelegate
locale
-
public HTTPState getState()
DefaultNavBarActionDelegate
getState
in class DefaultNavBarActionDelegate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |