|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.part.RemoveDocumentFromPartActionDelegate
wt.part.RemoveDocumentFromPartURLActionDelegate
Field Summary | |
private String |
actionName
|
private String |
classURL
|
protected NavBarURLActionDelegateHelper |
helper
|
private String |
resourceBundle
|
private String |
resourceKey
|
Fields inherited from class wt.part.RemoveDocumentFromPartActionDelegate |
CONTEXT_SERVICE_NAME, part |
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
RemoveDocumentFromPartURLActionDelegate()
|
Method Summary | |
String |
getActionName()
Gets the value of the attribute: ACTION_NAME. |
String |
getClassURL()
Gets the value of the attribute: CLASS_URL. |
HTTPState |
getState()
|
String |
getURLLabel(Locale locale)
Returns a localized label for a URL for the actions. |
boolean |
isURLProvider(HashMap queryValueMap,
Object object)
Returns boolean flag indicating if the current HashMap of name values pairs from the QueryString was generated by the current 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. |
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.part.RemoveDocumentFromPartActionDelegate |
enableable, getContextServiceName, getPart, setPart, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String actionName
private String classURL
private String resourceBundle
private String resourceKey
protected NavBarURLActionDelegateHelper helper
Constructor Detail |
public RemoveDocumentFromPartURLActionDelegate()
Method Detail |
public String getActionName()
getActionName
in interface URLActionDelegate
public String getClassURL()
getClassURL
in interface URLActionDelegate
public void setClassURL(String a_ClassURL) throws WTPropertyVetoException
setClassURL
in interface URLActionDelegate
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 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)
NavBarURLActionDelegate
setState
in interface NavBarURLActionDelegate
setState
in class RemoveDocumentFromPartActionDelegate
state
- The current HTTPState.
public HTTPState getState()
getState
in class RemoveDocumentFromPartActionDelegate
public void setActionName(String action)
URLActionDelegate
setActionName
in interface URLActionDelegate
setActionName
in class RemoveDocumentFromPartActionDelegate
action
-
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 |