Uses of Class
org.opencms.xml.containerpage.CmsDynamicFunctionBean
Packages that use CmsDynamicFunctionBean
Package
Description
Utility classes to be used for JSP pages.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsDynamicFunctionBean in org.opencms.jsp.util
Fields in org.opencms.jsp.util declared as CmsDynamicFunctionBeanModifier and TypeFieldDescriptionprotected CmsDynamicFunctionBean
CmsDynamicFunctionBeanWrapper.m_functionBean
The dynamic function bean which is being wrapped.Methods in org.opencms.jsp.util that return CmsDynamicFunctionBeanModifier and TypeMethodDescriptionprotected CmsDynamicFunctionBean
CmsJspStandardContextBean.readDynamicFunctionBean
(String configuredName) Reads a dynamic function bean, given its name in the module configuration.Constructors in org.opencms.jsp.util with parameters of type CmsDynamicFunctionBeanModifierConstructorDescriptionCmsDynamicFunctionBeanWrapper
(CmsObject cms, CmsDynamicFunctionBean functionBean) Creates a new wrapper instance. -
Uses of CmsDynamicFunctionBean in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsDynamicFunctionBeanModifier and TypeMethodDescriptionCmsDynamicFunctionParser.parseFunctionBean
(CmsObject cms, CmsResource res) Parses a dynamic function bean given a resource.CmsDynamicFunctionParser.parseFunctionBean
(CmsObject cms, CmsXmlContent content) Parses a dynamic function bean from an in-memory XML content object.protected CmsDynamicFunctionBean
CmsDynamicFunctionParser.parseFunctionBean
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes, CmsResource functionFormatter) Parses a dynamic function bean.