sunlabs.brazil.properties
Interface SubstPropsHandler.Convert

All Known Implementing Classes:
SubstPropsHandler.Html, SubstPropsHandler.LowerCase, SubstPropsHandler.Resub, SubstPropsHandler.Url
Enclosing class:
SubstPropsHandler

public static interface SubstPropsHandler.Convert

Class that maps strings to strings.


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.
 

Method Detail

init

boolean init(String prefix,
             Properties p)
This is called once at creation time to provide this class with configuration information. Any configuration parameters required in "p" are prefixed with [prefix].


map

String map(String value)
Map the value.


Version Kenai-svn-r24, Generated 08/18/09
Copyright (c) 2001-2009, Sun Microsystems.