Package com.sun.enterprise.web.deploy
Class ContextResourceDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.ResourceBase
-
- org.apache.catalina.deploy.ContextResource
-
- com.sun.enterprise.web.deploy.ContextResourceDecorator
-
- All Implemented Interfaces:
Serializable
public class ContextResourceDecorator extends ContextResource
Decorator of classorg.apache.catalina.deploy.ContextResource- Author:
- Jean-Francois Arcand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.deploy.ResourceBase
resources
-
-
Constructor Summary
Constructors Constructor Description ContextResourceDecorator(ResourceReferenceDescriptor decoree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuth()StringgetDescription()StringgetName()StringgetScope()StringgetType()-
Methods inherited from class org.apache.catalina.deploy.ContextResource
setAuth, setDescription, setName, setScope, setType, toString
-
Methods inherited from class org.apache.catalina.deploy.ResourceBase
getNamingResources, getProperty, listProperties, removeProperty, setProperty
-
-
-
-
Constructor Detail
-
ContextResourceDecorator
public ContextResourceDecorator(ResourceReferenceDescriptor decoree)
-
-
Method Detail
-
getAuth
public String getAuth()
- Overrides:
getAuthin classContextResource
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classContextResource
-
getName
public String getName()
- Overrides:
getNamein classContextResource
-
getScope
public String getScope()
- Overrides:
getScopein classContextResource
-
getType
public String getType()
- Overrides:
getTypein classContextResource
-
-