Class FragmentSignature
java.lang.Object
org.thymeleaf.standard.expression.FragmentSignature
- All Implemented Interfaces:
Serializable
Represents a fragment signature, including both a name and an (optional) sequence of parameter names to be
applied. Typically the result of parsing a th:fragment attribute.
- Since:
- 2.1.0
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
FRAGMENT_SIGNATURE_PARAMETERS_START
private static final char FRAGMENT_SIGNATURE_PARAMETERS_START- See Also:
-
FRAGMENT_SIGNATURE_PARAMETERS_END
private static final char FRAGMENT_SIGNATURE_PARAMETERS_END- See Also:
-
fragmentName
-
parameterNames
-
-
Constructor Details
-
FragmentSignature
-
-
Method Details