com.sun.facelets.el
Class TagMethodExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.MethodExpression
          extended by com.sun.facelets.el.TagMethodExpression
All Implemented Interfaces:
Externalizable, Serializable

public final class TagMethodExpression
extends javax.el.MethodExpression
implements Externalizable

Version:
$Id: TagMethodExpression.java,v 1.6 2005/08/24 04:38:57 jhook Exp $
Author:
Jacob Hookom
See Also:
Serialized Form

Constructor Summary
TagMethodExpression()
           
TagMethodExpression(TagAttribute attr, javax.el.MethodExpression orig)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getExpressionString()
           
 javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
           
 int hashCode()
           
 Object invoke(javax.el.ELContext context, Object[] params)
           
 boolean isLiteralText()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagMethodExpression

public TagMethodExpression()

TagMethodExpression

public TagMethodExpression(TagAttribute attr,
                           javax.el.MethodExpression orig)
Method Detail

getMethodInfo

public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
Specified by:
getMethodInfo in class javax.el.MethodExpression

invoke

public Object invoke(javax.el.ELContext context,
                     Object[] params)
Specified by:
invoke in class javax.el.MethodExpression

getExpressionString

public String getExpressionString()
Specified by:
getExpressionString in class javax.el.Expression

equals

public boolean equals(Object obj)
Specified by:
equals in class javax.el.Expression

hashCode

public int hashCode()
Specified by:
hashCode in class javax.el.Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class javax.el.Expression

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005 All Rights Reserved.