Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.1)

E10686-09


oracle.adf.share.el
Class ADFELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by oracle.adf.share.el.ADFELContext


public class ADFELContext
extends javax.el.ELContext

Internal use only: A generic ELContext that may be used with a generic expression factory. The ELContext defines the standard set of EL resolvers and the additional ADFScopeELResolver.


Constructor Summary
ADFELContext()
           

 

Method Summary
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 java.util.Locale getLocale()
           
 javax.el.VariableMapper getVariableMapper()
           

 

Methods inherited from class javax.el.ELContext
getContext, isPropertyResolved, putContext, setLocale, setPropertyResolved

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ADFELContext

public ADFELContext()

Method Detail

getELResolver

public javax.el.ELResolver getELResolver()
Specified by:
getELResolver in class javax.el.ELContext

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class javax.el.ELContext

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class javax.el.ELContext

getLocale

public java.util.Locale getLocale()
Overrides:
getLocale in class javax.el.ELContext

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.1)

E10686-09


Copyright © 1997, 2013, Oracle. All rights reserved.