Package net.mlw.vlh.adapter.util

This package contains some standard utilities for the Value List Handler Adapters.

See:
          Description

Interface Summary
ObjectValidator This class is used in ScrollableResultsDecorator and ResultSetDecorator.
ObjectWrapper This class is used in net.mlw.vlh.adapter.jdbc.objectWrapper.DefaultWrapperAdapter Using this wrapper you can replace record in valuelist with your record.
TextManipulator This interface consumes a StringBuffer and a Map and manipulates the StringBuffer.
 

Class Summary
FilterTextManipulator Includes "filters" if the key is present in the filter tag.
StringDotReplaceAllTextManipulator This interface consumes a StringBuffer and a Map and manipulates the StringBuffer.
TokenReplaceTextManipulator Replaces "This is a [test]" with "This is a <%=map.get("test")%>"
 

Package net.mlw.vlh.adapter.util Description

This package contains some standard utilities for the Value List Handler Adapters.



Copyright © 2003-2006 mlavilson. All Rights Reserved.