Class ContextEnvironment

java.lang.Object
org.apache.tomcat.util.descriptor.web.ResourceBase
org.apache.tomcat.util.descriptor.web.ContextEnvironment
All Implemented Interfaces:
Serializable, Injectable

public class ContextEnvironment extends ResourceBase
Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
Author:
Craig R. McClanahan
See Also:
  • Constructor Details

    • ContextEnvironment

      public ContextEnvironment()
  • Method Details

    • getOverride

      public boolean getOverride()
    • setOverride

      public void setOverride(boolean override)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Return a String representation of this object.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ResourceBase
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ResourceBase