public interface ServerVariables extends Constructible, Extensible, java.util.Map<java.lang.String,ServerVariable>
Modifier and Type | Method and Description |
---|---|
ServerVariables |
addServerVariable(java.lang.String name,
ServerVariable serverVariable)
This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.
|
addExtension, getExtensions, setExtensions
ServerVariables addServerVariable(java.lang.String name, ServerVariable serverVariable)
name
- the name of ServerVariable instanceserverVariable
- the ServerVariable instance