|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.el.ELUtils
public final class ELUtils
EL-related utility methods.
| Method Summary | |
|---|---|
static java.lang.Object |
setTempVar(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object value)Sets a temporary EL variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object setTempVar(javax.faces.context.FacesContext context,
java.lang.String name,
java.lang.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
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||