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 Summary
ConstructorsConstructorDescriptionTagMethodExpression
(javax.faces.view.facelets.TagAttribute attr, javax.el.MethodExpression orig) -
Method Summary
Modifier and TypeMethodDescriptionboolean
javax.el.MethodInfo
getMethodInfo
(javax.el.ELContext context) javax.el.MethodExpression
int
hashCode()
boolean
void
toString()
void
Methods inherited from class javax.el.MethodExpression
isParmetersProvided
-
Constructor Details
-
TagMethodExpression
public TagMethodExpression() -
TagMethodExpression
public TagMethodExpression(javax.faces.view.facelets.TagAttribute attr, javax.el.MethodExpression orig)
-
-
Method Details
-
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) - Specified by:
getMethodInfo
in classjavax.el.MethodExpression
-
invoke
- Specified by:
invoke
in classjavax.el.MethodExpression
-
getExpressionString
- Specified by:
getExpressionString
in classjavax.el.Expression
-
equals
- Specified by:
equals
in classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
toString
-
getWrapped
public javax.el.MethodExpression getWrapped()- Specified by:
getWrapped
in interfacejavax.faces.FacesWrapper<javax.el.MethodExpression>
-