Package com.sun.faces.facelets.el
Class TagMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
com.sun.faces.facelets.el.TagMethodExpression
- All Implemented Interfaces:
Externalizable
,Serializable
public final class TagMethodExpression extends jakarta.el.MethodExpression implements Externalizable
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagMethodExpression()
TagMethodExpression(TagAttribute attr, jakarta.el.MethodExpression orig)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getExpressionString()
jakarta.el.MethodInfo
getMethodInfo(jakarta.el.ELContext context)
int
hashCode()
Object
invoke(jakarta.el.ELContext context, Object[] params)
boolean
isLiteralText()
void
readExternal(ObjectInput in)
String
toString()
void
writeExternal(ObjectOutput out)
-
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
-