Package org.opencms.jsp.util
Class CmsSchemaInfo
java.lang.Object
org.opencms.jsp.util.CmsSchemaInfo
Bean for accessing XML content schema information from JSPs.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Represents information about a single field in a content schema.class
Represents the a single editor tab and its fields. -
Constructor Summary
ConstructorDescriptionCmsSchemaInfo
(CmsObject cms, CmsXmlContentDefinition contentDef) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsSchemaInfo
Creates a new instance.- Parameters:
cms
- the CMS contextcontentDef
- the content definition
-
-
Method Details
-
getRoot
Gets the root node.- Returns:
- the root node
-
getTabs
Gets the tabs.- Returns:
- the tabs
-
hasTabs
Checks for tabs.- Returns:
- true, if there are tabs
-