org.apache.catalina.deploy
public class ContextEnvironment extends Object implements Serializable
<env-entry>
element in the deployment descriptor.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected NamingResources | resources
The NamingResources with which we are associated (if any). |
Method Summary | |
---|---|
String | getDescription() |
String | getName() |
NamingResources | getNamingResources() |
boolean | getOverride() |
String | getType() |
String | getValue() |
void | setDescription(String description) |
void | setName(String name) |
void | setOverride(boolean override) |
void | setType(String type) |
void | setValue(String value) |
String | toString()
Return a String representation of this object. |