Class WikiToXhtmlConversionData


  • @Immutable
    public class WikiToXhtmlConversionData
    extends Object
    The data required to request conversion of wiki data to XHTML.
    • Constructor Detail

      • WikiToXhtmlConversionData

        public WikiToXhtmlConversionData()
      • WikiToXhtmlConversionData

        public WikiToXhtmlConversionData​(String wiki,
                                         long entityId,
                                         String spaceKey,
                                         boolean suppressFirstParagraph,
                                         String contextType)
    • Method Detail

      • getWiki

        public String getWiki()
      • getEntityId

        public long getEntityId()
      • getSpaceKey

        public String getSpaceKey()
      • shouldSuppressFirstParagraph

        public boolean shouldSuppressFirstParagraph()
      • getContextType

        public String getContextType()