Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
org.jboss.weld.el | |
org.jboss.weld.util.el |
Modifier and Type | Method and Description |
---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a
MethodExpression for later
evaluation. |
Modifier and Type | Class and Description |
---|---|
class |
WeldMethodExpression |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
WeldExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class expectedReturnType,
Class[] expectedParamTypes) |
protected MethodExpression |
WeldMethodExpression.delegate() |
Constructor and Description |
---|
WeldMethodExpression(MethodExpression delegate) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingMethodExpression |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
ForwardingExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
protected abstract MethodExpression |
ForwardingMethodExpression.delegate() |
Copyright © 2013 Seam Framework. All Rights Reserved.