org.jboss.weld.tck
Class ELImpl
java.lang.Object
org.jboss.weld.tck.ELImpl
- All Implemented Interfaces:
- org.jboss.cdi.tck.spi.EL
public class ELImpl
- extends Object
- implements org.jboss.cdi.tck.spi.EL
| Fields inherited from interface org.jboss.cdi.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()
evaluateValueExpression
public <T> T evaluateValueExpression(javax.enterprise.inject.spi.BeanManager beanManager,
String expression,
Class<T> expectedType)
- Specified by:
evaluateValueExpression in interface org.jboss.cdi.tck.spi.EL
evaluateMethodExpression
public <T> T evaluateMethodExpression(javax.enterprise.inject.spi.BeanManager beanManager,
String expression,
Class<T> expectedType,
Class<?>[] expectedParamTypes,
Object[] expectedParams)
- Specified by:
evaluateMethodExpression in interface org.jboss.cdi.tck.spi.EL
createELContext
public javax.el.ELContext createELContext(javax.enterprise.inject.spi.BeanManager beanManager)
- Specified by:
createELContext in interface org.jboss.cdi.tck.spi.EL
Copyright © 2012 Seam Framework. All Rights Reserved.