public interface Theme extends ModelObject
| Modifier and Type | Field and Description |
|---|---|
static String |
CSS_TOKENS |
static String |
TYPE_ID |
PROP_DESCRIPTION, PROP_DESCRIPTION_ID, PROP_ID, PROP_TITLE, PROP_TITLE_ID| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCssTokens() |
String |
getPageId(String pageTypeId)
Gets the page id given the specified page type.
|
void |
setDefaultPageId(String pageTypeId,
String pageId)
Sets the page id for a page type.
|
getBooleanProperty, getCustomProperties, getCustomProperty, getDescription, getDescriptionId, getDocument, getId, getKey, getModelProperties, getModelProperty, getModificationTime, getPersisterId, getProperties, getProperty, getStoragePath, getTitle, getTitleId, getTypeId, isSaved, removeCustomProperty, removeModelProperty, removeProperty, setCustomProperty, setDescription, setDescriptionId, setModelProperty, setProperty, setTitle, setTitleId, touch, toXMLstatic final String TYPE_ID
static final String CSS_TOKENS
String getPageId(String pageTypeId)
pageTypeId - the page type idvoid setDefaultPageId(String pageTypeId, String pageId)
pageTypeId - the page type idpageId - the page idCopyright © 2005–2016 Alfresco Software. All rights reserved.