public final class ELUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
setTempVar(javax.faces.context.FacesContext context, String name, Object value)
Sets a temporary EL variable.
|
public static Object setTempVar(javax.faces.context.FacesContext context, String name, Object value)
context - the FacesContext for the current requestname - the non-null name of the temporary EL variablevalue - the value of the temporary EL variable