Class PropertyAccess

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String qualifier  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyAccess​(java.lang.String qualifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(SessionContext ctx, Item item)
      Retrieves the attribute data from a given item.
      void setValue​(SessionContext ctx, Item item, java.lang.Object value)
      Stores the attribute data for a given item.
      • Methods inherited from class java.lang.Object

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