Package org.apache.webbeans.el22
Class WrappedMethodExpression
- java.lang.Object
-
- javax.el.Expression
-
- javax.el.MethodExpression
-
- org.apache.webbeans.el22.WrappedMethodExpression
-
- All Implemented Interfaces:
Serializable
public class WrappedMethodExpression extends javax.el.MethodExpression- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedMethodExpression(javax.el.MethodExpression methodExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetExpressionString()javax.el.MethodInfogetMethodInfo(javax.el.ELContext context)inthashCode()Objectinvoke(javax.el.ELContext context, Object[] params)booleanisLiteralText()
-
-
-
Method Detail
-
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) throws NullPointerException, javax.el.ELException- Specified by:
getMethodInfoin classjavax.el.MethodExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
invoke
public Object invoke(javax.el.ELContext context, Object[] params) throws NullPointerException, javax.el.ELException
- Specified by:
invokein classjavax.el.MethodExpression- Throws:
NullPointerExceptionjavax.el.ELException
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classjavax.el.Expression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classjavax.el.Expression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionStringin classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralTextin classjavax.el.Expression
-
-