Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
NodeType.getPropertyAccessor()
Returns the PropertyAccessor instance that should be used to access properties
of this type.
|
? Copyright 2005-2006, Stripes Development Team.