| 
 |   | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
          Description
| Interface Summary | |
| SubstPropsHandler.Convert | Class that maps strings to strings. | 
| Class Summary | |
| ExprProps | ExprPropsis a subclass ofPropertiesthat
 is "smart" in the sense that it wraps aCalculatorobject, passinggetandgetPropertykeys to
 theCalculatorfor processing. | 
| ExprPropsHandler | The ExprPropsHandlerinstalls an expression evaluator as a
 "smart properties" into the current request object, enabling arithmetic and
 logical expression evaluation in property name lookups. | 
| PropertiesList | A PropertiesListinstance is intended to be an element of
 a doubly linked list consisting of otherPropertiesListinstances. | 
| 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.Url | URL encode a String. | 
Classes for defining and using "smart" properties with Brazil.
"Smart properties" are sub-classes of ordinary java
properties: they have put() and getProperty() methods.
However, rather than saving and returning static string values, 
the various smart properties compute their values dynamically.
Smart properties may be inserted into the request.props()
properties chain 
(see Request.addSharedProps(java.util.Dictionary))
to uniformly add new and dynamic behavior when processing
Request.props.
| 
 | Version 2.1, Generated 12/30/04 Copyright (c) 2001-2004, Sun Microsystems. | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||