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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
getValue()
void
setDescription
(String description) void
void
setOverride
(boolean override) void
toString()
Return a String representation of this object.
-
Constructor Details
-
ApplicationParameter
public ApplicationParameter()
-
-
Method Details