程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
CmsJspStandardContextBean.TemplateBean |
CmsJspStandardContextBean.getTemplate()
Gets a bean containing information about the current template.
|
限定符和类型 | 方法和说明 |
---|---|
CmsJspStandardContextBean.TemplateBean |
CmsADESessionCache.getTemplateBean(java.lang.String uri,
boolean safe)
Gets the cached template bean for a given container page uri.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsADESessionCache.setTemplateBean(java.lang.String uri,
CmsJspStandardContextBean.TemplateBean templateBean)
Caches a template bean for a given container page URI.
|