public interface DynamicPage extends BaseConcretePageElement, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENT_TYPE |
static String |
WILDCARD_CONTENT_TYPE |
PATH_SEPARATOR, PATH_SEPARATOR_CHAR
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Get the content type name that applies to this page.
|
boolean |
isInheritable()
Get inheritable flag that indicates whether this dynamic
page can be inherited for child content pages.
|
void |
setContentType(String contentType)
Set the content type name for this page.
|
void |
setInheritable(boolean inheritable)
Set inheritable flag that indicates whether this dynamic
page can be inherited for child content pages.
|
getEffectiveDefaultDecorator
getDefaultDecorator, getMenuDefinitions, getSkin, newMenuDefinition, newMenuExcludeDefinition, newMenuIncludeDefinition, newMenuOptionsDefinition, newMenuSeparatorDefinition, setDefaultDecorator, setMenuDefinitions, setSkin
getFragmentById, getFragmentsByInterface, getFragmentsByName, getRootFragment, removeFragmentById, setRootFragment
getVersion, isDirty, setDirty, setVersion
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPath
getId, getShortTitle, getTitle, isStale, setShortTitle, setTitle
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
static final String DOCUMENT_TYPE
static final String WILDCARD_CONTENT_TYPE
String getContentType()
void setContentType(String contentType)
contentType
- the name of the content type for the pageboolean isInheritable()
void setInheritable(boolean inheritable)
inheritable
- inheritable flagCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.