Uses of Interface
com.arsdigita.util.parameter.ParameterReader

Packages that use ParameterReader
com.arsdigita.runtime The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. 
com.arsdigita.util Utility classes. 
com.arsdigita.util.config   
com.arsdigita.util.csv   
com.arsdigita.util.parameter   
 

Uses of ParameterReader in com.arsdigita.runtime
 

Classes in com.arsdigita.runtime that implement ParameterReader
 class InteractiveParameterLoader
          Deprecated.  
 class RuntimeConfigLoader
          Deprecated. Use AbstractConfig.load() instead.
 

Uses of ParameterReader in com.arsdigita.util
 

Classes in com.arsdigita.util that implement ParameterReader
 class JavaPropertyReader
          Subject to change.
 

Uses of ParameterReader in com.arsdigita.util.config
 

Classes in com.arsdigita.util.config that implement ParameterReader
 class JavaPropertyLoader
          Deprecated. Use JavaPropertyReader instead
 

Uses of ParameterReader in com.arsdigita.util.csv
 

Classes in com.arsdigita.util.csv that implement ParameterReader
 class CSVParameterLoader
          Subject to change.
 

Uses of ParameterReader in com.arsdigita.util.parameter
 

Subinterfaces of ParameterReader in com.arsdigita.util.parameter
 interface ParameterLoader
          Deprecated. Use ParameterReader instead.
 

Classes in com.arsdigita.util.parameter that implement ParameterReader
 class CompoundParameterLoader
          Deprecated. Use CompoundParameterReader instead.
 class CompoundParameterReader
          Subject to change.
 

Methods in com.arsdigita.util.parameter with parameters of type ParameterReader
 void CompoundParameterReader.add(ParameterReader reader)
          Adds reader to the set of component readers.
protected  Object MapParameter.doRead(ParameterReader reader, ErrorList errors)
           
 Object Parameter.read(ParameterReader reader, ErrorList errors)
          Gets the parameter value as a Java object.
 Object AbstractParameter.read(ParameterReader reader, ErrorList errors)
          Calls AbstractParameter.doRead(ParameterReader,ErrorList).
protected  Object AbstractParameter.doRead(ParameterReader reader, ErrorList errors)
          Reads the value of the parameter from reader, unmarshals it, and returns it.
 void ParameterContext.load(ParameterReader reader, ErrorList errors)
          Reads and unmarshals all values associated with the registered parameters from reader.
 ErrorList AbstractParameterContext.load(ParameterReader reader)
          Reads and unmarshals all values associated with the registered parameters from reader.
 void AbstractParameterContext.load(ParameterReader reader, ErrorList errors)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC