Class Fragment
java.lang.Object
org.thymeleaf.standard.expression.Fragment
Class that models the result of a FragmentExpression, i.e. the result of a fragment expression in
the form of ~{template :: fragment? (parameters)?}
- Since:
- 3.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Fragmentprivate final booleanprivate final TemplateModel -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_FRAGMENT
-
templateModel
-
parameters
-
syntheticParameters
private final boolean syntheticParameters
-
-
Constructor Details
-
Fragment
public Fragment(TemplateModel templateModel, Map<String, Object> parameters, boolean syntheticParameters) -
Fragment
private Fragment()
-
-
Method Details
-
getTemplateModel
-
getParameters
-
hasSyntheticParameters
public boolean hasSyntheticParameters() -
write
- Throws:
IOException
-
toString
-