|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.client.http.helper.ApplicationURLsBean
Helper bean for exposing application URLs to JSP pages. The bean is supposed to be placed as an application scope attribute under the name specified by ApplicationURLsBean.NAME.
Field Summary | |
static String |
CMD_PAR
Name of the cmd parameter |
static String |
NAME
Bean-name |
Constructor Summary | |
ApplicationURLsBean(String path)
Constructor for the ApplicationURLsBean object. |
|
ApplicationURLsBean(String path,
HashMap actions)
Constructor for the ApplicationURLsBean object |
Method Summary | |
HashMap |
getActions()
Gets the actions hash. |
HashMap |
getCommands()
Gets the commands hash. |
String |
getPath()
The HTML-Form path |
void |
setActions(HashMap actions)
Sets the actions hash. |
void |
setPath(String path)
Sets the path attribute of the object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NAME
public static final String CMD_PAR
Constructor Detail |
public ApplicationURLsBean(String path, HashMap actions)
path
- The path that is handled by the main controller.actions
- The hash that maps keys into chain names.public ApplicationURLsBean(String path)
path
- The path that is handled by the main controller.Method Detail |
public String getPath()
public void setPath(String path)
path
- The new path valuepublic HashMap getActions()
public void setActions(HashMap actions)
actions
- The new actions valuepublic HashMap getCommands()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |