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 StringlookupVariable(String entity) Looks up the property with the given name.protected abstract ObjectperformInitialLookup(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:PropertyLookupParserLooks up the property with the given name.- Specified by:
lookupVariablein classPropertyLookupParser- Parameters:
entity- the name of the property to look up.- Returns:
- the translated value.
-