public class ValueObjectAttributeExtractor extends java.lang.Object implements AttributeExtractor
Constructor and Description |
---|
ValueObjectAttributeExtractor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
attributeFor(Element element,
java.lang.String attributeName)
Extract the attribute value.
|
public java.lang.Object attributeFor(Element element, java.lang.String attributeName) throws AttributeExtractorException
attributeFor
in interface AttributeExtractor
element
- the cache element to inspectattributeName
- the name of the requested attributeAttributeExtractorException
- if the attribute cannot be found or extracted