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