| 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,
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
|
void |
WebScriptResponse.setCache(Cache cache)
Sets the Cache control
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptJSFResponse.setCache(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptPortletResponse.setCache(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptServletResponse.setCache(Cache cache) |
Copyright © 2005–2019 Alfresco Software. All rights reserved.