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

Author:
Gerhard Petracek

Constructor Summary
SimpleELContext()
           
 
Method Summary
abstract  javax.el.ValueExpression setVariable(String variable, javax.el.ValueExpression 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 variable,
                                                     javax.el.ValueExpression valueExpression)


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