| |
|
| java.lang.Object org.apache.catalina.deploy.ContextEnvironment
ContextEnvironment | public class ContextEnvironment implements Serializable(Code) | | Representation of an application environment entry, as represented in
an <env-entry> element in the deployment descriptor.
author: Craig R. McClanahan version: $Revision: 1.4 $ $Date: 2004/05/13 20:40:49 $ |
resources | protected NamingResources resources(Code) | | The NamingResources with which we are associated (if any).
|
getOverride | public boolean getOverride()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setOverride | public void setOverride(boolean override)(Code) | | |
toString | public String toString()(Code) | | Return a String representation of this object.
|
|
|
|