net.mlw.vlh
Class DefaultValueListHandlerImpl

java.lang.Object
  extended bynet.mlw.vlh.DefaultValueListHandlerImpl
All Implemented Interfaces:
ValueListHandler

public class DefaultValueListHandlerImpl
extends Object
implements ValueListHandler

This default implementation of the ValueListHandler service used Jakartas digester to create a Configuration object.

Version:
$Revision: 1.15 $ $Date: 2006/03/29 19:47:49 $
Author:
Matthew L. Wilson, Andrej Zachar

Nested Class Summary
static class DefaultValueListHandlerImpl.BeanComparator
          Compares two beans.
 
Field Summary
 
Fields inherited from interface net.mlw.vlh.ValueListHandler
DEFAULT_SERVICE_NAME
 
Constructor Summary
DefaultValueListHandlerImpl()
          Creates a new instance of ValueListHandler
 
Method Summary
 Configuration getConfig()
           
 ValueList getValueList(String name, ValueListInfo info)
          Gets a ValueList with the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValueListHandlerImpl

public DefaultValueListHandlerImpl()
Creates a new instance of ValueListHandler

Method Detail

getConfig

public Configuration getConfig()
Returns:
Returns the config.

getValueList

public ValueList getValueList(String name,
                              ValueListInfo info)
Description copied from interface: ValueListHandler
Gets a ValueList with the given name.

Specified by:
getValueList in interface ValueListHandler
Parameters:
name - The name of the ValueList
info - The ValueListInfo information.
Returns:
The ValueList.
See Also:
com.mlw.vlh.ValueListHander.getValueList(ValueListInfo info, String name)


Copyright © 2003-2006 mlavilson. All Rights Reserved.