|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.jsp.util.CmsDynamicFunctionBeanWrapper
public class CmsDynamicFunctionBeanWrapper
A wrapper class for using dynamic function beans inside JSPs via the EL.
Field Summary | |
---|---|
protected CmsObject |
m_cms
The internal CMS object to use. |
protected CmsDynamicFunctionBean |
m_functionBean
The dynamic function bean which is being wrapped. |
Constructor Summary | |
---|---|
CmsDynamicFunctionBeanWrapper(CmsObject cms,
CmsDynamicFunctionBean functionBean)
Creates a new wrapper instance. |
Method Summary | |
---|---|
Object |
getFormatFor()
Gets the lazy map for accessing the various function formats. |
String |
getJsp()
Gets the JSP file name of the wrapped dynamic function bean's main format. |
Map<String,String> |
getParam()
Gets the parameters of the wrapped dynamic function bean's main format. |
Map<String,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 |
Field Detail |
---|
protected CmsObject m_cms
protected CmsDynamicFunctionBean m_functionBean
Constructor Detail |
---|
public CmsDynamicFunctionBeanWrapper(CmsObject cms, CmsDynamicFunctionBean functionBean)
cms
- the CMS context to usefunctionBean
- the dynamic function bean to wrapMethod Detail |
---|
public Object getFormatFor()
public String getJsp()
public Map<String,String> getParam()
public Map<String,String> getParameters()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |