uk.org.ponder.springutil |
|
Java Source File Name | Type | Comment |
BeanDefinitionSource.java | Interface | An implementation of part of the non-bean-getting interface of
DefaultListableBeanFactory. |
BeanFactoryBeanLocator.java | Class | |
BeanWrapperCache.java | Class | An obsolete attempt to remove the enormous expense of constructing
Spring BeanWrapperImpl objects. |
BlankMultipartResolver.java | Class | A default MultipartResolver with no behaviour, to avoid build dependencies
for those who do not require upload support. |
BooleanFactory.java | Class | |
BooleanGetterFactory.java | Class | |
ByClassTLAB.java | Class | A
TargetListAggregatingBean that will acquire all beans of a particular type
(excluding Factory products) and register either their names, or the beans
themselves, onto the TLAB target. |
ByteArrayServletOutputStream.java | Class | |
CachingInputStreamSource.java | Class | A "caching" source of InputStreams that will only poll the filesystem for
changes after a specified lag. |
DynamicStreamResourceLoader.java | Class | |
ExtraContextResourceLoader.java | Class | |
ListFactory.java | Class | |
MultipartResolverBean.java | Interface | A bean that will deliver a Map of Spring MultipartFile objects, from
a request scope where there has been a file upload. |
ReverseURLMapper.java | Interface | |
ReversibleURLHandlerMapping.java | Class | A semi-obsolete class mapping URLs to SpringMVC "Handlers"/Controllers,
dating from the days when we were still experimenting with getting using
SpringMVC as a view locator. |
SpringBeanLocator.java | Class | |
SpringMessageLocator.java | Class | An adaptation of the Spring "MessageSource" to the RSF/PUC "MessageLocator"
interface. |
SpringStreamResolver.java | Class | |
SpringXMLMappingLoader.java | Class | A Spring-aware loader which scours the context for all Hooznak, everywhere. |
StaticTLAB.java | Class | A static, that is to say, concrete, implementation of the
TargetListAggregatingBean marker definition. |
StringListAggregatingFactory.java | Class | Accepts a collection of comma-separated String elements, unpacks and
collects them into a StringList. |
StringListFactory.java | Class | |
TargetListAggregatingBean.java | Interface | Collects together a number of beans (probably implementing some common
interface), and delivers them as a list dependency to a nominated "target bean".
This will occur as part of the PostProcessing of the target bean, which doesn't
need to be made aware of the process explicitly. |
TimeZoneFactory.java | Class | |
TLABLoaderListener.java | Class | Bootstraps the construction of the TLABPostProcessor. |
TLABPostProcessor.java | Class | Does the work of collecting and focusing all the distributed property
deliveries onto the target list-valued bean property. |
URLAwareController.java | Interface | Part of the obsolete ReverseURLMapper system. |
VeryLazyInitTargetSource.java | Class | A Spring TargetSource that is "even more lazy" than LazyInitTargetSource,
in that it does not assume that the target bean reference is resolvable
at the time of creation. |
XMLFactoryBean.java | Class | A very useful base class for any bean constructed out of an XML
representation. |