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:
java.io.Serializable
public abstract class BeanPropertyLookupParser extends PropertyLookupParser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanPropertyLookupParser()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringlookupVariable(java.lang.String entity)Looks up the property with the given name.protected abstract java.lang.ObjectperformInitialLookup(java.lang.String name)-
Methods inherited from class org.jfree.report.util.PropertyLookupParser
getClosingBraceChar, getEscapeChar, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setMarkerChar, setOpeningBraceChar, translateAndLookup
-
-
-
-
Method Detail
-
performInitialLookup
protected abstract java.lang.Object performInitialLookup(java.lang.String name)
- Parameters:
name-- Returns:
-
lookupVariable
protected java.lang.String lookupVariable(java.lang.String entity)
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.
-
-