Class CmsDynamicFunctionFormatWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getExists()
      Check if this format is actually valid, i.e.
      java.lang.String getJsp()
      Gets the jsp site path for this dynamic function format.
      java.util.Map<java.lang.String,​java.lang.String> getParam()
      Gets the parameters for this dynamic function format.
      java.util.Map<java.lang.String,​java.lang.String> getParameters()
      Gets the parameters for this dynamic function format.
      • Methods inherited from class java.lang.Object

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

      • getExists

        public boolean getExists()
        Check if this format is actually valid, i.e. was not created with a null format argument.

        Returns:
        true if this format is valid
      • getJsp

        public java.lang.String getJsp()
        Gets the jsp site path for this dynamic function format.

        Returns:
        the jsp site path for this dynamic function format
      • getParam

        public java.util.Map<java.lang.String,​java.lang.String> getParam()
        Gets the parameters for this dynamic function format.

        Returns:
        the map of parameters for the dynamic function
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets the parameters for this dynamic function format.

        Returns:
        the map of parameters for the dynamic function