예제 #1
0
 public Integer getTextAttributeValue(String attributeValue) {
   return textAttributeProvider.getTextAttributeValue(attributeValue);
 }
예제 #2
0
 public TextAttribute getTextAttribute(String attribute) {
   return textAttributeProvider.getTextAttribute(attribute);
 }