public abstract class AbstractSiteWebScript
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Field and Description |
|---|---|
protected AuthorityService |
authorityService |
protected SiteService |
siteService |
| Constructor and Description |
|---|
AbstractSiteWebScript() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
buildSiteGroup(SiteInfo site) |
protected abstract Map<String,Object> |
executeImpl(SiteInfo site,
org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setAuthorityService(AuthorityService authorityService) |
void |
setSiteService(SiteService siteService) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringprotected SiteService siteService
protected AuthorityService authorityService
public void setSiteService(SiteService siteService)
public void setAuthorityService(AuthorityService authorityService)
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScriptCopyright © 2005–2014 Alfresco Software. All rights reserved.