JTools

org.jtools.mapper
Class SimpleStringMapper

java.lang.Object
  extended by org.jtools.mapper.DirectMapper<String>
      extended by org.jtools.mapper.SimpleStringMapper
All Implemented Interfaces:
org.jpattern.mapper.Mapper<String,String>

public class SimpleStringMapper
extends DirectMapper<String>


Field Summary
protected  String prefix
           
protected  String suffix
           
 
Constructor Summary
SimpleStringMapper(PropertySupport props)
           
 
Method Summary
protected  String onMap(String item)
           
 
Methods inherited from class org.jtools.mapper.DirectMapper
getParent, map, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected final String prefix

suffix

protected final String suffix
Constructor Detail

SimpleStringMapper

public SimpleStringMapper(PropertySupport props)
Method Detail

onMap

protected String onMap(String item)
Overrides:
onMap in class DirectMapper<String>

JTools

© 2000-2006, JTools.org.