public class MethodExpressionValueExpressionAdapter
extends jakarta.el.MethodExpression
With this wrapper a value expression can be used where a method expression is expected. The return value of the method execution will be the value represented by the value expression.
Constructor and Description |
---|
MethodExpressionValueExpressionAdapter(jakarta.el.ValueExpression valueExpression) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getExpressionString() |
jakarta.el.MethodInfo |
getMethodInfo(jakarta.el.ELContext context) |
jakarta.el.ValueExpression |
getValueExpression() |
int |
hashCode() |
Object |
invoke(jakarta.el.ELContext context,
Object[] params) |
boolean |
isLiteralText() |
public MethodExpressionValueExpressionAdapter(jakarta.el.ValueExpression valueExpression)
public Object invoke(jakarta.el.ELContext context, Object[] params)
invoke
in class jakarta.el.MethodExpression
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context)
getMethodInfo
in class jakarta.el.MethodExpression
public boolean isLiteralText()
isLiteralText
in class jakarta.el.Expression
public int hashCode()
hashCode
in class jakarta.el.Expression
public String getExpressionString()
getExpressionString
in class jakarta.el.Expression
public boolean equals(Object obj)
equals
in class jakarta.el.Expression
public jakarta.el.ValueExpression getValueExpression()
Copyright © 2012–2020 OmniFaces. All rights reserved.