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, toString
public WeldMethodExpression(MethodExpression delegate)
protected MethodExpression delegate()
delegate
in class ForwardingMethodExpression
public Object invoke(ELContext context, Object[] params)
invoke
in class ForwardingMethodExpression
public MethodInfo getMethodInfo(ELContext context)
getMethodInfo
in class ForwardingMethodExpression
Copyright © 2015. All Rights Reserved.