net.mlw.vlh
Interface ValueListHandler

All Known Implementing Classes:
DefaultValueListHandlerImpl

public interface ValueListHandler

Author:
mwilson, azachar

Field Summary
static String DEFAULT_SERVICE_NAME
          The name that should be used to bind this service to a JNDI tree or the like
 
Method Summary
 ValueList getValueList(String name, ValueListInfo info)
          Gets a ValueList with the given name.
 

Field Detail

DEFAULT_SERVICE_NAME

public static final String DEFAULT_SERVICE_NAME
The name that should be used to bind this service to a JNDI tree or the like

See Also:
Constant Field Values
Method Detail

getValueList

public ValueList getValueList(String name,
                              ValueListInfo info)
Gets a ValueList with the given name.

Parameters:
name - The name of the ValueList
info - The ValueListInfo information.
Returns:
The ValueList.
See Also:
net.mlw.vlh.ValueListHandler#getPostProcessedValueList(ValueList, int)


Copyright © 2003-2006 mlavilson. All Rights Reserved.