public class ELImpl extends Object implements org.jboss.jsr299.tck.spi.EL
| Modifier and Type | Class and Description |
|---|---|
static class |
ELImpl.ELContextImpl |
| Constructor and Description |
|---|
ELImpl() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static javax.el.ELResolver getELResolver()
public <T> T evaluateMethodExpression(String expression, Class<T> expectedType, Class<?>[] expectedParamTypes, Object[] expectedParams)
evaluateMethodExpression in interface org.jboss.jsr299.tck.spi.ELpublic <T> T evaluateValueExpression(String expression, Class<T> expectedType)
evaluateValueExpression in interface org.jboss.jsr299.tck.spi.ELpublic javax.el.ELContext createELContext()
createELContext in interface org.jboss.jsr299.tck.spi.ELCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.