Uses of Package
org.springframework.beans.factory

Packages that use org.springframework.beans.factory
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
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.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface.  
org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container.  
org.springframework.beans.factory.access Helper infrastructure to locate and access bean factories. 
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.factory package.  
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.  
org.springframework.cache.ehcache Support classes for the open source cache EHCache, allowing to set up an EHCache CacheManager and Caches as beans in a Spring context. 
org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.  
org.springframework.context.access Helper infrastructure to locate and access application contexts. 
org.springframework.context.event Support classes for application events, like standard context events.  
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.ejb.access This package contains classes that allow easy access to EJBs.  
org.springframework.ejb.support Superclasses to make implementing EJBs simpler and less error-prone, as well as guaranteeing a Spring BeanFactory is available to EJBs.  
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.  
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.  
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.  
org.springframework.jdbc.object The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.  
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.  
org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases.  
org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
org.springframework.jms.core Core package of the JMS support.  
org.springframework.jms.core.support Classes supporting the org.springframework.jms.core package.  
org.springframework.jndi The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.  
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package.  
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts.  
org.springframework.orm.ibatis.support Classes supporting the org.springframework.orm.ibatis package.  
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts.  
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package.  
org.springframework.orm.ojb.support Classes supporting the org.springframework.orm.ojb package.  
org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian and Burlap protocols: a proxy factory for accessing Hessian/Burlap services, and an exporter for making beans available to Hessian/Burlap clients.  
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.  
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC.  
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.  
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.  
org.springframework.scheduling.timer Scheduling convenience classes for the J2SE Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.  
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package.  
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
org.springframework.web.context Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring.  
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level.  
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.  
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.  
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology.  
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology.  
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology.  
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.beans.factory used by org.springframework.aop.framework
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
 

Classes in org.springframework.beans.factory used by org.springframework.aop.framework.autoproxy
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
 

Classes in org.springframework.beans.factory used by org.springframework.aop.framework.autoproxy.metadata
BeanFactory
          The root interface for accessing a Spring IoC container.
 

Classes in org.springframework.beans.factory used by org.springframework.aop.framework.autoproxy.target
BeanFactory
          The root interface for accessing a Spring IoC container.
 

Classes in org.springframework.beans.factory used by org.springframework.aop.target
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
 

Classes in org.springframework.beans.factory used by org.springframework.beans.factory
BeanCreationException
          Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanNotOfRequiredTypeException
          Thrown when a bean doesn't match the required type.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
NoSuchBeanDefinitionException
          Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
 

Classes in org.springframework.beans.factory used by org.springframework.beans.factory.access
BeanFactory
          The root interface for accessing a Spring IoC container.
 

Classes in org.springframework.beans.factory used by org.springframework.beans.factory.config
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
 

Classes in org.springframework.beans.factory used by org.springframework.beans.factory.support
BeanDefinitionStoreException
          Exception thrown when a BeanFactory encounters an internal error, and its definitions are invalid: for example, if an XML document containing bean definitions isn't well-formed.
BeanFactory
          The root interface for accessing a Spring IoC container.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
NoSuchBeanDefinitionException
          Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
UnsatisfiedDependencyException
          Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
 

Classes in org.springframework.beans.factory used by org.springframework.beans.factory.xml
BeanFactory
          The root interface for accessing a Spring IoC container.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
 

Classes in org.springframework.beans.factory used by org.springframework.cache.ehcache
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.context
BeanFactory
          The root interface for accessing a Spring IoC container.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
 

Classes in org.springframework.beans.factory used by org.springframework.context.access
BeanFactory
          The root interface for accessing a Spring IoC container.
 

Classes in org.springframework.beans.factory used by org.springframework.context.event
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.context.support
BeanFactory
          The root interface for accessing a Spring IoC container.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
NoSuchBeanDefinitionException
          Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
 

Classes in org.springframework.beans.factory used by org.springframework.ejb.access
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.ejb.support
BeanFactory
          The root interface for accessing a Spring IoC container.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.core
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.core.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.datasource
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.object
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jdbc.support.incrementer
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jms.connection
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jms.core
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jms.core.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.jndi
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.hibernate
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.hibernate.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.ibatis
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.ibatis.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.jdo
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.jdo.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.orm.ojb.support
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
 

Classes in org.springframework.beans.factory used by org.springframework.remoting.caucho
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.remoting.httpinvoker
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.remoting.jaxrpc
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.remoting.rmi
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.scheduling.quartz
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.scheduling.timer
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.transaction.interceptor
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.transaction.jta
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.transaction.support
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.ui.freemarker
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.ui.velocity
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.context
BeanFactory
          The root interface for accessing a Spring IoC container.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
 

Classes in org.springframework.beans.factory used by org.springframework.web.context.support
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanFactoryAware
          Interface to be implemented by beans that wish to be aware of their owning BeanFactory.
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
FactoryBean
          Interface to be implemented by objects used within a BeanFactory that are themselves factories.
HierarchicalBeanFactory
          Sub-interface implemented by bean factories that can be part of a hierarchy.
ListableBeanFactory
          Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.mvc
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.mvc.multiaction
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view
BeanFactory
          The root interface for accessing a Spring IoC container.
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
DisposableBean
          Interface to be implemented by beans that want to release resources on destruction.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.document
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.freemarker
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.jasperreports
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.tiles
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.velocity
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
InitializingBean
          Interface to be implemented by beans that need to react once all their properties have been set by a BeanFactory: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
 

Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view.xslt
BeanNameAware
          Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
 



Copyright (C) 2003-2004 The Spring Framework Project.