org.apache.catalina.deploy

Class ContextResource

Implemented Interfaces:
Serializable

public class ContextResource
extends java.lang.Object
implements Serializable

Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.

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

Author:
Craig R. McClanahan

Field Summary

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

Method Summary

String
getAuth()
String
getDescription()
String
getName()
NamingResources
getNamingResources()
String
getScope()
String
getType()
void
setAuth(String auth)
void
setDescription(String description)
void
setName(String name)
void
setScope(String scope)
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

getAuth

public String getAuth()


getDescription

public String getDescription()


getName

public String getName()


getNamingResources

public NamingResources getNamingResources()


getScope

public String getScope()


getType

public String getType()


setAuth

public void setAuth(String auth)


setDescription

public void setDescription(String description)


setName

public void setName(String name)


setScope

public void setScope(String scope)


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.