Package | Description |
---|---|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
org.opencms.xml.types |
Contains the basic XML content type definitions, used for XML content and XML pages.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,I_CmsXmlContentValue.SearchContentType> |
CmsDefaultXmlContentHandler.m_searchSettings
The search settings.
|
Modifier and Type | Method and Description |
---|---|
I_CmsXmlContentValue.SearchContentType |
CmsDefaultXmlContentHandler.getSearchContentType(I_CmsXmlContentValue value) |
I_CmsXmlContentValue.SearchContentType |
I_CmsXmlContentHandler.getSearchContentType(I_CmsXmlContentValue value)
Returns the search content type, ie., the way how to integrate the value into full text search.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,I_CmsXmlContentValue.SearchContentType> |
CmsDefaultXmlContentHandler.getSearchSettings() |
java.util.Map<java.lang.String,I_CmsXmlContentValue.SearchContentType> |
I_CmsXmlContentHandler.getSearchSettings()
Returns the search content settings defined in the annotation node of this XML content.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CmsDefaultXmlContentHandler.addSearchSetting(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
I_CmsXmlContentValue.SearchContentType value)
Adds a search setting for an element.
|
Modifier and Type | Method and Description |
---|---|
static I_CmsXmlContentValue.SearchContentType |
I_CmsXmlContentValue.SearchContentType.fromString(java.lang.String type)
Converts the String into a SearchContentType.
|
default I_CmsXmlContentValue.SearchContentType |
I_CmsXmlContentValue.getSearchContentType()
Returns the search content type for the value.
|
static I_CmsXmlContentValue.SearchContentType |
I_CmsXmlContentValue.SearchContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsXmlContentValue.SearchContentType[] |
I_CmsXmlContentValue.SearchContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|