org.tinygroup.jspengine.el
类 MethodExpressionLiteral
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.tinygroup.jspengine.el.MethodExpressionLiteral
- 所有已实现的接口:
- Externalizable, Serializable
public class MethodExpressionLiteral
- extends javax.el.MethodExpression
- implements Externalizable
- 另请参见:
- 序列化表格
MethodExpressionLiteral
public MethodExpressionLiteral()
MethodExpressionLiteral
public MethodExpressionLiteral(String expr,
Class expectedType,
Class[] paramTypes)
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
throws javax.el.ELException
- 指定者:
- 类
javax.el.MethodExpression 中的 getMethodInfo
- 抛出:
javax.el.ELException
invoke
public Object invoke(javax.el.ELContext context,
Object[] params)
throws javax.el.ELException
- 指定者:
- 类
javax.el.MethodExpression 中的 invoke
- 抛出:
javax.el.ELException
getExpressionString
public String getExpressionString()
- 指定者:
- 类
javax.el.Expression 中的 getExpressionString
equals
public boolean equals(Object obj)
- 指定者:
- 类
javax.el.Expression 中的 equals
hashCode
public int hashCode()
- 指定者:
- 类
javax.el.Expression 中的 hashCode
isLiteralText
public boolean isLiteralText()
- 指定者:
- 类
javax.el.Expression 中的 isLiteralText
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 指定者:
- 接口
Externalizable 中的 readExternal
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 指定者:
- 接口
Externalizable 中的 writeExternal
- 抛出:
IOException
Copyright © 2006–2014 开源组织. All rights reserved.