org.apache.catalina.deploy
Class ResourceParams
java.lang.Object
org.apache.catalina.deploy.ResourceParams
- 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:
- Remy Maucherat
resources
protected NamingResources resources
The NamingResources with which we are associated (if any).
addParameter
public void addParameter(String name,
String value)
getName
public String getName()
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.