Class CmsDynamicFunctionBeanWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getFormatFor()
      Gets the lazy map for accessing the various function formats.
      java.lang.String getJsp()
      Gets the JSP file name of the wrapped dynamic function bean's main format.
      java.util.Map<java.lang.String,​java.lang.String> getParam()
      Gets the parameters of the wrapped dynamic function bean's main format.
      java.util.Map<java.lang.String,​java.lang.String> getParameters()
      Gets the parameters of the wrapped dynamic function bean's main format.
      • Methods inherited from class java.lang.Object

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

      • getFormatFor

        public java.lang.Object getFormatFor()
        Gets the lazy map for accessing the various function formats.

        Returns:
        a map which allows access to the various function formats
      • getJsp

        public java.lang.String getJsp()
        Gets the JSP file name of the wrapped dynamic function bean's main format.

        Returns:
        a jsp file name
      • getParam

        public java.util.Map<java.lang.String,​java.lang.String> getParam()
        Gets the parameters of the wrapped dynamic function bean's main format.

        Returns:
        the map of parameters
      • getParameters

        public java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets the parameters of the wrapped dynamic function bean's main format.

        Returns:
        the map of parameters