public interface BasePageElement extends BaseFragmentsElement
PATH_SEPARATOR, PATH_SEPARATOR_CHAR| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDecorator(String fragmentType)
Returns the name of the default decorator that applies in this page
to fragments of the specified type
|
List<MenuDefinition> |
getMenuDefinitions()
getMenuDefinitions - get list of menu definitions
|
String |
getSkin()
Returns the name of the default skin that applies to this
page.
|
MenuDefinition |
newMenuDefinition()
newMenuDefinition - creates a new empty menu definition
|
MenuExcludeDefinition |
newMenuExcludeDefinition()
newMenuExcludeDefinition - creates a new empty menu exclude definition
|
MenuIncludeDefinition |
newMenuIncludeDefinition()
newMenuIncludeDefinition - creates a new empty menu include definition
|
MenuOptionsDefinition |
newMenuOptionsDefinition()
newMenuOptionsDefinition - creates a new empty menu options definition
|
MenuSeparatorDefinition |
newMenuSeparatorDefinition()
newMenuSeparatorDefinition - creates a new empty menu separator definition
|
void |
setDefaultDecorator(String decoratorName,
String fragmentType)
Modifies the default decorator for the specified fragment type.
|
void |
setMenuDefinitions(List<MenuDefinition> definitions)
setMenuDefinitions - set list of menu definitions
|
void |
setSkin(String skinName)
Modifies the skin for this page.
|
getFragmentById, getFragmentsByInterface, getFragmentsByName, getRootFragment, removeFragmentById, setRootFragmentgetVersion, isDirty, setDirty, setVersiongetMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPathgetId, getShortTitle, getTitle, isStale, setShortTitle, setTitlecheckAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraintsString getSkin()
void setSkin(String skinName)
skinName - the name of the new skin for the pageString getDefaultDecorator(String fragmentType)
fragmentType - the type of fragment consideredvoid setDefaultDecorator(String decoratorName, String fragmentType)
decoratorName - the name of the new decorator for the typefragmentType - the type of fragment consideredList<MenuDefinition> getMenuDefinitions()
MenuDefinition newMenuDefinition()
MenuExcludeDefinition newMenuExcludeDefinition()
MenuIncludeDefinition newMenuIncludeDefinition()
MenuOptionsDefinition newMenuOptionsDefinition()
MenuSeparatorDefinition newMenuSeparatorDefinition()
void setMenuDefinitions(List<MenuDefinition> definitions)
definitions - definition listCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.