com.arsdigita.util.parameter
Class CompoundParameterLoader

java.lang.Object
  extended bycom.arsdigita.util.parameter.CompoundParameterLoader
All Implemented Interfaces:
ParameterLoader, ParameterReader

Deprecated. Use CompoundParameterReader instead.

public class CompoundParameterLoader
extends Object
implements ParameterLoader


Field Summary
static String versionId
          Deprecated.  
 
Constructor Summary
CompoundParameterLoader()
          Deprecated.  
 
Method Summary
 void add(ParameterLoader loader)
          Deprecated.  
 ParameterValue load(Parameter param)
          Deprecated.  
 String read(Parameter param, ErrorList errors)
          Deprecated. Reads an encoded String value for param from storage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CompoundParameterLoader

public CompoundParameterLoader()
Deprecated. 
Method Detail

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 null
errors - 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