Class CmsEntityHtml

java.lang.Object
org.opencms.acacia.shared.CmsEntityHtml
All Implemented Interfaces:
Serializable

public class CmsEntityHtml extends Object implements Serializable
The entity HTML representation including validation data.

See Also:
  • Constructor Details

    • CmsEntityHtml

      public CmsEntityHtml(String htmlContent, CmsValidationResult validationResult)
      Constructor.

      Parameters:
      htmlContent - the HTML representation
      validationResult - the validation result
    • CmsEntityHtml

      protected CmsEntityHtml()
      Constructor needed for serialization.

  • Method Details