Uses of Interface
net.sourceforge.stripes.util.bean.PropertyAccessor

Packages that use PropertyAccessor
net.sourceforge.stripes.util.bean This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. 
 

Uses of PropertyAccessor in net.sourceforge.stripes.util.bean
 

Classes in net.sourceforge.stripes.util.bean that implement PropertyAccessor
 class ArrayPropertyAccessor
          Implementation of the PropertyAccessor interface for interacting with arrays.
 class JavaBeanPropertyAccessor
          Implementation of PropertyAccessor for reading JavaBean properties from JavaBeans.
 class ListPropertyAccessor
          Implementation of PropertyAccessor for interacting with Lists.
 class MapPropertyAccessor
          Implementation of PropertyAccessor for interacting with Maps.
 

Methods in net.sourceforge.stripes.util.bean that return PropertyAccessor
 PropertyAccessor NodeType.getPropertyAccessor()
          Returns the PropertyAccessor instance that should be used to access properties of this type.
 



? Copyright 2005-2006, Stripes Development Team.