Package org.thymeleaf.engine
Class GatheringModelProcessable
- java.lang.Object
-
- org.thymeleaf.engine.AbstractGatheringModelProcessable
-
- org.thymeleaf.engine.GatheringModelProcessable
-
- All Implemented Interfaces:
IEngineProcessable,IGatheringModelProcessable
final class GatheringModelProcessable extends AbstractGatheringModelProcessable
-
-
Field Summary
Fields Modifier and Type Field Description private IEngineContextcontextprivate intoffset
-
Constructor Summary
Constructors Constructor Description GatheringModelProcessable(IEngineConfiguration configuration, ProcessorTemplateHandler processorTemplateHandler, IEngineContext context, TemplateModelController modelController, TemplateFlowController flowController, TemplateModelController.SkipBody gatheredSkipBody, boolean gatheredSkipCloseTag, ProcessorExecutionVars processorExecutionVars)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess()-
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 Detail
-
context
private final IEngineContext context
-
offset
private int offset
-
-
Constructor Detail
-
GatheringModelProcessable
GatheringModelProcessable(IEngineConfiguration configuration, ProcessorTemplateHandler processorTemplateHandler, IEngineContext context, TemplateModelController modelController, TemplateFlowController flowController, TemplateModelController.SkipBody gatheredSkipBody, boolean gatheredSkipCloseTag, ProcessorExecutionVars processorExecutionVars)
-
-