Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » deploy » [javadoc | source]
org.apache.catalina.deploy
public class: ContextResource [javadoc | source]
java.lang.Object
   org.apache.catalina.deploy.ResourceBase
      org.apache.catalina.deploy.ContextResource

All Implemented Interfaces:
    Serializable

Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
Fields inherited from org.apache.catalina.deploy.ResourceBase:
resources
Method from org.apache.catalina.deploy.ContextResource Summary:
getAuth,   getScope,   setAuth,   setScope,   toString
Methods from org.apache.catalina.deploy.ResourceBase:
getDescription,   getName,   getNamingResources,   getProperty,   getType,   listProperties,   removeProperty,   setDescription,   setName,   setNamingResources,   setProperty,   setType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.deploy.ContextResource Detail:
 public String getAuth() 
 public String getScope() 
 public  void setAuth(String auth) 
 public  void setScope(String scope) 
 public String toString() 
    Return a String representation of this object.