Class PartialsIncludeProcessor

  • All Implemented Interfaces:
    org.asciidoctor.extension.Processor

    public final class PartialsIncludeProcessor
    extends org.asciidoctor.extension.IncludeProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handles​(java.lang.String target)  
      void process​(org.asciidoctor.ast.Document document, org.asciidoctor.extension.PreprocessorReader reader, java.lang.String target, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
      • Methods inherited from class org.asciidoctor.extension.BaseProcessor

        createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createDocument, createList, createList, createList, createListItem, createListItem, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createSection, createSection, createSection, createSection, createSection, createTable, createTable, createTableCell, createTableCell, createTableCell, createTableCell, createTableColumn, createTableColumn, createTableRow, getConfig, log, parseContent, setConfig, unwrap, updateConfig
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartialsIncludeProcessor

        public PartialsIncludeProcessor()
    • Method Detail

      • handles

        public boolean handles​(java.lang.String target)
        Specified by:
        handles in class org.asciidoctor.extension.IncludeProcessor
      • process

        public void process​(org.asciidoctor.ast.Document document,
                            org.asciidoctor.extension.PreprocessorReader reader,
                            java.lang.String target,
                            java.util.Map<java.lang.String,​java.lang.Object> attributes)
        Specified by:
        process in class org.asciidoctor.extension.IncludeProcessor