Package org.opencms.xml.containerpage
Class CmsMetaMapping
java.lang.Object
org.opencms.xml.containerpage.CmsMetaMapping
Configuration bean for meta mappings.
-
Constructor Summary
ConstructorDescriptionCmsMetaMapping
(String key, String element, int order, String defaultValue) Constructor. -
Method Summary
-
Constructor Details
-
CmsMetaMapping
Constructor.- Parameters:
key
- the mapping keyelement
- the mapped element xpathorder
- the mapping orderdefaultValue
- the mapping default value
-
-
Method Details
-
getDefaultValue
Returns the mapping default value.- Returns:
- the mapping default value
-
getElement
Returns the mapped element xpath.- Returns:
- the mapped element xpath
-
getKey
Returns the mapping key.- Returns:
- the mapping key
-
getOrder
Returns the mapping order.- Returns:
- the mapping order
-