Class MethodExpressionMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.apache.myfaces.view.facelets.el.MethodExpressionMethodExpression
- All Implemented Interfaces:
- Externalizable,- Serializable
public class MethodExpressionMethodExpression
extends jakarta.el.MethodExpression
implements Externalizable
- Author:
- Leonardo Uribe
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMethodExpressionMethodExpression(jakarta.el.MethodExpression methodExpressionOneArg, jakarta.el.MethodExpression methodExpressionZeroArg) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanjakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context) inthashCode()booleanvoidvoidMethods inherited from class jakarta.el.MethodExpressiongetMethodReference, isParametersProvided
- 
Constructor Details- 
MethodExpressionMethodExpressionpublic MethodExpressionMethodExpression()
- 
MethodExpressionMethodExpressionpublic MethodExpressionMethodExpression(jakarta.el.MethodExpression methodExpressionOneArg, jakarta.el.MethodExpression methodExpressionZeroArg) 
 
- 
- 
Method Details- 
getMethodInfopublic jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
- getMethodInfoin class- jakarta.el.MethodExpression
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.MethodNotFoundException
- jakarta.el.ELException
 
- 
invokepublic Object invoke(jakarta.el.ELContext context, Object[] params) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
- invokein class- jakarta.el.MethodExpression
- Throws:
- NullPointerException
- jakarta.el.PropertyNotFoundException
- jakarta.el.MethodNotFoundException
- jakarta.el.ELException
 
- 
getExpressionString- Specified by:
- getExpressionStringin class- jakarta.el.Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- jakarta.el.Expression
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
equals- Specified by:
- equalsin class- jakarta.el.Expression
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- jakarta.el.Expression
 
 
-