public interface Config
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String paramName)
Returns the value of the specified parameter, defaulting to
null if the parameter doesn't exist. |
String |
getParameter(String paramName,
String defaultValue)
Returns the value of the specified parameter, defaulting to the given value if the parameter doesn't exist.
|
Set<String> |
getParameterNames() |
String getParameter(String paramName)
null if the parameter doesn't exist.paramName - The name of the parameter.null if there's no such parameter.String getParameter(String paramName, String defaultValue)
paramName - The name of the parameter.defaultValue - The default value if the parameter doesn't exist.Copyright © 2004–2015 XWiki. All rights reserved.