Class ValueExpressionMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.apache.myfaces.view.facelets.el.ValueExpressionMethodExpression
- All Implemented Interfaces:
FacesWrapper<jakarta.el.ValueExpression>
,Externalizable
,Serializable
public class ValueExpressionMethodExpression
extends jakarta.el.MethodExpression
implements FacesWrapper<jakarta.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$ $Date$
- Author:
- Jakob Korherr (latest modification by $Author$)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
jakarta.el.MethodInfo
getMethodInfo
(jakarta.el.ELContext context) jakarta.el.ValueExpression
int
hashCode()
boolean
void
void
Methods inherited from class jakarta.el.MethodExpression
getMethodReference, isParametersProvided
-
Constructor Details
-
ValueExpressionMethodExpression
public ValueExpressionMethodExpression() -
ValueExpressionMethodExpression
public ValueExpressionMethodExpression(jakarta.el.ValueExpression valueExpression)
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
getMethodInfo
in classjakarta.el.MethodExpression
-
invoke
- Specified by:
invoke
in classjakarta.el.MethodExpression
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
getWrapped
public jakarta.el.ValueExpression getWrapped()- Specified by:
getWrapped
in interfaceFacesWrapper<jakarta.el.ValueExpression>
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-