| com.caucho.el.MethodExpressionImpl
MethodExpressionImpl | public class MethodExpressionImpl extends MethodExpression implements java.io.Serializable(Code) | | Implementation of the method expression.
|
Field Summary | |
final protected static L10N | L | final protected static Logger | log |
L | final protected static L10N L(Code) | | |
MethodExpressionImpl | public MethodExpressionImpl()(Code) | | |
MethodExpressionImpl | public MethodExpressionImpl(Expr expr, String expressionString, Class> expectedType, Class>[] expectedArgs)(Code) | | |
getExpressionString | public String getExpressionString()(Code) | | |
getMethodInfo | public MethodInfo getMethodInfo(ELContext context) throws PropertyNotFoundException, MethodNotFoundException, ELException(Code) | | |
hashCode | public int hashCode()(Code) | | |
invoke | public Object invoke(ELContext context, Object[] params) throws PropertyNotFoundException, MethodNotFoundException, ELException(Code) | | |
isLiteralText | public boolean isLiteralText()(Code) | | |
|
|