|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.vlh.ValueListHandler
Field Summary | |
static org.apache.commons.logging.Log |
log
Logger used for any subclass |
Constructor Summary | |
ValueListHandler()
|
Method Summary | |
static ValueListHandler |
getInstance()
Factory method. |
abstract ValueList |
getValueList(ValueListInfo info,
java.lang.String name)
Gets a ValueList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.commons.logging.Log log
Constructor Detail |
public ValueListHandler()
Method Detail |
public static ValueListHandler getInstance()
public abstract ValueList getValueList(ValueListInfo info, java.lang.String name)
info
- The ValueList
informationname
- The name of the ValueList
ValueList
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |