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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanjakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context) jakarta.el.ValueExpressioninthashCode()booleanvoidvoidMethods inherited from class jakarta.el.MethodExpressiongetMethodReference, isParametersProvided
- 
Constructor Details- 
ValueExpressionMethodExpressionpublic ValueExpressionMethodExpression()
- 
ValueExpressionMethodExpressionpublic ValueExpressionMethodExpression(jakarta.el.ValueExpression valueExpression) 
 
- 
- 
Method Details- 
getMethodInfopublic jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
- getMethodInfoin class- jakarta.el.MethodExpression
 
- 
invoke- Specified by:
- invokein class- jakarta.el.MethodExpression
 
- 
equals- Specified by:
- equalsin class- jakarta.el.Expression
 
- 
getExpressionString- Specified by:
- getExpressionStringin class- jakarta.el.Expression
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- jakarta.el.Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- jakarta.el.Expression
 
- 
getWrappedpublic jakarta.el.ValueExpression getWrapped()- Specified by:
- getWrappedin interface- FacesWrapper<jakarta.el.ValueExpression>
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
-