uk.org.ponder.beanutil |
|
Java Source File Name | Type | Comment |
BeanGetter.java | Interface | |
BeanLocator.java | Interface | A minimal interface to a bean container, that does not know how to
interpret paths, i.e. |
BeanModelAlterer.java | Interface | |
BeanNotFoundException.java | Class | |
BeanPredicateModel.java | Interface | |
BeanResolver.java | Interface | Resolves a bean (object) onto a textual representation. |
BeanUtil.java | Class | |
ELReference.java | Class | |
FallbackBeanLocator.java | Interface | A tag interface implemented by a BeanLocator indicating that it
puts itself forward as a "fallback" resolver of bean requests. |
FallbackCapableBeanLocator.java | Class | A BeanLocator which accepts a set of "Fallback Locators", which are request
beans of type
FallbackBeanLocator , whose contained beans will be
exported up to the root level - such paths are automatically permitted. |
IterableBeanLocator.java | Interface | |
PathUtil.java | Class | A set of utility methods to operate on dot-separated bean paths. |
PropertyAccessor.java | Interface | A slightly slimmer version of the Spring PropertyAccessor interface.
Wraps (probably reflective) operations performed on a single bean. |
WriteableBeanLocator.java | Interface | A writeable extension to the BeanLocator interface, that has the power
to unlink a bean appearing at the supplied root path. |