Package org.apache.tapestry5.internal.spring
package org.apache.tapestry5.internal.spring
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
-
ClassesClassDescriptionA wrapper that converts a Spring
ApplicationContext
into a set of service definitions, compatible with Tapestry 5 IoC, for the beans defined in the context, as well as the context itself.AnObjectCreator
for a statically identified object (typically, a bean from the Spring application context).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.