Class PropBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      PropBinding​(Location location, java.lang.Object root, PropertyConduit conduit, java.lang.String expression, java.lang.String toString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get()
      The default implementation of get() will throw a TapestryException (binding is write only).
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> annotationClass)
      Always returns null.
      java.lang.reflect.Type getBindingGenericType()
      Get the generic type from the underlying property
      java.lang.Class getBindingType()
      Returns the actual class, by invoking Binding.get().
      java.lang.String getExpression()  
      java.lang.String getPropertyName()
      Returns the name of the property, if exists.
      boolean isInvariant()
      Almost always returns false, unless the conduit provides the Invariant annotation.
      void set​(java.lang.Object value)
      Updates the current value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait