Package org.eclnt.jsfserver.util
Class StackedComplexValueExpressionConcat
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.eclnt.jsfserver.util.StackedComplexValueExpressionConcat
- All Implemented Interfaces:
Serializable
public class StackedComplexValueExpressionConcat
extends jakarta.el.ValueExpression
Value following the pattern "Any text #{xxx.xxx.xxx} any text #{xxx.xxx.xxx} any text ..."
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.el.ValueExpression
getValueReference
-
Constructor Details
-
StackedComplexValueExpressionConcat
-
-
Method Details
-
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
-
getExpectedType
- Specified by:
getExpectedType
in classjakarta.el.ValueExpression
-
getType
public Class<?> getType(jakarta.el.ELContext arg0) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getType
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
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 arg0, Object arg1) 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
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-