org.zkoss.zel.impl
Class MethodExpressionLiteral
java.lang.Object
org.zkoss.zel.Expression
org.zkoss.zel.MethodExpression
org.zkoss.zel.impl.MethodExpressionLiteral
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class MethodExpressionLiteral
- extends MethodExpression
- implements java.io.Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MethodExpressionLiteral
public MethodExpressionLiteral()
MethodExpressionLiteral
public MethodExpressionLiteral(java.lang.String expr,
java.lang.Class<?> expectedType,
java.lang.Class<?>[] paramTypes)
getMethodInfo
public MethodInfo getMethodInfo(ELContext context)
throws ELException
- Specified by:
getMethodInfo
in class MethodExpression
- Throws:
ELException
invoke
public java.lang.Object invoke(ELContext context,
java.lang.Object[] params)
throws ELException
- Specified by:
invoke
in class MethodExpression
- Throws:
ELException
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class Expression
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class Expression
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.