public interface PageIdentifier
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAttributeNames()
Page may have additional attributes with it; like meta data, Get the value for the param.
Note this is NOT to be confused with an HTTP Requests parameters or Attributes. |
String |
getAttributeValue(String name)
Page may have additional attributes with it; like meta data, Get the value for the param.
Note this is NOT to be confused with an HTTP Requests parameters or Attributes. |
Locale |
getLocale() |
String |
getName() |
String |
getPagePath()
Path excluding the name
|
Status |
getStatus() |
String getPagePath()
String getName()
Locale getLocale()
Status getStatus()
String getAttributeValue(String name)
AbstractContentAttribute.ATTRIBUTE_TEMPLATE
name
- of the AttributeCollection<String> getAttributeNames()
name
- of the AttributeCopyright © 2018. All rights reserved.