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

All Implemented Interfaces:
    Serializable

Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
Field Summary
protected  NamingResources resources    The NamingResources with which we are associated (if any). 
Method from org.apache.catalina.deploy.ContextEnvironment Summary:
getDescription,   getName,   getNamingResources,   getOverride,   getType,   getValue,   setDescription,   setName,   setNamingResources,   setOverride,   setType,   setValue,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.deploy.ContextEnvironment Detail:
 public String getDescription() 
 public String getName() 
 public NamingResources getNamingResources() 
 public boolean getOverride() 
 public String getType() 
 public String getValue() 
 public  void setDescription(String description) 
 public  void setName(String name) 
  void setNamingResources(NamingResources resources) 
 public  void setOverride(boolean override) 
 public  void setType(String type) 
 public  void setValue(String value) 
 public String toString() 
    Return a String representation of this object.