Class CmsMetaMapping


  • public class CmsMetaMapping
    extends java.lang.Object
    Configuration bean for meta mappings.

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsMetaMapping​(java.lang.String key, java.lang.String element, int order, java.lang.String defaultValue)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultValue()
      Returns the mapping default value.
      java.lang.String getElement()
      Returns the mapped element xpath.
      java.lang.String getKey()
      Returns the mapping key.
      int getOrder()
      Returns the mapping order.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsMetaMapping

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

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

      • getDefaultValue

        public java.lang.String getDefaultValue()
        Returns the mapping default value.

        Returns:
        the mapping default value
      • getElement

        public java.lang.String getElement()
        Returns the mapped element xpath.

        Returns:
        the mapped element xpath
      • getKey

        public java.lang.String getKey()
        Returns the mapping key.

        Returns:
        the mapping key
      • getOrder

        public int getOrder()
        Returns the mapping order.

        Returns:
        the mapping order