public interface WebSite extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_IS_EDITORIAL |
static String |
PROP_CONTEXT |
static String |
PROP_HOSTNAME
Property constants
|
static String |
PROP_HOSTPORT |
static String |
PROP_SITE_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
Asset |
getAssetByPath(String path) |
Map<String,String> |
getConfig()
Obtain the map of configuration properties set on this website.
|
String |
getContext()
Get context of the webapp used to deliver this site.
|
String |
getDescription()
Get the web site's title
|
String |
getHostName()
Gets the host name
|
int |
getHostPort()
Gets the host port
|
String |
getId()
Obtain the identifier of this website
|
Asset |
getLogo()
Get the asset which is the site logo
|
Section |
getRootSection()
Gets the web sites root section
|
Section |
getSectionByPath(String path)
Get a section by path
|
List<Section> |
getSections()
Gets the child sections.
|
String |
getTitle()
Get the web site's title
|
UgcService |
getUgcService()
Get the UGC service
|
boolean |
isEditorialSite()
Returns true if this website has been marked as an editorial site.
|
PathResolutionDetails |
resolvePath(String path) |
static final String PROP_HOSTNAME
static final String PROP_HOSTPORT
static final String PROP_CONTEXT
static final String PROP_SITE_CONFIG
static final String CONFIG_IS_EDITORIAL
String getHostName()
int getHostPort()
Section getRootSection()
PathResolutionDetails resolvePath(String path)
String getId()
String getTitle()
String getDescription()
Asset getLogo()
UgcService getUgcService()
Section getSectionByPath(String path)
path - String getContext()
Map<String,String> getConfig()
boolean isEditorialSite()
Copyright © 2005–2014 Alfresco Software. All rights reserved.