Class WrappedValueExpression

  • All Implemented Interfaces:
    Serializable

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

      • WrappedValueExpression

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

      • getValueReference

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

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

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

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

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

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

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

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