public class ValueObjectAttributeExtractor extends Object implements AttributeExtractor
Constructor and Description |
---|
ValueObjectAttributeExtractor() |
Modifier and Type | Method and Description |
---|---|
Object |
attributeFor(Element element,
String attributeName)
Extract the attribute value.
|
public Object attributeFor(Element element, 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 extractedCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.