org.jfree.report.util.beans
public abstract class BeanPropertyLookupParser extends PropertyLookupParser
Constructor and Description |
---|
BeanPropertyLookupParser() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
lookupVariable(java.lang.String entity)
Looks up the property with the given name.
|
protected abstract java.lang.Object |
performInitialLookup(java.lang.String name) |
getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup
protected abstract java.lang.Object performInitialLookup(java.lang.String name)
name
- protected java.lang.String lookupVariable(java.lang.String entity)
PropertyLookupParser
lookupVariable
in class PropertyLookupParser
entity
- the name of the property to look up.