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 booleanequals(Object o)StringgetExpressionString()jakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context)inthashCode()Objectinvoke(jakarta.el.ELContext context, Object[] params)booleanisLiteralText()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
Constructor Details
-
TagMethodExpression
public TagMethodExpression() -
TagMethodExpression
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context)- Specified by:
getMethodInfoin classjakarta.el.MethodExpression
-
invoke
- Specified by:
invokein classjakarta.el.MethodExpression
-
getExpressionString
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
equals
- Specified by:
equalsin classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjakarta.el.Expression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-