Package org.apache.tapestry5.internal.spring
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
-
Class Summary Class Description CustomizingContextLoader SpringBeanServiceDef SpringModuleDef A wrapper that converts a SpringApplicationContext
into a set of service definitions, compatible with Tapestry 5 IoC, for the beans defined in the context, as well as the context itself.StaticObjectCreator AnObjectCreator
for a statically identified object (typically, a bean from the Spring application context).SymbolBeanFactoryPostProcessor TapestryBeanFactory Identifies dependencies whose field or method parameter contains theInject
orInjectService
annotations and, if so, invokesObjectLocator.getObject(Class, org.apache.tapestry5.commons.AnnotationProvider)
to provide the value.