org.eclipse.jst.j2ee.webapplication
Interface ContextParam
- All Superinterfaces:
- J2EEEObject
- public interface ContextParam
- extends J2EEEObject
The context-param element contains the declaration of a web application's servlet context initialization parameters.
- Since:
- 1.0
getParamName
public java.lang.String getParamName()
- Returns:
- The value of the ParamName attribute
The param-name element contains the name of a parameter.
setParamName
public void setParamName(java.lang.String value)
- Parameters:
value
- The new value of the ParamName attribute
getParamValue
public java.lang.String getParamValue()
- Returns:
- The value of the ParamValue attribute
The param-value element contains the value of a parameter.
setParamValue
public void setParamValue(java.lang.String value)
- Parameters:
value
- The new value of the ParamValue attribute
getDescription
public java.lang.String getDescription()
- Returns:
- The value of the Description attribute
setDescription
public void setDescription(java.lang.String value)
- Parameters:
value
- The new value of the Description attribute
getWebApp
public WebApp getWebApp()
- Returns:
- The WebApp reference
setWebApp
public void setWebApp(WebApp value)
- Parameters:
value
- The new value of the WebApp reference