| Modifier and Type | Field and Description |
|---|---|
protected Match |
WebScriptRequestURLImpl.serviceMatch
Service bound to this request
|
| Modifier and Type | Method and Description |
|---|---|
Match |
JaxRSUriIndex.findWebScript(String method,
String uri) |
Match |
DeclarativeRegistry.findWebScript(String method,
String uri) |
Match |
Registry.findWebScript(String method,
String uri)
Gets a Web Script given an HTTP Method and URI
|
Match |
UriIndex.findWebScript(String method,
String uri)
Gets a Web Script given an HTTP Method and URI
|
Match |
PrefixTemplateUriIndex.findWebScript(String method,
String uri) |
Match |
WebScriptRequestURLImpl.getServiceMatch() |
Match |
WebScriptRequest.getServiceMatch()
Gets the matching API Service for this request
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractRuntime.beforeProcessError(Match match,
Throwable e)
Before processing an error exception - hook point to allow additional processing
of the exception based on the runtime.
|
protected abstract WebScriptRequest |
AbstractRuntime.createRequest(Match match)
Create a Web Script Request
|
protected void |
AbstractRuntime.renderErrorResponse(Match match,
Throwable exception,
WebScriptRequest request,
WebScriptResponse response)
Renders an error message to the response based on the Throwable exception passed in.
|
| Constructor and Description |
|---|
WebScriptRequestURLImpl(Runtime runtime,
String[] scriptUrlParts,
Match serviceMatch)
Construct
|
WebScriptRequestURLImpl(Runtime runtime,
String scriptUrl,
Match serviceMatch)
Construct
Note: It's assumed scriptUrl contains context path
|
| Constructor and Description |
|---|
WebScriptJSFRequest(Runtime container,
String[] scriptUrlParts,
Match match)
Construct
|
| Constructor and Description |
|---|
WebScriptPortletRequest(Runtime container,
javax.portlet.PortletRequest req,
String[] scriptUrlParts,
Match serviceMatch)
Construct
|
WebScriptPortletRequest(Runtime container,
javax.portlet.PortletRequest req,
String scriptUrl,
Match serviceMatch)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
Match |
WebScriptServletRequest.getServiceMatch() |
| Modifier and Type | Method and Description |
|---|---|
protected WebScriptRequest |
WebScriptServletRuntime.createRequest(Match match) |
| Constructor and Description |
|---|
WebScriptServletRequest(Runtime container,
javax.servlet.http.HttpServletRequest req,
Match serviceMatch,
ServerProperties serverProperties)
Construction
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.