org.apache.openejb.tck.cdi.tomee.embedded
Class ELImpl
java.lang.Object
org.apache.openejb.tck.cdi.tomee.embedded.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$
| Fields inherited from interface org.jboss.jsr299.tck.spi.EL |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELImpl
public ELImpl()
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.