org.apache.catalina.deploy
Class ApplicationParameter
public
class
ApplicationParameter
extends Object
implements 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.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Author: Craig R. McClanahan
public String getDescription()
public String getName()
public boolean getOverride()
public String getValue()
public void setDescription(String description)
public void setName(String name)
public void setOverride(boolean override)
public void setValue(String value)
public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.