Package org.thymeleaf.engine
Class IteratedGatheringModelProcessable.IterationModels
- java.lang.Object
-
- org.thymeleaf.engine.IteratedGatheringModelProcessable.IterationModels
-
- Enclosing class:
- IteratedGatheringModelProcessable
private static final class IteratedGatheringModelProcessable.IterationModels extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanempty(package private) static IteratedGatheringModelProcessable.IterationModelsEMPTY(package private) ModelmodelFirst(package private) ModelmodelLast(package private) ModelmodelMiddle
-
Constructor Summary
Constructors Constructor Description IterationModels(Model modelFirst, Model modelMiddle, Model modelLast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisEmpty()
-
-
-
Field Detail
-
EMPTY
static IteratedGatheringModelProcessable.IterationModels EMPTY
-
modelFirst
final Model modelFirst
-
modelMiddle
final Model modelMiddle
-
modelLast
final Model modelLast
-
empty
final boolean empty
-
-