Class GeneratedCMSParagraphComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CMSParagraphComponent

public abstract class GeneratedCMSParagraphComponent extends SimpleCMSComponent
Generated class for type CMSParagraphComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCMSParagraphComponent

      public GeneratedCMSParagraphComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedSimpleCMSComponent
    • getContent

      public String getContent(SessionContext ctx)
      Generated method - Getter of the CMSParagraphComponent.content attribute.
      Returns:
      the content
    • getContent

      public String getContent()
      Generated method - Getter of the CMSParagraphComponent.content attribute.
      Returns:
      the content
    • getAllContent

      public Map<Language,String> getAllContent(SessionContext ctx)
      Generated method - Getter of the CMSParagraphComponent.content attribute.
      Returns:
      the localized content
    • getAllContent

      public Map<Language,String> getAllContent()
      Generated method - Getter of the CMSParagraphComponent.content attribute.
      Returns:
      the localized content
    • setContent

      public void setContent(SessionContext ctx, String value)
      Generated method - Setter of the CMSParagraphComponent.content attribute.
      Parameters:
      value - the content
    • setContent

      public void setContent(String value)
      Generated method - Setter of the CMSParagraphComponent.content attribute.
      Parameters:
      value - the content
    • setAllContent

      public void setAllContent(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the CMSParagraphComponent.content attribute.
      Parameters:
      value - the content
    • setAllContent

      public void setAllContent(Map<Language,String> value)
      Generated method - Setter of the CMSParagraphComponent.content attribute.
      Parameters:
      value - the content