|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterMap | |
com.arsdigita.web | Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. |
Uses of ParameterMap in com.arsdigita.web |
Methods in com.arsdigita.web that return ParameterMap | |
static ParameterMap |
ParameterMap.fromString(String query)
|
Methods in com.arsdigita.web with parameters of type ParameterMap | |
URL |
Host.getURL(String path,
ParameterMap params)
|
URL |
Host.getURL(String scheme,
String path,
ParameterMap params)
|
void |
Debugger.DebugParameterListener.run(javax.servlet.http.HttpServletRequest sreq,
ParameterMap map)
|
void |
ParameterListener.run(javax.servlet.http.HttpServletRequest sreq,
ParameterMap map)
|
static URL |
URL.request(javax.servlet.http.HttpServletRequest sreq,
ParameterMap params)
Creates a URL using the elements of the user's original request but with the given set of parameters instead of the original ones. |
static URL |
URL.there(javax.servlet.http.HttpServletRequest sreq,
String path,
ParameterMap params)
Creates a URL to path under the CCM main
dispatcher and with the given parameters. |
static URL |
URL.there(javax.servlet.http.HttpServletRequest sreq,
Application app,
String pathInfo,
ParameterMap params)
Creates a URL to pathInfo under the specified
application and using the given parameters. |
static URL |
URL.there(String path,
ParameterMap params)
Creates a URL with local parameters. |
static URL |
URL.there(Application app,
String pathInfo,
ParameterMap params)
Create a URL with local parameters to pathInfo under the
specified application. |
static URL |
URL.here(javax.servlet.http.HttpServletRequest sreq,
String pathInfo,
ParameterMap params)
|
static URL |
URL.excursion(javax.servlet.http.HttpServletRequest sreq,
String path,
ParameterMap params)
|
Constructors in com.arsdigita.web with parameters of type ParameterMap | |
URL(String scheme,
String serverName,
int serverPort,
String contextPath,
String servletPath,
String pathInfo,
ParameterMap params)
Assembles a fully qualified URL from its fundamental pieces. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |