Package org.thymeleaf.engine
Class GatheringModelProcessable
java.lang.Object
org.thymeleaf.engine.AbstractGatheringModelProcessable
org.thymeleaf.engine.GatheringModelProcessable
- All Implemented Interfaces:
IEngineProcessable,IGatheringModelProcessable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGatheringModelProcessable(IEngineConfiguration configuration, ProcessorTemplateHandler processorTemplateHandler, IEngineContext context, TemplateModelController modelController, TemplateFlowController flowController, TemplateModelController.SkipBody gatheredSkipBody, boolean gatheredSkipCloseTag, ProcessorExecutionVars processorExecutionVars) -
Method Summary
Methods inherited from class org.thymeleaf.engine.AbstractGatheringModelProcessable
gatherCDATASection, gatherCloseElement, gatherComment, gatherDocType, gatherOpenElement, gatherProcessingInstruction, gatherStandaloneElement, gatherText, gatherUnmatchedCloseElement, gatherXMLDeclaration, getContext, getFlowController, getInnerModel, getProcessorTemplateHandler, initializeProcessorExecutionVars, isGatheringFinished, prepareProcessing, resetGatheredSkipFlags, resetGatheredSkipFlagsAfterNoIterations
-
Field Details
-
context
-
offset
private int offset
-
-
Constructor Details
-
GatheringModelProcessable
GatheringModelProcessable(IEngineConfiguration configuration, ProcessorTemplateHandler processorTemplateHandler, IEngineContext context, TemplateModelController modelController, TemplateFlowController flowController, TemplateModelController.SkipBody gatheredSkipBody, boolean gatheredSkipCloseTag, ProcessorExecutionVars processorExecutionVars)
-
-
Method Details
-
process
public boolean process()
-