public abstract class ForwardingMethodExpression
extends MethodExpression
| Constructor and Description |
|---|
ForwardingMethodExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MethodExpression |
delegate() |
boolean |
equals(Object obj) |
String |
getExpressionString() |
MethodInfo |
getMethodInfo(ELContext context) |
int |
hashCode() |
Object |
invoke(ELContext context,
Object[] params) |
boolean |
isLiteralText() |
String |
toString() |
protected abstract MethodExpression delegate()
public MethodInfo getMethodInfo(ELContext context)
public String getExpressionString()
public boolean isLiteralText()
public boolean equals(Object obj)
public int hashCode()
public String toString()
Copyright © 2013 Seam Framework. All Rights Reserved.