Uses of Class
org.apache.excalibur.source.SourceParameters

Packages that use SourceParameters
org.apache.excalibur.source   
org.apache.excalibur.source.impl   
 

Uses of SourceParameters in org.apache.excalibur.source
 

Methods in org.apache.excalibur.source that return SourceParameters
static SourceParameters SourceParameters.create(Configuration conf)
          Create a new parameters object from the children of the configuration.
 

Methods in org.apache.excalibur.source with parameters of type SourceParameters
static java.lang.String SourceUtil.appendParameters(java.lang.String uri, SourceParameters parameters)
          Append parameters to the uri Each parameter is appended to the uri with "parameter=value", the parameters are separated by "&".
 void SourceParameters.add(SourceParameters parameters)
          Add all parameters from the incoming parameters object.
 

Uses of SourceParameters in org.apache.excalibur.source.impl
 

Fields in org.apache.excalibur.source.impl declared as SourceParameters
protected  SourceParameters URLSource.m_parameters
          The SourceParameters used for a post
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.