| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanPostProcessor | |
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| org.springframework.aop.aspectj.autoproxy | Base classes enabling auto-proxying based on AspectJ. | 
| org.springframework.aop.framework.adapter | SPI package allowing Spring AOP framework to handle arbitrary advice types. | 
| org.springframework.aop.framework.autoproxy | Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. | 
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| org.springframework.context.weaving | Load-time weaving support for a Spring application context, building on Spring's LoadTimeWeaverabstraction. | 
| org.springframework.dao.annotation | Annotation support for DAOs. | 
| org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpapackage. | 
| org.springframework.scripting.support | Support classes for Spring's scripting package. | 
| org.springframework.web.context.support | Classes supporting the org.springframework.web.contextpackage,
such as WebApplicationContext implementations and various utility classes. | 
| org.springframework.web.portlet.context | Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. | 
| org.springframework.web.portlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| org.springframework.web.servlet.handler | Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. | 
| Uses of BeanPostProcessor in org.springframework.aop.aspectj.annotation | 
|---|
| Classes in org.springframework.aop.aspectj.annotation that implement BeanPostProcessor | |
|---|---|
|  class | AnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ
 annotation aspects in the current application context, as well as Spring Advisors. | 
| Uses of BeanPostProcessor in org.springframework.aop.aspectj.autoproxy | 
|---|
| Classes in org.springframework.aop.aspectj.autoproxy that implement BeanPostProcessor | |
|---|---|
|  class | AspectJAwareAdvisorAutoProxyCreatorAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules
 for advice precedence when multiple pieces of advice come from the same aspect. | 
| Uses of BeanPostProcessor in org.springframework.aop.framework.adapter | 
|---|
| Classes in org.springframework.aop.framework.adapter that implement BeanPostProcessor | |
|---|---|
|  class | AdvisorAdapterRegistrationManagerBeanPostProcessor that registers AdvisorAdapterbeans in the BeanFactory with
 anAdvisorAdapterRegistry(by default theGlobalAdvisorAdapterRegistry). | 
| Uses of BeanPostProcessor in org.springframework.aop.framework.autoproxy | 
|---|
| Classes in org.springframework.aop.framework.autoproxy that implement BeanPostProcessor | |
|---|---|
|  class | AbstractAdvisorAutoProxyCreatorGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean. | 
|  class | AbstractAutoProxyCreatorBeanPostProcessorimplementation
 that wraps each eligible bean with an AOP proxy, delegating to specified interceptors
 before invoking the bean itself. | 
|  class | BeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names. | 
|  class | DefaultAdvisorAutoProxyCreatorBeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. | 
|  class | InfrastructureAdvisorAutoProxyCreatorAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. | 
| Uses of BeanPostProcessor in org.springframework.beans.factory.annotation | 
|---|
| Classes in org.springframework.beans.factory.annotation that implement BeanPostProcessor | |
|---|---|
|  class | AutowiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that autowires annotated fields, setter methods and arbitrary config methods. | 
|  class | InitDestroyAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that invokes annotated init and destroy methods. | 
|  class | RequiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that enforces required JavaBean properties to have been configured. | 
| Uses of BeanPostProcessor in org.springframework.beans.factory.config | 
|---|
| Subinterfaces of BeanPostProcessor in org.springframework.beans.factory.config | |
|---|---|
|  interface | DestructionAwareBeanPostProcessorSubinterface of BeanPostProcessor that adds a before-destruction callback. | 
|  interface | InstantiationAwareBeanPostProcessorSubinterface of BeanPostProcessorthat adds a before-instantiation callback,
 and a callback after instantiation but before explicit properties are set or
 autowiring occurs. | 
|  interface | SmartInstantiationAwareBeanPostProcessorExtension of the InstantiationAwareBeanPostProcessorinterface,
 adding a callback for predicting the eventual type of a processed bean. | 
| Classes in org.springframework.beans.factory.config that implement BeanPostProcessor | |
|---|---|
|  class | InstantiationAwareBeanPostProcessorAdapterAdapter that implements all methods on SmartInstantiationAwareBeanPostProcessoras no-ops, which will not change normal processing of each bean instantiated
 by the container. | 
