Class IncludeNodePostProcessor.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getBeforeDependents

        @Nullable
        public @Nullable java.util.Set<java.lang.Class<?>> getBeforeDependents()
        Specified by:
        getBeforeDependents in interface Dependent
        Overrides:
        getBeforeDependents in class NodePostProcessorFactory
        Returns:
        null or a list of dependents that must be executed after calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.