Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.1)
E10684-09


oracle.adf.view.rich.el
Class ELUtils

java.lang.Object
  extended by oracle.adf.view.rich.el.ELUtils


public final class ELUtils
extends java.lang.Object

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

setTempVar

public static java.lang.Object setTempVar(javax.faces.context.FacesContext context,
                                          java.lang.String name,
                                          java.lang.Object value)
Sets a temporary EL variable. This method will delegate to a TempVarELResolver if one is available.
Parameters:
context - the FacesContext for the current request
name - the non-null name of the temporary EL variable
value - the value of the temporary EL variable
Returns:
the previous value of the temporary EL variable

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.1)
E10684-09


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.