org.apache.catalina.deploy

Class ResourceParams

Implemented Interfaces:
Serializable

public class ResourceParams
extends java.lang.Object
implements Serializable

Representation of additional parameters which will be used to initialize external resources defined in the web application deployment descriptor.

Version:
$Revision: 1.4 $ $Date: 2004/05/13 20:40:49 $

Author:
Remy Maucherat

Field Summary

protected NamingResources
resources
The NamingResources with which we are associated (if any).

Method Summary

void
addParameter(String name, String value)
String
getName()
NamingResources
getNamingResources()
Hashtable
getParameters()
void
setName(String name)
String
toString()
Return a String representation of this object.

Field Details

resources

protected NamingResources resources
The NamingResources with which we are associated (if any).

Method Details

addParameter

public void addParameter(String name,
                         String value)


getName

public String getName()


getNamingResources

public NamingResources getNamingResources()


getParameters

public Hashtable getParameters()


setName

public void setName(String name)


toString

public String toString()
Return a String representation of this object.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.