Package org.apache.catalina.deploy
Class ContextResourceLink
- java.lang.Object
-
- org.apache.catalina.deploy.ResourceBase
-
- org.apache.catalina.deploy.ContextResourceLink
-
- All Implemented Interfaces:
Serializable
public class ContextResourceLink extends ResourceBase
Representation of a resource link for a web application, as represented in a<ResourceLink>element in the server configuration file.- Version:
- $Revision: 1.2 $ $Date: 2005/12/08 01:27:40 $
- Author:
- Remy Maucherat
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.deploy.ResourceBase
resources
-
-
Constructor Summary
Constructors Constructor Description ContextResourceLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGlobal()StringgetName()StringgetType()voidsetGlobal(String global)voidsetName(String name)voidsetType(String type)StringtoString()Return a String representation of this object.-
Methods inherited from class org.apache.catalina.deploy.ResourceBase
getDescription, getNamingResources, getProperty, listProperties, removeProperty, setDescription, setProperty
-
-
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classResourceBase
-
setName
public void setName(String name)
- Overrides:
setNamein classResourceBase
-
getType
public String getType()
- Overrides:
getTypein classResourceBase
-
setType
public void setType(String type)
- Overrides:
setTypein classResourceBase
-
getGlobal
public String getGlobal()
-
setGlobal
public void setGlobal(String global)
-
-