Package org.eclnt.jsfserver.util
Class StackedValueExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.eclnt.jsfserver.util.StackedValueExpression
- All Implemented Interfaces:
Serializable
public class StackedValueExpression
extends jakarta.el.ValueExpression
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<?>
boolean
String[]
The tokens of the expression.Class<?>
getType
(jakarta.el.ELContext elContext) getValue
(jakarta.el.ELContext elContext) getValue
(jakarta.el.ELContext elContext, boolean withError) int
hashCode()
boolean
boolean
isReadOnly
(jakarta.el.ELContext arg0) void
setFlagSetMayFail
(boolean flagSetMayFail) void
void
Methods inherited from class jakarta.el.ValueExpression
getValueReference
-
Constructor Details
-
StackedValueExpression
-
-
Method Details
-
getTokens
The tokens of the expression. I.e. if expression is "#{d.xxx.yyy}" then an array 0:"d", 1:"xxx", 2:"yyy" is passed back. -
getFlagSetMayFail
public boolean getFlagSetMayFail() -
setFlagSetMayFail
public void setFlagSetMayFail(boolean flagSetMayFail) -
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getType
public Class<?> getType(jakarta.el.ELContext elContext) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getType
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
getExpectedType
- Specified by:
getExpectedType
in classjakarta.el.ValueExpression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
getValue
public Object getValue(jakarta.el.ELContext elContext) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getValue
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
getValue
public Object getValue(jakarta.el.ELContext elContext, boolean withError) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext arg0) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
isReadOnly
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
setValue
public void setValue(jakarta.el.ELContext elContext, Object value) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException - Specified by:
setValue
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.PropertyNotWritableException
jakarta.el.ELException
-
setValue
public void setValue(jakarta.el.ELContext elContext, Object valueToSet, boolean clearStack) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException - Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.PropertyNotWritableException
jakarta.el.ELException
-