Package org.opencms.jsp.util
Class CmsJspContainerPageWrapper
java.lang.Object
org.opencms.jsp.util.CmsJspContainerPageWrapper
Wrapper for using container pages in JSPs.
-
Constructor Summary
ConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionrenderContainer
(CmsJspStandardContextBean context, String name) Renders the element in the container with the given name or name prefix.
-
Constructor Details
-
CmsJspContainerPageWrapper
Creates a new instance.- Parameters:
page
- the container page to wrap
-
-
Method Details
-
renderContainer
Renders the element in the container with the given name or name prefix.- Parameters:
context
- the context beanname
- the container name or name prefix- Returns:
- the rendered HTML
-