Interface PropertyAccess

  • All Known Implementing Classes:
    PropertyAccessImpl

    public interface PropertyAccess
    A wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects. Only provides access to simple properties. Indexed properties are ignored. Starting in Tapestry 5.2, public fields can now be accessed as if they were properly JavaBean properties. Where there is a name conflict, the true property will be favored over the field access.