org.apache.catalina.deploy

Class ContextResourceLink

Implemented Interfaces:
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:
$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

String
getGlobal()
String
getName()
NamingResources
getNamingResources()
String
getType()
void
setGlobal(String global)
void
setName(String name)
void
setType(String type)
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

getGlobal

public String getGlobal()


getName

public String getName()


getNamingResources

public NamingResources getNamingResources()


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.