|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Match in org.springframework.extensions.webscripts |
|---|
| Fields in org.springframework.extensions.webscripts declared as Match | |
|---|---|
protected Match |
WebScriptRequestURLImpl.serviceMatch
Service bound to this request |
| Methods in org.springframework.extensions.webscripts that return Match | |
|---|---|
Match |
UriIndex.findWebScript(String method,
String uri)
Gets a Web Script given an HTTP Method and URI |
Match |
Registry.findWebScript(String method,
String uri)
Gets a Web Script given an HTTP Method and URI |
Match |
PrefixTemplateUriIndex.findWebScript(String method,
String uri)
|
Match |
JaxRSUriIndex.findWebScript(String method,
String uri)
|
Match |
DeclarativeRegistry.findWebScript(String method,
String uri)
|
Match |
WebScriptRequestURLImpl.getServiceMatch()
|
Match |
WebScriptRequest.getServiceMatch()
Gets the matching API Service for this request |
| Methods in org.springframework.extensions.webscripts with parameters of type Match | |
|---|---|
protected WebScriptRequest |
LocalWebScriptRuntime.createRequest(Match match)
|
protected abstract WebScriptRequest |
AbstractRuntime.createRequest(Match match)
Create a Web Script Request |
| Constructors in org.springframework.extensions.webscripts with parameters of type Match | |
|---|---|
LocalWebScriptRequest(Runtime runtime,
String scriptUrl,
Match match,
Map<String,String> parameters,
ServerProperties serverProps,
javax.servlet.http.HttpServletRequest request,
LocalWebScriptContext context)
Instantiates a new local web script request. |
|
WebScriptRequestURLImpl(Runtime runtime,
String[] scriptUrlParts,
Match serviceMatch)
Construct |
|
WebScriptRequestURLImpl(Runtime runtime,
String scriptUrl,
Match serviceMatch)
Construct Note: It's assumed scriptUrl contains context path |
|
WebScriptServletRequest(Runtime container,
javax.servlet.http.HttpServletRequest req,
Match serviceMatch,
ServerProperties serverProperties)
Deprecated. Construct |
|
| Uses of Match in org.springframework.extensions.webscripts.jsf |
|---|
| Constructors in org.springframework.extensions.webscripts.jsf with parameters of type Match | |
|---|---|
WebScriptJSFRequest(Runtime container,
String[] scriptUrlParts,
Match match)
Construct |
|
| Uses of Match in org.springframework.extensions.webscripts.portlet |
|---|
| Constructors in org.springframework.extensions.webscripts.portlet with parameters of type Match | |
|---|---|
WebScriptPortletRequest(Runtime container,
javax.portlet.PortletRequest req,
String[] scriptUrlParts,
Match serviceMatch)
Construct |
|
WebScriptPortletRequest(Runtime container,
javax.portlet.PortletRequest req,
String scriptUrl,
Match serviceMatch)
Construct |
|
| Uses of Match in org.springframework.extensions.webscripts.servlet |
|---|
| Methods in org.springframework.extensions.webscripts.servlet that return Match | |
|---|---|
Match |
WebScriptServletRequest.getServiceMatch()
|
| Methods in org.springframework.extensions.webscripts.servlet with parameters of type Match | |
|---|---|
protected WebScriptRequest |
WebScriptServletRuntime.createRequest(Match match)
|
| Constructors in org.springframework.extensions.webscripts.servlet with parameters of type Match | |
|---|---|
WebScriptServletRequest(Runtime container,
javax.servlet.http.HttpServletRequest req,
Match serviceMatch,
ServerProperties serverProperties)
Construct |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||