public interface SupportedAttribResolver<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId(T item)
Gets the id.
|
java.lang.String |
getIdVal(T item)
Gets the id val.
|
java.lang.String |
getSupportedAttributeTag()
Gets the supported attribute tag.
|
java.lang.String |
getUri(T item)
Gets the uri.
|
java.lang.String |
getVal1(T item)
Gets the val1.
|
java.lang.String |
getVal2(T item)
Gets the val2.
|
java.lang.String getSupportedAttributeTag()
java.lang.String getId(T item)
item
- the itemjava.lang.String getUri(T item)
item
- the itemjava.lang.String getIdVal(T item)
item
- the itemjava.lang.String getVal1(T item)
item
- the itemjava.lang.String getVal2(T item)
item
- the item