org.apache.catalina.deploy
Class ContextResourceLink
java.lang.Object
org.apache.catalina.deploy.ContextResourceLink
- Serializable
public class ContextResourceLink
extends java.lang.Object
implements Serializable
Representation of a resource link for a web application, as
represented in a <ResourceLink>
element in the
server configuration file.
Version:
- Remy Maucherat
resources
protected NamingResources resources
The NamingResources with which we are associated (if any).
getGlobal
public String getGlobal()
getName
public String getName()
getType
public String getType()
setGlobal
public void setGlobal(String global)
setName
public void setName(String name)
setType
public void setType(String type)
toString
public String toString()
Return a String representation of this object.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.