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.
|
getEffectiveDefaultDecoratorgetDefaultDecorator, getMenuDefinitions, getSkin, newMenuDefinition, newMenuExcludeDefinition, newMenuIncludeDefinition, newMenuOptionsDefinition, newMenuSeparatorDefinition, setDefaultDecorator, setMenuDefinitions, setSkingetFragmentById, 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, setSecurityConstraintsstatic 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.