A B C D G I L O P R S T U

A

ApplicationContextCustomizer - Interface in org.apache.tapestry5.spring
A bridge from Spring's approach to customizing the application context, over to Tapestry's approach.

B

buildApplicationContextCustomizer(List<ApplicationContextCustomizer>, ChainBuilder) - Static method in class org.apache.tapestry5.spring.SpringModule
Defines a chain-of-command for handling application context customization.

C

contributeApplicationContextCustomizer(OrderedConfiguration<ApplicationContextCustomizer>, SymbolSource) - Static method in class org.apache.tapestry5.spring.SpringModule
 
contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter>, ApplicationContext) - Method in class org.apache.tapestry5.spring.SpringModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.spring.SpringModule
 
createBeanFactory() - Method in class org.apache.tapestry5.spring.TapestryApplicationContext
 
createObject() - Method in class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
createServiceCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
customizeApplicationContext(ServletContext, ConfigurableWebApplicationContext) - Method in interface org.apache.tapestry5.spring.ApplicationContextCustomizer
Allows the instantiated application context to be customized before it is initially refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 
CustomizingContextLoader - Class in org.apache.tapestry5.internal.spring
 
CustomizingContextLoader(ApplicationContextCustomizer) - Constructor for class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 

D

determineContextClass(ServletContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 

G

getBuilderClass() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getContributionDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
Returns a contribution, "SpringBean", to the MasterObjectProvider service.
getDecoratorDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
Returns an empty set.
getLoggerName() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getMarkers() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceDef(String) - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getServiceId() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceIds() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getServiceInterface() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceScope() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 

I

isEagerLoad() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
isPreventDecoration() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 

L

locateApplicationContext(ServletContext) - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
Invoked to obtain the Spring ApplicationContext, presumably stored in the ServletContext.

O

org.apache.tapestry5.internal.spring - package org.apache.tapestry5.internal.spring
 
org.apache.tapestry5.spring - package org.apache.tapestry5.spring
 

P

provideExtraModuleDefs(ServletContext) - Method in class org.apache.tapestry5.spring.TapestrySpringFilter
 

R

resolveDependency(DependencyDescriptor, String, Set, TypeConverter) - Method in class org.apache.tapestry5.internal.spring.TapestryBeanFactory
 
resolvePlaceholder(String, Properties) - Method in class org.apache.tapestry5.internal.spring.SymbolBeanFactoryPostProcessor
 

S

SpringBeanServiceDef - Class in org.apache.tapestry5.internal.spring
 
SpringBeanServiceDef(String, ApplicationContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
SpringConstants - Class in org.apache.tapestry5.spring
Constants used with the Spring integration library.
SpringConstants() - Constructor for class org.apache.tapestry5.spring.SpringConstants
 
SpringModule - Class in org.apache.tapestry5.spring
Module for Tapestry/Spring Integration.
SpringModule(Logger) - Constructor for class org.apache.tapestry5.spring.SpringModule
 
SpringModuleDef - Class in org.apache.tapestry5.internal.spring
A 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.
SpringModuleDef(ServletContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringModuleDef
 
StaticObjectCreator - Class in org.apache.tapestry5.internal.spring
An ObjectCreator for a statically identified object (typically, a bean from the Spring application context).
StaticObjectCreator(Object, String) - Constructor for class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
SymbolBeanFactoryPostProcessor - Class in org.apache.tapestry5.internal.spring
 
SymbolBeanFactoryPostProcessor(SymbolSource) - Constructor for class org.apache.tapestry5.internal.spring.SymbolBeanFactoryPostProcessor
 

T

TapestryApplicationContext - Class in org.apache.tapestry5.spring
Extension of Spring's XmlWebApplicationContext that includes hooks to resolve some injections into Spring beans as Tapestry services.
TapestryApplicationContext() - Constructor for class org.apache.tapestry5.spring.TapestryApplicationContext
 
TapestryBeanFactory - Class in org.apache.tapestry5.internal.spring
Identifies dependencies whose field or method parameter contains the Inject or InjectService annotations and, if so, invokes ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider) to provide the value.
TapestryBeanFactory(BeanFactory, Registry) - Constructor for class org.apache.tapestry5.internal.spring.TapestryBeanFactory
 
TapestrySpringFilter - Class in org.apache.tapestry5.spring
Add logic to setup for Spring integration at startup.
TapestrySpringFilter() - Constructor for class org.apache.tapestry5.spring.TapestrySpringFilter
 
toString() - Method in class org.apache.tapestry5.internal.spring.StaticObjectCreator
 

U

USE_EXTERNAL_SPRING_CONTEXT - Static variable in class org.apache.tapestry5.spring.SpringConstants
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create its own.

A B C D G I L O P R S T U

Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.