Package sunlabs.brazil.properties
Class Summary |
ExprProps |
ExprProps is a subclass of Properties that
is "smart" in the sense that it wraps a Calculator
object, passing get and getProperty keys to
the Calculator for processing.
|
ExprPropsHandler |
The ExprPropsHandler installs an expression evaluator as a
"smart properties" into the current request object, enabling arithmetic and
logical expression evaluation in property name lookups.
|
PropertiesList |
A PropertiesList instance is intended to be an element of
a doubly linked list consisting of other PropertiesList
instances. |
SubstPropsHandler |
Handler that performs value conversions on ${...} substitutions.
|
SubstPropsHandler.Html |
HTML escape a value. |
SubstPropsHandler.LowerCase |
Convert a value to lowercase. |
SubstPropsHandler.Resub |
Do a regexp substitution on a value.
|
SubstPropsHandler.SubstProps |
This class implements a properties object that knows how
to extract the "name" and "filter" from a properly constructed
name, and to invoke the filter on the value of the encoded
name. |
SubstPropsHandler.Url |
URL encode a String. |