Class WrappedValueExpression

  • All Implemented Interfaces:
    Serializable

    public class WrappedValueExpression
    extends jakarta.el.ValueExpression
    See Also:
    Serialized Form
    • Constructor Detail

      • WrappedValueExpression

        public WrappedValueExpression​(jakarta.el.ValueExpression valueExpression)
    • Method Detail

      • getValueReference

        public jakarta.el.ValueReference getValueReference​(jakarta.el.ELContext context)
        Overrides:
        getValueReference in class jakarta.el.ValueExpression
      • getExpectedType

        public Class<?> getExpectedType()
        Specified by:
        getExpectedType in class jakarta.el.ValueExpression
      • getType

        public Class<?> getType​(jakarta.el.ELContext arg0)
                         throws NullPointerException,
                                jakarta.el.ELException
        Specified by:
        getType in class jakarta.el.ValueExpression
        Throws:
        NullPointerException
        jakarta.el.ELException
      • getValue

        public Object getValue​(jakarta.el.ELContext context)
                        throws NullPointerException,
                               jakarta.el.ELException
        Specified by:
        getValue in class jakarta.el.ValueExpression
        Throws:
        NullPointerException
        jakarta.el.ELException
      • isReadOnly

        public boolean isReadOnly​(jakarta.el.ELContext arg0)
                           throws NullPointerException,
                                  jakarta.el.ELException
        Specified by:
        isReadOnly in class jakarta.el.ValueExpression
        Throws:
        NullPointerException
        jakarta.el.ELException
      • setValue

        public void setValue​(jakarta.el.ELContext arg0,
                             Object arg1)
                      throws NullPointerException,
                             jakarta.el.ELException
        Specified by:
        setValue in class jakarta.el.ValueExpression
        Throws:
        NullPointerException
        jakarta.el.ELException
      • equals

        public boolean equals​(Object arg0)
        Specified by:
        equals in class jakarta.el.Expression
      • getExpressionString

        public String getExpressionString()
        Specified by:
        getExpressionString in class jakarta.el.Expression
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class jakarta.el.Expression
      • isLiteralText

        public boolean isLiteralText()
        Specified by:
        isLiteralText in class jakarta.el.Expression