Interface ReferenceBinding

    • Method Detail

      • getValue

        java.lang.Object getValue​(BindELContext ctx)
        Returns the referenced value.
        Parameters:
        ctx - the context to evaluate the reference expression.
        Returns:
        the referenced value.
      • setValue

        void setValue​(BindELContext ctx,
                      java.lang.Object value)
        Sets the value to referenced object
        Parameters:
        ctx - the context to evaluate the reference expression.
      • getPropertyString

        java.lang.String getPropertyString()
        Returns the reference expression script of this binding.
        Returns:
        the reference expression script of this binding.
      • invalidateCache

        void invalidateCache()
        Invalidate cached value of this reference.