| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsJspTagHeadIncludes.collectHeadIncludesForContainerElement(CmsObject cms,
javax.servlet.ServletRequest req,
CmsJspStandardContextBean standardContext,
CmsContainerPageBean containerPage,
java.lang.String includeType,
java.util.Set<java.lang.String> headincludes,
java.util.Map<java.lang.String,java.lang.String> inline)
Collects the head includes for a given container element.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspStandardContextBean |
CmsJspStandardContextBean.createCopy()
Returns a copy of this JSP context bean.
|
static CmsJspStandardContextBean |
CmsJspStandardContextBean.getInstance(javax.servlet.ServletRequest req)
Creates a new instance of the standard JSP context bean.
|
protected CmsJspStandardContextBean |
A_CmsJspCustomContextBean.getStandardContextBean()
Returns the standard context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsJspCustomContextBean.setContext(CmsJspStandardContextBean context)
Set the context for the bean.
|