Uses of Class
org.opencms.util.CmsDefaultSet
Package
Description
Core shared stuff.
Low-level functions to manage the loading of resources from the OpenCms VFS.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsDefaultSet in org.opencms.loader
Modifier and TypeMethodDescriptionCmsResourceManager.getAllowedContextMap
(CmsObject cms) Gets the map of forbidden contexts for resource types.protected Map<String,
CmsDefaultSet<String>> CmsTemplateContextManager.safeGetAllowedContextMap()
Helper method for getting the forbidden contexts from the resource manager without a try-catch block. -
Uses of CmsDefaultSet in org.opencms.xml.content
Modifier and TypeFieldDescriptionprotected CmsDefaultSet<String>
CmsDefaultXmlContentHandler.m_allowedTemplates
The set of allowed templates.Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getAllowedTemplates()
I_CmsXmlContentHandler.getAllowedTemplates()
Gets the list of allowed template context names.