|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.DelegateNavBarURLActionDelegate
Supported API: true
Extendable: false
Field Summary | |
private String |
action
|
static String |
ACTION_PREFIX
Supported API: false |
private String |
actionName
|
private static Properties |
actionToActionProperties
|
private static String |
CLASSNAME
|
private String |
classURL
|
private String |
method
|
private static String |
RESOURCE
|
private String |
resourceBundleStr
|
private String |
resourceKey
|
private HTTPState |
state
|
static String |
UPPER_ACTION_PREFIX
Supported API: false |
private String |
urlAction
|
private URLActionDelegate |
urlActionDelegate
|
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
DelegateNavBarURLActionDelegate()
|
Method Summary | |
private void |
actionNameValidate(String a_ActionName)
|
private void |
classURLValidate(String a_ClassURL)
|
String |
getAction()
Gets the value of the attribute: action. |
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. |
static Properties |
getActionToActionProperties()
Gets the value of the attribute: actionToActionProperties. |
String |
getClassURL()
Gets the value of the attribute: classURL. |
String |
getMethod()
Gets the value of the attribute: method. |
String |
getResourceBundleStr()
Gets the value of the attribute: resourceBundleStr. |
String |
getResourceKey()
Gets the value of the attribute: resourceKey. |
HTTPState |
getState()
Gets the value of the attribute: state. |
String |
getUrlAction()
Gets the value of the attribute: urlAction. |
URLActionDelegate |
getUrlActionDelegate()
Gets the value of the attribute: urlActionDelegate. |
URLActionDelegate |
getURLActionDelegate()
Supported API: false |
String |
getURLLabel(Locale locale)
Deprecated. |
boolean |
isURLProvider(HashMap queryValueMap,
Object object)
Deprecated. |
void |
setAction(String a_Action)
Sets the value of the attribute: action. |
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. |
static void |
setActionToActionProperties(Properties a_ActionToActionProperties)
Sets the value of the attribute: actionToActionProperties. |
void |
setClassURL(String a_ClassURL)
Sets the value of the attribute: classURL. |
void |
setMethod(String a_Method)
Sets the value of the attribute: method. |
void |
setResourceBundleStr(String a_ResourceBundleStr)
Sets the value of the attribute: resourceBundleStr. |
void |
setResourceKey(String a_ResourceKey)
Sets the value of the attribute: resourceKey. |
void |
setState(HTTPState a_State)
Sets the value of the attribute: state. |
void |
setUrlAction(String a_UrlAction)
Sets the value of the attribute: urlAction. |
void |
setUrlActionDelegate(URLActionDelegate a_UrlActionDelegate)
Sets the value of the attribute: urlActionDelegate. |
String |
URL(Object object)
Deprecated. |
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 static Properties actionToActionProperties
private String action
private String urlAction
private HTTPState state
private URLActionDelegate urlActionDelegate
private String method
private String resourceBundleStr
public static final String ACTION_PREFIX
public static final String UPPER_ACTION_PREFIX
private String resourceKey
private String actionName
private String classURL
Constructor Detail |
public DelegateNavBarURLActionDelegate()
Method Detail |
public static Properties getActionToActionProperties()
public static void setActionToActionProperties(Properties a_ActionToActionProperties)
a_ActionToActionProperties
- public String getAction()
public void setAction(String a_Action)
a_Action
- public String getUrlAction()
public void setUrlAction(String a_UrlAction)
a_UrlAction
- public HTTPState getState()
public void setState(HTTPState a_State)
setState
in interface NavBarURLActionDelegate
a_State
- public URLActionDelegate getUrlActionDelegate()
public void setUrlActionDelegate(URLActionDelegate a_UrlActionDelegate)
a_UrlActionDelegate
- public String getMethod()
public void setMethod(String a_Method)
setMethod
in interface NavBarURLActionDelegate
a_Method
- public String getResourceBundleStr()
public void setResourceBundleStr(String a_ResourceBundleStr)
setResourceBundleStr
in interface NavBarURLActionDelegate
a_ResourceBundleStr
- public String getResourceKey()
public void setResourceKey(String a_ResourceKey)
setResourceKey
in interface NavBarURLActionDelegate
a_ResourceKey
- public URLActionDelegate getURLActionDelegate()
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 String getActionName()
getActionName
in interface URLActionDelegate
public void setActionName(String a_ActionName) throws WTPropertyVetoException
setActionName
in interface URLActionDelegate
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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |