|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.dialog.GetParameters
Simple helper class to collect get parameters for a request and add them as parameters to a url. Here it is used to add the dialog identifying parameters (dialog id and dialog instance id) to the get parameters of a url as well as for bookmarking parameters.
| Constructor Summary | |
protected |
GetParameters()
Protected Constructor. |
| Method Summary | |
java.lang.String |
addGetParametersToURL(java.lang.String url)
Adds all get parameters of this to the given url |
java.lang.Object |
getGetParameter(java.lang.String key)
|
java.util.Map |
getGetParameterMap()
|
void |
putGetParameter(java.lang.String key,
java.lang.String value)
Add a new get parameter or change an existing. |
void |
putGetParameters(java.util.Properties properties)
The properties are added to the get parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected GetParameters()
GetParameters are added to every request and can be obtained
from a RequestDataService.
| Method Detail |
public java.util.Map getGetParameterMap()
HashMap with collected the get parameterpublic java.lang.Object getGetParameter(java.lang.String key)
key - the key for a get parameter
public void putGetParameter(java.lang.String key,
java.lang.String value)
key - the key for a get parametervalue - the new value for the get parameterpublic void putGetParameters(java.util.Properties properties)
properties - the Properties to be addedpublic java.lang.String addGetParametersToURL(java.lang.String url)
url - the url to be supplemented by the get parameters
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||