Class TagMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.myfaces.tobago.facelets.TagMethodExpression
- All Implemented Interfaces:
- Externalizable,- Serializable,- javax.faces.FacesWrapper<javax.el.MethodExpression>
public final class TagMethodExpression
extends javax.el.MethodExpression
implements Externalizable, javax.faces.FacesWrapper<javax.el.MethodExpression>
Jacob Hookom
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTagMethodExpression(javax.faces.view.facelets.TagAttribute attr, javax.el.MethodExpression orig) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanjavax.el.MethodInfogetMethodInfo(javax.el.ELContext context) javax.el.MethodExpressioninthashCode()booleanvoidtoString()voidMethods inherited from class javax.el.MethodExpressionisParametersProvided, isParmetersProvided
- 
Constructor Details- 
TagMethodExpressionpublic TagMethodExpression()
- 
TagMethodExpressionpublic TagMethodExpression(javax.faces.view.facelets.TagAttribute attr, javax.el.MethodExpression orig) 
 
- 
- 
Method Details- 
getMethodInfopublic javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) - Specified by:
- getMethodInfoin class- javax.el.MethodExpression
 
- 
invoke- Specified by:
- invokein class- javax.el.MethodExpression
 
- 
getExpressionString- Specified by:
- getExpressionStringin class- javax.el.Expression
 
- 
equals- Specified by:
- equalsin class- javax.el.Expression
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- javax.el.Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- javax.el.Expression
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
toString
- 
getWrappedpublic javax.el.MethodExpression getWrapped()- Specified by:
- getWrappedin interface- javax.faces.FacesWrapper<javax.el.MethodExpression>
 
 
-