org.jboss.weld.tck
Class ELImpl

java.lang.Object
  extended by org.jboss.weld.tck.ELImpl
All Implemented Interfaces:
org.jboss.jsr299.tck.spi.EL, org.jboss.testharness.api.Configurable

public class ELImpl
extends Object
implements org.jboss.jsr299.tck.spi.EL, org.jboss.testharness.api.Configurable


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)
           
 void setConfiguration(org.jboss.testharness.api.Configuration configuration)
           
 
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

evaluateValueExpression

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

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

createELContext

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

setConfiguration

public void setConfiguration(org.jboss.testharness.api.Configuration configuration)
Specified by:
setConfiguration in interface org.jboss.testharness.api.Configurable


Copyright © 2008-2010 Seam Framework. All Rights Reserved.