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.
Constructor and Description |
---|
FragmentSignature(String fragmentName,
List<String> parameterNames) |
Modifier and Type | Method and Description |
---|---|
String |
getFragmentName() |
List<String> |
getParameterNames() |
String |
getStringRepresentation() |
boolean |
hasParameters() |
String |
toString() |
Copyright © 2016 The THYMELEAF team. All rights reserved.