public abstract class AttributeName extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected String[] |
completeAttributeNames |
protected String |
prefix |
Modifier | Constructor and Description |
---|---|
protected |
AttributeName(String prefix,
String attributeName,
String[] completeAttributeNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAttributeName() |
String[] |
getCompleteAttributeNames() |
String |
getPrefix() |
int |
hashCode() |
boolean |
isPrefixed() |
String |
toString() |
protected final String prefix
protected final String attributeName
protected final String[] completeAttributeNames
Copyright © 2016 The THYMELEAF team. All rights reserved.