Package com.day.cq.wcm.api
Interface TemplatedResource
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PN_EDITABLE
static java.lang.String
PN_TEMPLATETYPE
static java.lang.String
TEMPLATED_PAGE_COMPONENT_TYPE
-
Fields inherited from interface org.apache.sling.api.resource.Resource
RESOURCE_TYPE_NON_EXISTING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
getResource()
Get the original resource-
Methods inherited from interface org.apache.sling.api.resource.Resource
getChild, getChildren, getName, getParent, getPath, getResourceMetadata, getResourceResolver, getResourceSuperType, getResourceType, getValueMap, hasChildren, isResourceType, listChildren
-
-
-
-
Field Detail
-
TEMPLATED_PAGE_COMPONENT_TYPE
static final java.lang.String TEMPLATED_PAGE_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
PN_EDITABLE
static final java.lang.String PN_EDITABLE
- See Also:
- Constant Field Values
-
PN_TEMPLATETYPE
static final java.lang.String PN_TEMPLATETYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResource
Resource getResource()
Get the original resource- Returns:
- the rresource
-
-