public class MethodExpressionLiteral extends javax.el.MethodExpression implements Externalizable
Constructor and Description |
---|
MethodExpressionLiteral() |
MethodExpressionLiteral(String expr,
Class expectedType,
Class[] paramTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getExpressionString() |
javax.el.MethodInfo |
getMethodInfo(javax.el.ELContext context) |
int |
hashCode() |
Object |
invoke(javax.el.ELContext context,
Object[] params) |
boolean |
isLiteralText() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) throws javax.el.ELException
getMethodInfo
in class javax.el.MethodExpression
javax.el.ELException
public Object invoke(javax.el.ELContext context, Object[] params) throws javax.el.ELException
invoke
in class javax.el.MethodExpression
javax.el.ELException
public String getExpressionString()
getExpressionString
in class javax.el.Expression
public boolean equals(Object obj)
equals
in class javax.el.Expression
public int hashCode()
hashCode
in class javax.el.Expression
public boolean isLiteralText()
isLiteralText
in class javax.el.Expression
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.