com.mlw.vlh.impl
Class DefaltValueListHandler

java.lang.Object
  |
  +--com.mlw.vlh.ValueListHandler
        |
        +--com.mlw.vlh.impl.DefaltValueListHandler

public class DefaltValueListHandler
extends ValueListHandler

Author:
Matthew Wilson

Field Summary
static org.apache.commons.logging.Log log
          class logger
 
Constructor Summary
DefaltValueListHandler()
          Creates a new instance of DefaltValueListHandler
 
Method Summary
 ValueList getValueList(ValueListInfo info, java.lang.String name)
          Gets a ValueList
 
Methods inherited from class com.mlw.vlh.ValueListHandler
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log
class logger

Constructor Detail

DefaltValueListHandler

public DefaltValueListHandler()
Creates a new instance of DefaltValueListHandler

Method Detail

getValueList

public ValueList getValueList(ValueListInfo info,
                              java.lang.String name)
Description copied from class: ValueListHandler
Gets a ValueList

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


Copyright © 2003 mlavilson. All Rights Reserved.