Class FaceletStateValueExpression

    • Constructor Detail

      • FaceletStateValueExpression

        public FaceletStateValueExpression()
      • FaceletStateValueExpression

        public FaceletStateValueExpression​(String uniqueId,
                                           String key)
    • Method Detail

      • getWrapped

        public javax.el.ValueExpression getWrapped()
        Specified by:
        getWrapped in interface FacesWrapper<javax.el.ValueExpression>
      • getWrapped

        public javax.el.ValueExpression getWrapped​(javax.el.ELContext context)
      • getExpectedType

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

        public Class<?> getType​(javax.el.ELContext context)
                         throws NullPointerException,
                                javax.el.PropertyNotFoundException,
                                javax.el.ELException
        Specified by:
        getType in class javax.el.ValueExpression
        Throws:
        NullPointerException
        javax.el.PropertyNotFoundException
        javax.el.ELException
      • isReadOnly

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

        public void setValue​(javax.el.ELContext context,
                             Object value)
                      throws NullPointerException,
                             javax.el.PropertyNotFoundException,
                             javax.el.PropertyNotWritableException,
                             javax.el.ELException
        Specified by:
        setValue in class javax.el.ValueExpression
        Throws:
        NullPointerException
        javax.el.PropertyNotFoundException
        javax.el.PropertyNotWritableException
        javax.el.ELException
      • getValue

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

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

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

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

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

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