com.arsdigita.util.parameter
Class CompoundParameterLoader
java.lang.Object
com.arsdigita.util.parameter.CompoundParameterLoader
- All Implemented Interfaces:
- ParameterLoader, ParameterReader
Deprecated. Use CompoundParameterReader
instead.
- public class CompoundParameterLoader
- extends Object
- implements ParameterLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- Deprecated.
- See Also:
- Constant Field Values
CompoundParameterLoader
public CompoundParameterLoader()
- Deprecated.
add
public void add(ParameterLoader loader)
- Deprecated.
read
public String read(Parameter param,
ErrorList errors)
- Deprecated.
- Description copied from interface:
ParameterReader
- Reads an encoded
String
value for
param
from storage. If there are errors, they are
added to errors
.
- Specified by:
read
in interface ParameterReader
- Parameters:
param
- The Parameter
being read; it cannot
be nullerrors
- The ErrorList
that will collect any
errors; it cannot be null
- Returns:
- The marshaled
String
value for
param
; it may be null
load
public ParameterValue load(Parameter param)
- Deprecated.
- Specified by:
load
in interface ParameterLoader
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC