| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuntime
Encapsulates the execution of a single Web Script.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
WebScriptResponseImpl.getRuntime() |
Runtime |
WebScriptResponse.getRuntime()
Gets the initiating runtime
|
Runtime |
WebScriptRequest.getRuntime()
Gets the initiating runtime
|
Runtime |
WebScriptRequestImpl.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ScriptParameterFactory.getParameters(Runtime runtime)
Gets script parameters
|
| Constructor and Description |
|---|
WebScriptRequestImpl(Runtime runtime)
Construction
|
WebScriptRequestURLImpl(Runtime runtime,
String[] scriptUrlParts,
Match serviceMatch)
Construct
|
WebScriptRequestURLImpl(Runtime runtime,
String scriptUrl,
Match serviceMatch)
Construct
Note: It's assumed scriptUrl contains context path
|
WebScriptResponseImpl(Runtime runtime)
Construct
|
| 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 | Class and Description |
|---|---|
class |
WebScriptServletRuntime
HTTP Servlet Web Script Runtime
|
| Constructor and Description |
|---|
WebScriptServletRequest(Runtime container,
javax.servlet.http.HttpServletRequest req,
Match serviceMatch,
ServerProperties serverProperties)
Construction
|
WebScriptServletResponse(Runtime container,
javax.servlet.http.HttpServletResponse res)
Construct
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebScriptViewRuntime
Runtime for WebScript View.
|
| Constructor and Description |
|---|
WebScriptViewResponse(Runtime container,
javax.servlet.http.HttpServletResponse res) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.