| Methods in org.springframework.beans.factory.config with parameters of type BeanPostProcessor | |
|---|---|
|  void | ConfigurableBeanFactory.addBeanPostProcessor(BeanPostProcessor beanPostProcessor)Add a new BeanPostProcessor that will get applied to beans created by this factory. | 
| Uses of BeanPostProcessor in org.springframework.beans.factory.support | 
|---|
| Subinterfaces of BeanPostProcessor in org.springframework.beans.factory.support | |
|---|---|
|  interface | MergedBeanDefinitionPostProcessorPost-processor callback interface for merged bean definitions at runtime. | 
| Methods in org.springframework.beans.factory.support with parameters of type BeanPostProcessor | |
|---|---|
|  void | AbstractBeanFactory.addBeanPostProcessor(BeanPostProcessor beanPostProcessor) | 
| Uses of BeanPostProcessor in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement BeanPostProcessor | |
|---|---|
|  class | CommonAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that supports common Java annotations out of the box, in particular the JSR-250
 annotations in thejavax.annotationpackage. | 
| Uses of BeanPostProcessor in org.springframework.context.weaving | 
|---|
| Classes in org.springframework.context.weaving that implement BeanPostProcessor | |
|---|---|
|  class | LoadTimeWeaverAwareProcessorBeanPostProcessorimplementation that passes the context's defaultLoadTimeWeaverto beans that implement theLoadTimeWeaverAwareinterface. | 
| Uses of BeanPostProcessor in org.springframework.dao.annotation | 
|---|
| Classes in org.springframework.dao.annotation that implement BeanPostProcessor | |
|---|---|
|  class | PersistenceExceptionTranslationPostProcessorBean post-processor that automatically applies persistence exception translation to any bean that carries the Repositoryannotation,
 adding a correspondingPersistenceExceptionTranslationAdvisorto the exposed proxy (either an existing AOP proxy or a newly generated
 proxy that implements all of the target's interfaces). | 
| Uses of BeanPostProcessor in org.springframework.orm.jpa.support | 
|---|
| Classes in org.springframework.orm.jpa.support that implement BeanPostProcessor | |
|---|---|
|  class | PersistenceAnnotationBeanPostProcessorBeanPostProcessor that processes PersistenceUnitandPersistenceContextannotations, for injection of
 the corresponding JPA resourcesEntityManagerFactoryandEntityManager. | 
| Uses of BeanPostProcessor in org.springframework.scripting.support | 
|---|
| Classes in org.springframework.scripting.support that implement BeanPostProcessor | |
|---|---|
|  class | ScriptFactoryPostProcessorBeanPostProcessorthat
 handlesScriptFactorydefinitions,
 replacing each factory with the actual scripted Java object generated by it. | 
| Uses of BeanPostProcessor in org.springframework.web.context.support | 
|---|
| Classes in org.springframework.web.context.support that implement BeanPostProcessor | |
|---|---|
|  class | ServletContextAwareProcessorBeanPostProcessorimplementation that passes the ServletContext to beans that implement
 theServletContextAwareinterface. | 
| Uses of BeanPostProcessor in org.springframework.web.portlet.context | 
|---|
| Classes in org.springframework.web.portlet.context that implement BeanPostProcessor | |
|---|---|
|  class | PortletContextAwareProcessorBeanPostProcessorimplementation that passes the PortletContext to beans that implement
 thePortletContextAwareinterface. | 
| Uses of BeanPostProcessor in org.springframework.web.portlet.handler | 
|---|
| Classes in org.springframework.web.portlet.handler that implement BeanPostProcessor | |
|---|---|
|  class | SimplePortletPostProcessorBean post-processor that applies initialization and destruction callbacks to beans that implement the Portlet interface. | 
| Uses of BeanPostProcessor in org.springframework.web.servlet.handler | 
|---|
| Classes in org.springframework.web.servlet.handler that implement BeanPostProcessor | |
|---|---|
|  class | SimpleServletPostProcessorBeanPostProcessorthat applies initialization and destruction callbacks to beans that
 implement theServletinterface. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||