Class org.ditchnet.util.ParameterMap
Object
|
+--org.ditchnet.util.ParameterMap
- class
org.ditchnet.util.ParameterMap
Author: Todd Ditchendorf
Defined in tabs.js
|
Field Summary |
Object |
_map
|
Object |
_q
|
|
Method Summary |
Object
|
toQueryString()
Returns string representation of this parameter map in the standard URL
query string format (e.g.
|
<static> Object
|
getPageParameterMap()
Static convenience method to get a parameter map containing the current
pages URL params.
|
_map
Object _map
_q
Object _q
org.ditchnet.util.ParameterMap
org.ditchnet.util.ParameterMap()
Map implementation that makes working with URL params easy.
toQueryString
Object toQueryString()
Returns string representation of this parameter map in the standard URL
query string format (e.g. '?name=value&name2=value'
getPageParameterMap
<static> Object getPageParameterMap()
Static convenience method to get a parameter map containing the current
pages URL params.