Package org.opencms.jsp.util
Class CmsJspSitemapConfigWrapper
java.lang.Object
org.opencms.jsp.util.CmsJspSitemapConfigWrapper
Wrapper object for accessing sitemap configuration information from JSPs.
-
Constructor Summary
ConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns a lazy map that maps sitemap attribute names to sitemap attribute values (as CmsJspObjectValueWrapper instances)
-
Constructor Details
-
CmsJspSitemapConfigWrapper
Creates a new instance.- Parameters:
context
- the standard context bean whose sitemap configuration / CmsObject should be used
-
-
Method Details
-
getAttribute
Returns a lazy map that maps sitemap attribute names to sitemap attribute values (as CmsJspObjectValueWrapper instances)- Returns:
- the lazy map
-