Package org.jfree.report.util.beans
Class BeanPropertyLookupParser
java.lang.Object
org.jfree.report.util.PropertyLookupParser
org.jfree.report.util.beans.BeanPropertyLookupParser
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
lookupVariable
(String entity) Looks up the property with the given name.protected abstract Object
performInitialLookup
(String name) Methods inherited from class org.jfree.report.util.PropertyLookupParser
getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup
-
Constructor Details
-
BeanPropertyLookupParser
public BeanPropertyLookupParser()
-
-
Method Details
-
performInitialLookup
- Parameters:
name
-- Returns:
-
lookupVariable
Description copied from class:PropertyLookupParser
Looks up the property with the given name.- Specified by:
lookupVariable
in classPropertyLookupParser
- Parameters:
entity
- the name of the property to look up.- Returns:
- the translated value.
-