net.mlw.vlh
Class DefaultValueListHandlerImpl
java.lang.Object
net.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValueListHandlerImpl
public DefaultValueListHandlerImpl()
- Creates a new instance of ValueListHandler
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.