Uses of Class
com.arsdigita.util.parameter.ErrorList

Packages that use ErrorList
com.arsdigita.packaging   
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.csv   
com.arsdigita.util.jdbc   
com.arsdigita.util.parameter   
com.arsdigita.util.servlet Utility classes that enhance the Java Servlet API (see http://java.sun.com/products/servlet/). 
 

Uses of ErrorList in com.arsdigita.packaging
 

Methods in com.arsdigita.packaging with parameters of type ErrorList
 void ConfigRegistry.load(ParameterContext ctx, ErrorList errs)
          Loads the given config object from the correct location based on its class.
 

Uses of ErrorList in com.arsdigita.runtime
 

Methods in com.arsdigita.runtime that return ErrorList
 ErrorList AbstractConfig.load()
          Invokes the AbstractConfig.load(ErrorList) method with a new and empty ErrorList for accumulating errors, and returns that ErrorList.
 ErrorList AbstractConfig.load(String resource)
          Deprecated. Use @{link #load()} instead.
 ErrorList AbstractConfig.require(String resource)
          Deprecated. Use @{link #load()} instead.
 

Methods in com.arsdigita.runtime with parameters of type ErrorList
 String InteractiveParameterLoader.read(Parameter param, ErrorList errors)
          Deprecated.  
 void AbstractConfig.load(ErrorList errors)
          Loads this AbstractConfig object with values from the default configuration registry.
 

Uses of ErrorList in com.arsdigita.util
 

Methods in com.arsdigita.util with parameters of type ErrorList
 String JavaPropertyReader.read(Parameter param, ErrorList errors)
          Reads a String value back for a param.
protected  Object AliasedClassParameter.unmarshal(String value, ErrorList errors)
           
 

Uses of ErrorList in com.arsdigita.util.csv
 

Methods in com.arsdigita.util.csv with parameters of type ErrorList
 String CSVParameterLoader.read(Parameter param, ErrorList errors)
           
 

Uses of ErrorList in com.arsdigita.util.jdbc
 

Methods in com.arsdigita.util.jdbc with parameters of type ErrorList
protected  void JDBCURLParameter.doValidate(Object value, ErrorList errors)
           
 

Uses of ErrorList in com.arsdigita.util.parameter
 

Methods in com.arsdigita.util.parameter that return ErrorList
 ErrorList ParameterValue.getErrors()
          Deprecated.  
 ErrorList ParameterException.getErrors()
          Gets the set of errors associated with the exception.
 ErrorList AbstractParameterContext.load(ParameterReader reader)
          Reads and unmarshals all values associated with the registered parameters from reader.
 ErrorList AbstractParameterContext.validate()
          Validates all values associated with the registered parameters.
 

Methods in com.arsdigita.util.parameter with parameters of type ErrorList
protected  Object URLParameter.unmarshal(String value, ErrorList errors)
           
protected  void SymbolicNameParameter.doValidate(Object value, ErrorList errors)
          Deprecated.  
protected  Object StringArrayParameter.unmarshal(String literal, ErrorList errors)
           
protected  void StringArrayParameter.doValidate(Object value, ErrorList errors)
           
protected  Object SingletonParameter.unmarshal(String value, ErrorList errors)
           
protected  Object ResourceParameter.unmarshal(String value, ErrorList errors)
          Deprecated.  
 Object FileParameter.unmarshal(String value, ErrorList errors)
           
 void FileParameter.doValidate(Object value, ErrorList errors)
           
protected  Object EmailParameter.unmarshal(String value, ErrorList errors)
           
protected  void EmailParameter.doValidate(Object value, ErrorList errors)
           
 String CompoundParameterReader.read(Parameter param, ErrorList errors)
           
 String CompoundParameterLoader.read(Parameter param, ErrorList errors)
          Deprecated.  
protected  Object ClassParameter.unmarshal(String value, ErrorList errors)
           
protected  Object EnumerationParameter.unmarshal(String value, ErrorList errors)
           
 String ParameterReader.read(Parameter param, ErrorList errors)
          Reads an encoded String value for param from storage.
protected  Object MapParameter.doRead(ParameterReader reader, ErrorList errors)
           
protected  void MapParameter.doValidate(Object value, ErrorList errors)
           
 Object Parameter.read(ParameterReader reader, ErrorList errors)
          Gets the parameter value as a Java object.
 void Parameter.validate(Object value, ErrorList errors)
          Validates the parameter value, value.
 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.
protected  Object AbstractParameter.unmarshal(String value, ErrorList errors)
          Converts a literal String value, value, to a Java object, which is returned.
 void AbstractParameter.validate(Object value, ErrorList errors)
          Calls AbstractParameter.doValidate(Object,ErrorList) if value is not null.
protected  void AbstractParameter.doValidate(Object value, ErrorList errors)
          Validates value, placing any validation errors in errors.
 void ParameterContext.load(ParameterReader reader, ErrorList errors)
          Reads and unmarshals all values associated with the registered parameters from reader.
 void ParameterContext.validate(ErrorList errors)
          Validates all values associated with the registered parameters.
 void AbstractParameterContext.load(ParameterReader reader, ErrorList errors)
           
 void AbstractParameterContext.validate(ErrorList errors)
           
 

Constructors in com.arsdigita.util.parameter with parameters of type ErrorList
ParameterException(String message, ErrorList errors)
          Constructs a new parameter exception with the content message.
 

Uses of ErrorList in com.arsdigita.util.servlet
 

Methods in com.arsdigita.util.servlet with parameters of type ErrorList
protected  Object HttpHostParameter.unmarshal(String value, ErrorList errors)
           
 



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