public class WeldMethodExpression extends ForwardingMethodExpression
| Constructor and Description |
|---|
WeldMethodExpression(MethodExpression delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodExpression |
delegate() |
MethodInfo |
getMethodInfo(ELContext context) |
Object |
invoke(ELContext context,
Object[] params) |
equals, getExpressionString, hashCode, isLiteralText, isParametersProvided, isParmetersProvided, toStringpublic WeldMethodExpression(MethodExpression delegate)
protected MethodExpression delegate()
delegate in class ForwardingMethodExpressionpublic Object invoke(ELContext context, Object[] params)
invoke in class ForwardingMethodExpressionpublic MethodInfo getMethodInfo(ELContext context)
getMethodInfo in class ForwardingMethodExpressionCopyright © 2013 Seam Framework. All Rights Reserved.