Class ForwardingMethodExpression
- java.lang.Object
-
- javax.el.Expression
-
- javax.el.MethodExpression
-
- org.jboss.weld.module.web.util.el.ForwardingMethodExpression
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WeldMethodExpression
public abstract class ForwardingMethodExpression extends javax.el.MethodExpression- Author:
- pmuir, mluksa
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForwardingMethodExpression()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract javax.el.MethodExpressiondelegate()booleanequals(Object obj)StringgetExpressionString()javax.el.MethodInfogetMethodInfo(javax.el.ELContext context)inthashCode()Objectinvoke(javax.el.ELContext context, Object[] params)booleanisLiteralText()booleanisParametersProvided()booleanisParmetersProvided()Deprecated.StringtoString()
-
-
-
Method Detail
-
delegate
protected abstract javax.el.MethodExpression delegate()
-
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
- Specified by:
getMethodInfoin classjavax.el.MethodExpression
-
invoke
public Object invoke(javax.el.ELContext context, Object[] params)
- Specified by:
invokein classjavax.el.MethodExpression
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionStringin classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralTextin classjavax.el.Expression
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classjavax.el.Expression
-
isParametersProvided
public boolean isParametersProvided()
- Overrides:
isParametersProvidedin classjavax.el.MethodExpression
-
isParmetersProvided
@Deprecated public boolean isParmetersProvided()
Deprecated.- Overrides:
isParmetersProvidedin classjavax.el.MethodExpression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classjavax.el.Expression
-
-