org.apache.myfaces.view.facelets.el
Class MethodExpressionMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.myfaces.view.facelets.el.MethodExpressionMethodExpression
- All Implemented Interfaces:
- Externalizable, Serializable
public class MethodExpressionMethodExpression
- extends javax.el.MethodExpression
- implements Externalizable
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
Methods inherited from class javax.el.MethodExpression |
isParmetersProvided |
MethodExpressionMethodExpression
public MethodExpressionMethodExpression()
MethodExpressionMethodExpression
public MethodExpressionMethodExpression(javax.el.MethodExpression methodExpressionOneArg,
javax.el.MethodExpression methodExpressionZeroArg)
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
throws NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.MethodNotFoundException,
javax.el.ELException
- Specified by:
getMethodInfo
in class javax.el.MethodExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.el.ELException
invoke
public Object invoke(javax.el.ELContext context,
Object[] params)
throws NullPointerException,
javax.el.PropertyNotFoundException,
javax.el.MethodNotFoundException,
javax.el.ELException
- Specified by:
invoke
in class javax.el.MethodExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.el.ELException
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in class javax.el.Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class javax.el.Expression
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
equals
public boolean equals(Object obj)
- Specified by:
equals
in class javax.el.Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class javax.el.Expression
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.