Class ForwardingMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.jboss.weld.module.web.util.el.ForwardingMethodExpression
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WeldMethodExpression
public abstract class ForwardingMethodExpression
extends jakarta.el.MethodExpression
- Author:
- pmuir, mluksa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract jakarta.el.MethodExpressiondelegate()booleanjakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context) inthashCode()booleanbooleantoString()Methods inherited from class jakarta.el.MethodExpression
getMethodReference
-
Constructor Details
-
ForwardingMethodExpression
public ForwardingMethodExpression()
-
-
Method Details
-
delegate
protected abstract jakarta.el.MethodExpression delegate() -
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
getMethodInfoin classjakarta.el.MethodExpression
-
invoke
- Specified by:
invokein classjakarta.el.MethodExpression
-
getExpressionString
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjakarta.el.Expression
-
equals
- Specified by:
equalsin classjakarta.el.Expression
-
isParametersProvided
public boolean isParametersProvided()- Overrides:
isParametersProvidedin classjakarta.el.MethodExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjakarta.el.Expression
-
toString
-