Interface RichText
- All Superinterfaces:
Resource
- All Known Subinterfaces:
ModifiableRichText
- All Known Implementing Classes:
JCRRichText
Deprecated.
Use org.ametys.cms.data.RichText instead
A resource with additional data.
A RichText is typically an XML or HTML stream with attached pictures.
A RichText is typically an XML or HTML stream with attached pictures.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the Folder holding additional data.
Its internal organization is application dependant.String[]
Deprecated.Get the content annotation names.String[]
getAnnotationValues
(String name) Deprecated.Get the values of a given annotation.Methods inherited from interface org.ametys.plugins.repository.metadata.Resource
getEncoding, getInputStream, getLastModified, getLength, getMimeType
-
Method Details
-
getAdditionalDataFolder
Deprecated.Returns the Folder holding additional data.
Its internal organization is application dependant.- Returns:
- the Folder holding additional data
-
getAnnotationNames
Deprecated.Get the content annotation names.- Returns:
- the annotation names.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
getAnnotationValues
Deprecated.Get the values of a given annotation.- Parameters:
name
- The name of the annotation.- Returns:
- The annotation values.
- Throws:
AmetysRepositoryException
- if an error occurs.
-