Interface HTMLEditorStyle

All Known Implementing Classes:
SkinHTMLEditorStyle, StaticHTMLEditorStyle

public interface HTMLEditorStyle
This extension point allows to determine which styles does exist for html edition
  • Field Details

    • ROLE

      static final String ROLE
      Avalon role name
  • Method Details

    • getPara

      StyleCategory getPara(Map<String,Object> contextualParameters)
      Get the list of styles for paragraphs
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getTable

      StyleCategory getTable(Map<String,Object> contextualParameters)
      Get the list of styles for tables
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getLink

      StyleCategory getLink(Map<String,Object> contextualParameters)
      Get the list of styles for link
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getImage

      StyleCategory getImage(Map<String,Object> contextualParameters)
      Get the list of styles for images
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getUnorderedList

      Get the list of styles for unordered lists
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getOrderedList

      StyleCategory getOrderedList(Map<String,Object> contextualParameters)
      Get the list of styles for ordered lists
      Parameters:
      contextualParameters - Contextuals parameters transmitted by the environment.
      Returns:
      A category. Can be null.
    • getBackOfficeCSSFiles

      Get the aggregation of all backoffice css files
      Parameters:
      contextParameters - The contextual parameters
      Returns:
      A non null list of ScriptFile
    • getInlineEditorCSSFiles

      Get the aggregation of all inline editor css files
      Parameters:
      contextParameters - The contextual parameters
      Returns:
      A non null list of ScriptFile