| Modifier and Type | Method and Description |
|---|---|
Configuration |
ModelObjectService.getConfiguration(String objectId)
Gets the Configuration instance with the given id
|
Configuration |
RequestContext.getSiteConfiguration()
If the site has a configuration XML, then this will return it
|
Configuration |
ModelObjectService.newConfiguration()
Creates a new Configuration instance.
|
Configuration |
ModelObjectService.newConfiguration(String objectId)
Creates a new Configuration instance with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
SiteUtil.getSiteConfiguration(RequestContext context)
Returns the site configuration object to use for the current request.
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
SiteUtil.getRootPage(RequestContext context,
Configuration siteConfiguration)
Returns the root page for the given site configuration
|
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AbstractRequestContext.siteConfiguration |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AbstractRequestContext.getSiteConfiguration() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationImpl
Default configuration implementation
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.