| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.connector |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeclarativeWebScript.executeFinallyImpl(WebScriptRequest req,
Status status,
Cache cache,
Map<String,Object> model)
Execute custom Java logic to clean up any resources
|
protected Map<String,Object> |
DeclarativeWebScript.executeImpl(WebScriptRequest req,
Status status)
Deprecated.
|
protected Map<String,Object> |
DeclarativeWebScript.executeImpl(WebScriptRequest req,
Status status,
Cache cache)
Execute custom Java logic
|
protected void |
AbstractWebScript.sendStatus(WebScriptRequest req,
WebScriptResponse res,
Status status,
Cache cache,
String format,
Map<String,Object> model)
Render an explicit response status template
|
| Constructor and Description |
|---|
WebScriptStatus(Status status)
Deprecated.
Construct
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResponseStatus
Wrapper around the Status object that allows the Remote Client to
expose header state.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.