org.apache.openejb.tck.cdi.tomee
Class ELImpl

java.lang.Object
  extended by org.apache.openejb.tck.cdi.tomee.ELImpl
All Implemented Interfaces:
org.jboss.jsr299.tck.spi.EL

public class ELImpl
extends Object
implements org.jboss.jsr299.tck.spi.EL

Version:
$Rev$ $Date$

Nested Class Summary
static class ELImpl.ELContextImpl
           
 
Field Summary
 
Fields inherited from interface org.jboss.jsr299.tck.spi.EL
PROPERTY_NAME
 
Constructor Summary
ELImpl()
           
 
Method Summary
 javax.el.ELContext createELContext()
           
<T> T
evaluateMethodExpression(String expression, Class<T> expectedType, Class<?>[] expectedParamTypes, Object[] expectedParams)
           
<T> T
evaluateValueExpression(String expression, Class<T> expectedType)
           
static javax.el.ELResolver getELResolver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELImpl

public ELImpl()
Method Detail

getELResolver

public static javax.el.ELResolver getELResolver()

evaluateMethodExpression

public <T> T evaluateMethodExpression(String expression,
                                      Class<T> expectedType,
                                      Class<?>[] expectedParamTypes,
                                      Object[] expectedParams)
Specified by:
evaluateMethodExpression in interface org.jboss.jsr299.tck.spi.EL

evaluateValueExpression

public <T> T evaluateValueExpression(String expression,
                                     Class<T> expectedType)
Specified by:
evaluateValueExpression in interface org.jboss.jsr299.tck.spi.EL

createELContext

public javax.el.ELContext createELContext()
Specified by:
createELContext in interface org.jboss.jsr299.tck.spi.EL


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.