Package org.opencms.jsp.util
Class CmsDynamicFunctionFormatWrapper
java.lang.Object
org.opencms.jsp.util.CmsDynamicFunctionFormatWrapper
Wrapper class for dynamic function formats which can be used from JSP EL.
-
Constructor Summary
ConstructorDescriptionCreates a new wrapper instance for a given format. -
Method Summary
-
Constructor Details
-
CmsDynamicFunctionFormatWrapper
Creates a new wrapper instance for a given format.The format parameter may be null.
- Parameters:
cms
- the current CMS contextformat
- the dynamic function format
-
-
Method Details
-
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
Gets the jsp site path for this dynamic function format.- Returns:
- the jsp site path for this dynamic function format
-
getParam
Gets the parameters for this dynamic function format.- Returns:
- the map of parameters for the dynamic function
-
getParameters
Gets the parameters for this dynamic function format.- Returns:
- the map of parameters for the dynamic function
-