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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TagMethodExpression()TagMethodExpression(TagAttribute attr, jakarta.el.MethodExpression orig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetExpressionString()jakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context)jakarta.el.MethodExpressiongetWrapped()inthashCode()Objectinvoke(jakarta.el.ELContext context, Object[] params)booleanisLiteralText()voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
 
- 
- 
- 
Constructor Detail- 
TagMethodExpressionpublic TagMethodExpression() 
 - 
TagMethodExpressionpublic TagMethodExpression(TagAttribute attr, jakarta.el.MethodExpression orig) 
 
- 
 - 
Method Detail- 
getMethodInfopublic jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
- getMethodInfoin class- jakarta.el.MethodExpression
 
 - 
invokepublic Object invoke(jakarta.el.ELContext context, Object[] params) - Specified by:
- invokein class- jakarta.el.MethodExpression
 
 - 
getExpressionStringpublic String getExpressionString() - Specified by:
- getExpressionStringin class- jakarta.el.Expression
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin class- jakarta.el.Expression
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein class- jakarta.el.Expression
 
 - 
isLiteralTextpublic boolean isLiteralText() - Specified by:
- isLiteralTextin class- jakarta.el.Expression
 
 - 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 - 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 - 
getWrappedpublic jakarta.el.MethodExpression getWrapped() - Specified by:
- getWrappedin interface- FacesWrapper<jakarta.el.MethodExpression>
 
 
- 
 
-