| Package | Description |
|---|---|
| org.apache.excalibur.source | |
| org.apache.excalibur.source.impl |
| Modifier and Type | Method and Description |
|---|---|
static SourceParameters |
SourceParameters.create(org.apache.avalon.framework.configuration.Configuration conf)
Create a new parameters object from the
children of the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceParameters.add(SourceParameters parameters)
Add all parameters from the incoming parameters object.
|
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 "&".
|
| Modifier and Type | Field and Description |
|---|---|
protected SourceParameters |
URLSource.m_parameters
The
SourceParameters used for a post |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.commons.httpclient.methods.PostMethod |
HTTPClientSource.createPostMethod(java.lang.String uri,
SourceParameters params)
Factory method to create a new
PostMethod with the given
SourceParameters object. |