Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Package oracle.adfnmc.el

Interface Summary
ELContextListener The listener interface for receiving notification when an ELContext is created.
ELResolver Enables customization of variable and property resolution behavior for EL expression evaluation.
Expression Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
MethodExpression An Expression that refers to a method on an object.
ValueExpression An Expression that can get or set a value.
 

Class Summary
BeanELResolver Defines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver.BeanProperties  
BeanELResolver.BeanProperty  
BeanELResolver.Method  
CompositeELResolver Maintains an ordered composite list of child ELResolvers.
ELContext Context information for expression evaluation.
ELContextEvent An event which indicates that an ELContext has been created.
ExpressionFactory Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
FunctionMapper The interface to a map between EL function names and methods.
ListELResolver Defines property resolution behavior on instances of List.
MapELResolver Defines property resolution behavior on instances of java.util.Map.
MethodInfo Holds information about a method that a MethodExpression evaluated to.
VariableMapper The interface to a map between EL variables and the EL expressions they are associated with.
 

Exception Summary
ELException Represents any of the exception conditions that can arise during expression evaluation.
MethodNotFoundException Thrown when a method could not be found while evaluating a MethodExpression.
PropertyNotFoundException Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotWritableException Thrown when a property could not be written to while setting the value on a ValueExpression.
TypeCoercionException Specialization of ELException added to support better granularity of catch handlers in clients.
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.