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 TypeMethodDescriptionbooleanClass<?>booleanString[]The tokens of the expression.Class<?>getType(jakarta.el.ELContext elContext) getValue(jakarta.el.ELContext elContext) getValue(jakarta.el.ELContext elContext, boolean withError) inthashCode()booleanbooleanisReadOnly(jakarta.el.ELContext arg0) voidsetFlagSetMayFail(boolean flagSetMayFail) voidvoidMethods 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:
equalsin classjakarta.el.Expression
-
getType
public Class<?> getType(jakarta.el.ELContext elContext) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getTypein classjakarta.el.ValueExpression- Throws:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.el.ELException
-
getExpectedType
- Specified by:
getExpectedTypein classjakarta.el.ValueExpression
-
getExpressionString
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
getValue
public Object getValue(jakarta.el.ELContext elContext) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getValuein classjakarta.el.ValueExpression- Throws:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.el.ELException
-
getValue
public Object getValue(jakarta.el.ELContext elContext, boolean withError) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Throws:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.el.ELException
-
hashCode
public int hashCode()- Specified by:
hashCodein classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjakarta.el.Expression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext arg0) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
isReadOnlyin classjakarta.el.ValueExpression- Throws:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.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:
setValuein classjakarta.el.ValueExpression- Throws:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.el.PropertyNotWritableExceptionjakarta.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:
NullPointerExceptionjakarta.el.PropertyNotFoundExceptionjakarta.el.PropertyNotWritableExceptionjakarta.el.ELException
-