org.apache.myfaces.extensions.cdi.message.impl.spi
Class SimpleELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by org.apache.myfaces.extensions.cdi.message.impl.spi.SimpleELContext

public abstract class SimpleELContext
extends javax.el.ELContext


Constructor Summary
SimpleELContext()
           
 
Method Summary
abstract  javax.el.ValueExpression setVariable(String variableName, javax.el.ValueExpression valueExpression)
          Allows to map a variable to a ValueExpression
 
Methods inherited from class javax.el.ELContext
getContext, getELResolver, getFunctionMapper, getLocale, getVariableMapper, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleELContext

public SimpleELContext()
Method Detail

setVariable

public abstract javax.el.ValueExpression setVariable(String variableName,
                                                     javax.el.ValueExpression valueExpression)
Allows to map a variable to a ValueExpression

Parameters:
variableName - name of the variable
valueExpression - current value-expression
Returns:
the value-expression mapped to the variable


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.