Class FragmentSignature
- Object
-
- org.thymeleaf.standard.expression.FragmentSignature
-
- All Implemented Interfaces:
Serializable
public final class FragmentSignature extends Object implements 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
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FragmentSignature(String fragmentName, List<String> parameterNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFragmentName()
List<String>
getParameterNames()
String
getStringRepresentation()
boolean
hasParameters()
String
toString()
-