public interface WebXml
| Modifier and Type | Method and Description |
|---|---|
String |
getContextParam(String paramName,
javax.faces.context.FacesContext context,
String defaultValue)
Obtains the
param-value for the context-param given by
param-name via the given FacesContext instance. |
default String |
getContextParam(String paramName,
String defaultValue)
Obtains the
param-value for the context-param given by
param-name via the current FacesContext instance. |
String getContextParam(String paramName, javax.faces.context.FacesContext context, String defaultValue)
param-value for the context-param given by
param-name via the given FacesContext instance.paramName - param-name of the context-param element
in web.xmlcontext - FacesContext instancedefaultValue - default value to return if the context-param does
not existparam-value or defaultValuedefault String getContextParam(String paramName, String defaultValue)
param-value for the context-param given by
param-name via the current FacesContext instance.paramName - param-name of the context-param element
in web.xmldefaultValue - default value to return if the context-param does
not existparam-value or defaultValueCopyright © 2021 Leibniz Institute of Plant Biochemistry (IPB), Halle (Saale), Germany. All rights reserved.