Package org.opencms.acacia.shared
Class CmsEntityHtml
java.lang.Object
org.opencms.acacia.shared.CmsEntityHtml
- All Implemented Interfaces:
Serializable
The entity HTML representation including validation data.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor needed for serialization.CmsEntityHtml
(String htmlContent, CmsValidationResult validationResult) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the HTML representation.Returns the validation result.
-
Constructor Details
-
CmsEntityHtml
protected CmsEntityHtml()Constructor needed for serialization.
-
Method Details
-
getHtmlContent
Returns the HTML representation.- Returns:
- the HTML representation
-
getValidationResult
Returns the validation result.- Returns:
- the validation result
-