Class ApplicationParameter
java.lang.Object
org.apache.tomcat.util.descriptor.web.ApplicationParameter
- All Implemented Interfaces:
- Serializable
Representation of a context initialization parameter that is configured
 in the server configuration file, rather than the application deployment
 descriptor.  This is convenient for establishing default values (which
 may be configured to allow application overrides or not) without having
 to modify the application deployment descriptor itself.
- Author:
- Craig R. McClanahan
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()booleangetValue()voidsetDescription(String description) voidvoidsetOverride(boolean override) voidtoString()Return a String representation of this object.
- 
Constructor Details- 
ApplicationParameterpublic ApplicationParameter()
 
- 
- 
Method Details