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