Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-04

oracle.alm.view.context
Class AlmELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by oracle.alm.view.context.AlmELContext
All Implemented Interfaces:
AlmScope

public abstract class AlmELContext
extends javax.el.ELContext
implements AlmScope

The AlmELContext is the TPC context class for expression evaluation. Please see javadoc for ELContext for detail information

Since:
11.1.1.1.0.

Field Summary
static java.lang.String CONNECTOR_CONTEXT
           
 
Constructor Summary
AlmELContext()
           
 
Method Summary
abstract  javax.el.ValueExpression createValueExpression(java.lang.String expression, java.lang.Class expectedType)
           
abstract  javax.el.ELResolver getELResolver()
           
abstract  javax.el.FunctionMapper getFunctionMapper()
           
abstract  javax.el.VariableMapper getVariableMapper()
           
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.alm.view.model.AlmScope
getRenderingContext, getSourceComponent, setRenderingContext, setSourceComponent
 

Field Detail

CONNECTOR_CONTEXT

public static final java.lang.String CONNECTOR_CONTEXT
See Also:
Constant Field Values
Constructor Detail

AlmELContext

public AlmELContext()
Method Detail

getELResolver

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

getFunctionMapper

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

getVariableMapper

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

createValueExpression

public abstract javax.el.ValueExpression createValueExpression(java.lang.String expression,
                                                               java.lang.Class expectedType)

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-04

Copyright © 1999, 2011, Oracle. All rights reserved.