net.mlw.vlh.adapter.util
Interface TextManipulator
- All Known Implementing Classes:
- FilterTextManipulator, StringDotReplaceAllTextManipulator, TokenReplaceTextManipulator
- public interface TextManipulator
This interface consumes a StringBuffer and a Map and
manipulates the StringBuffer.
- Author:
- mwilson
manipulate
public StringBuffer manipulate(StringBuffer value,
Map model)
- Consumes a StringBuffer and a Map and
manipulates the StringBuffer.
- Parameters:
value
- The StringBuffer to manipulate.model
- The Map to reference.
- Returns:
- The manipulated StringBuffer.
Copyright © 2003-2006 mlavilson. All Rights Reserved.