sunlabs.brazil.properties
Class SubstPropsHandler.Html
java.lang.Object
  |
  +--sunlabs.brazil.properties.SubstPropsHandler.Html
- All Implemented Interfaces: 
- SubstPropsHandler.Convert
- Enclosing class:
- SubstPropsHandler
- public static class SubstPropsHandler.Html- extends Object- implements SubstPropsHandler.Convert
HTML escape a value.
 
| Method Summary | 
|  boolean | init(String prefix,
     Properties p)This is called once at creation time to provide this
 class with configuration information.
 | 
|  String | map(String value)Map the value.
 | 
 
 
SubstPropsHandler.Html
public SubstPropsHandler.Html()
init
public boolean init(String prefix,
                    Properties p)
- Description copied from interface: SubstPropsHandler.Convert
- This is called once at creation time to provide this
 class with configuration information.  Any configuration
 parameters required in "p" are prefixed with [prefix].
 
- 
- Specified by:
- initin interface- SubstPropsHandler.Convert
 
- 
 
map
public String map(String value)
- Description copied from interface: SubstPropsHandler.Convert
- Map the value.
 
- 
- Specified by:
- mapin interface- SubstPropsHandler.Convert
 
-