org.apache.myfaces.view.facelets.el
Class ValueExpressionMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.myfaces.view.facelets.el.ValueExpressionMethodExpression
- All Implemented Interfaces:
- Externalizable, Serializable, FacesWrapper<javax.el.ValueExpression>
public class ValueExpressionMethodExpression
- extends javax.el.MethodExpression
- implements FacesWrapper<javax.el.ValueExpression>, Externalizable
This MethodExpression contains a ValueExpression which resolves to
the "real" MethodExpression that should be invoked. This is needed
when the MethodExpression is on the parent composite component attribute map.
See FaceletViewDeclarationLanguage.retargetMethodExpressions() for details.
- Version:
- $Revision: 1406265 $ $Date: 2012-11-06 18:33:41 +0000 (Tue, 06 Nov 2012) $
- Author:
- Jakob Korherr (latest modification by $Author: lu4242 $)
- See Also:
- Serialized Form
Methods inherited from class javax.el.MethodExpression |
isParmetersProvided |
ValueExpressionMethodExpression
public ValueExpressionMethodExpression()
ValueExpressionMethodExpression
public ValueExpressionMethodExpression(javax.el.ValueExpression valueExpression)
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
- Specified by:
getMethodInfo
in class javax.el.MethodExpression
invoke
public Object invoke(javax.el.ELContext context,
Object[] params)
- Specified by:
invoke
in class javax.el.MethodExpression
equals
public boolean equals(Object obj)
- Specified by:
equals
in class javax.el.Expression
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in class javax.el.Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class javax.el.Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class javax.el.Expression
getWrapped
public javax.el.ValueExpression getWrapped()
- Specified by:
getWrapped
in interface FacesWrapper<javax.el.ValueExpression>
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2014 The Apache Software Foundation. All rights reserved.