|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.DefaultNavBarActionDelegate
wt.wvs.CreateRepresentationActionDelegate
wt.wvs.CreateRepresentationURLActionDelegate
Supported API: false
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CLASSNAME
|
private String |
classURL
|
protected NavBarURLActionDelegateHelper |
helper
|
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate |
CONTEXT_SERVICE_NAME |
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
CreateRepresentationURLActionDelegate()
|
Method Summary | |
String |
getActionName()
Gets the value of the attribute: ACTION_NAME. |
String |
getClassURL()
Gets the value of the attribute: CLASS_URL. |
HTTPState |
getState()
Gets the value of the attribute: state. |
String |
getURLLabel(Locale locale)
Returns a localized label for a URL for the actions. |
boolean |
isURLProvider(HashMap queryValueMap,
Object object)
Returns a boolean flag indicating whether the input HashMap of name-value pairs from the current QueryString was generated by this NavBarURLActionDelegate. |
void |
setActionName(String action)
Sets the value of the attribute: ACTION_NAME. |
void |
setClassURL(String a_ClassURL)
Sets the value of the attribute: CLASS_URL. |
void |
setMethod(String method)
Sets the method in URLAction to specify on the URL Supported API: false |
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)
Returns a URL which when selected will perform the action on the object. |
Methods inherited from class wt.wvs.CreateRepresentationActionDelegate |
enableable |
Methods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate |
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 CLASSNAME
protected NavBarURLActionDelegateHelper helper
private String actionName
private String classURL
Constructor Detail |
public CreateRepresentationURLActionDelegate()
Method Detail |
public boolean isURLProvider(HashMap queryValueMap, Object object)
isURLProvider
in interface NavBarURLActionDelegate
queryValueMap
- object
-
public String URL(Object object) throws WTException
URL
in interface URLActionDelegate
object
-
WTException
public void setResourceKey(String key)
NavBarURLActionDelegate
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)
NavBarURLActionDelegate
setResourceBundleStr
in interface NavBarURLActionDelegate
resourceBundle
- The target resource bundle to use generate
localized label for the linkpublic String getClassURL()
URLActionDelegate
getClassURL
in interface URLActionDelegate
public void setClassURL(String a_ClassURL) throws WTPropertyVetoException
URLActionDelegate
setClassURL
in interface URLActionDelegate
a_ClassURL
-
WTPropertyVetoException
public String getURLLabel(Locale locale)
URLActionDelegate
getURLLabel
in interface URLActionDelegate
locale
-
public void setState(HTTPState state)
NavBarURLActionDelegate
setState
in interface NavBarURLActionDelegate
setState
in class DefaultNavBarActionDelegate
state
- public HTTPState getState()
DefaultNavBarActionDelegate
getState
in class DefaultNavBarActionDelegate
public void setActionName(String action)
URLActionDelegate
setActionName
in interface URLActionDelegate
setActionName
in class DefaultNavBarActionDelegate
action
-
public String getActionName()
URLActionDelegate
getActionName
in interface URLActionDelegate
public void setMethod(String method)
setMethod
in interface NavBarURLActionDelegate
method
- Name of a Gateway Method from URLProcessor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |