public class LocalWebScriptRequest
extends org.springframework.extensions.webscripts.WebScriptRequestURLImpl
| Constructor and Description |
|---|
LocalWebScriptRequest(org.springframework.extensions.webscripts.Runtime runtime,
String scriptUrl,
org.springframework.extensions.webscripts.Match match,
Map<String,Serializable> parameters,
org.springframework.extensions.config.ServerProperties serverProps,
LocalWebScriptContext context)
Instantiates a new local web script request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAgent() |
org.springframework.extensions.surf.util.Content |
getContent() |
String |
getHeader(String name) |
String[] |
getHeaderNames() |
String[] |
getHeaderValues(String name) |
String |
getParameter(String name) |
String[] |
getParameterNames() |
String[] |
getParameterValues(String name) |
String |
getServerPath() |
getContextPath, getPathInfo, getQueryString, getServiceContextPath, getServiceMatch, getServicePath, getURL, splitURL, splitURL, toStringpublic LocalWebScriptRequest(org.springframework.extensions.webscripts.Runtime runtime,
String scriptUrl,
org.springframework.extensions.webscripts.Match match,
Map<String,Serializable> parameters,
org.springframework.extensions.config.ServerProperties serverProps,
LocalWebScriptContext context)
runtime - the runtimescriptUrl - the script urlmatch - the matchparameters - the parameterscontext - the web script contextpublic String[] getParameterNames()
getParameterNames in interface org.springframework.extensions.webscripts.WebScriptRequestgetParameterNames in class org.springframework.extensions.webscripts.WebScriptRequestURLImplpublic String getParameter(String name)
getParameter in interface org.springframework.extensions.webscripts.WebScriptRequestgetParameter in class org.springframework.extensions.webscripts.WebScriptRequestURLImplpublic String[] getParameterValues(String name)
getParameterValues in interface org.springframework.extensions.webscripts.WebScriptRequestgetParameterValues in class org.springframework.extensions.webscripts.WebScriptRequestURLImplpublic String getAgent()
public String getServerPath()
public String[] getHeaderNames()
public org.springframework.extensions.surf.util.Content getContent()
Copyright © 2005–2016 Alfresco Software. All rights reserved.