Class CmsMetaMapping

java.lang.Object
org.opencms.xml.containerpage.CmsMetaMapping

public class CmsMetaMapping extends Object
Configuration bean for meta mappings.

  • Constructor Details

    • CmsMetaMapping

      public CmsMetaMapping(String key, String element, int order, String defaultValue)
      Constructor.

      Parameters:
      key - the mapping key
      element - the mapped element xpath
      order - the mapping order
      defaultValue - the mapping default value
  • Method Details

    • getDefaultValue

      Returns the mapping default value.

      Returns:
      the mapping default value
    • getElement

      public String getElement()
      Returns the mapped element xpath.

      Returns:
      the mapped element xpath
    • getKey

      public String getKey()
      Returns the mapping key.

      Returns:
      the mapping key
    • getOrder

      public int getOrder()
      Returns the mapping order.

      Returns:
      the mapping order