org.jboss.weld.util.el
Class ForwardingMethodExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.MethodExpression
          extended by org.jboss.weld.util.el.ForwardingMethodExpression
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WeldMethodExpression

public abstract class ForwardingMethodExpression
extends javax.el.MethodExpression

Author:
pmuir
See Also:
Serialized Form

Constructor Summary
ForwardingMethodExpression()
           
 
Method Summary
protected abstract  javax.el.MethodExpression delegate()
           
 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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForwardingMethodExpression

public ForwardingMethodExpression()
Method Detail

delegate

protected abstract javax.el.MethodExpression delegate()

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

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Seam Framework. All Rights Reserved.