| 程序包 | 说明 |
|---|---|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static java.lang.String |
CmsJspTagContainer.getContainerDataTag(CmsContainerBean container,
java.lang.String widthStr,
boolean isDetailView,
boolean isDetailOnly)
Creates a new data tag for the given container.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsContainerBean |
CmsJspStandardContextBean.getContainer()
Returns the container the currently rendered element is part of.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsJspStandardContextBean.setContainer(CmsContainerBean container)
Sets the container the currently rendered element is part of.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Map<java.lang.String,CmsContainerBean> |
CmsContainerPageBean.getContainers()
Returns all container of this page.
|
| 构造器和说明 |
|---|
CmsContainerPageBean(java.util.Locale locale,
java.util.List<CmsContainerBean> containers)
Creates a new container page bean.
|