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 Summary
ConstructorsConstructorDescriptionMethodExpressionMethodExpression
(jakarta.el.MethodExpression methodExpressionOneArg, jakarta.el.MethodExpression methodExpressionZeroArg) -
Method Summary
Modifier and TypeMethodDescriptionboolean
jakarta.el.MethodInfo
getMethodInfo
(jakarta.el.ELContext context) int
hashCode()
boolean
void
void
Methods inherited from class jakarta.el.MethodExpression
getMethodReference, isParametersProvided
-
Constructor Details
-
MethodExpressionMethodExpression
public MethodExpressionMethodExpression() -
MethodExpressionMethodExpression
public MethodExpressionMethodExpression(jakarta.el.MethodExpression methodExpressionOneArg, jakarta.el.MethodExpression methodExpressionZeroArg)
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
getMethodInfo
in classjakarta.el.MethodExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.MethodNotFoundException
jakarta.el.ELException
-
invoke
public Object invoke(jakarta.el.ELContext context, Object[] params) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.MethodNotFoundException, jakarta.el.ELException - Specified by:
invoke
in classjakarta.el.MethodExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.MethodNotFoundException
jakarta.el.ELException
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-