| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Classes in org.springframework.beans.factory used by org.springframework.aop.framework | |
| ProxyFactoryBean FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory. | |
| Classes in org.springframework.beans.factory used by org.springframework.aop.framework.autoproxy | |
| AbstractAdvisorAutoProxyCreator Abstract BeanPostProcessor implementation that creates AOP proxies. | |
| AbstractAutoProxyCreator BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself. | |
| AdvisorAutoProxyCreator BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. | |
| TargetSourceCreator Implementations can create special target sources, such as pooling target sources, for particular beans. | |
| Classes in org.springframework.beans.factory used by org.springframework.aop.framework.autoproxy.target | |
| AbstractPrototypeTargetSourceCreator Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean. | |
| Classes in org.springframework.beans.factory used by org.springframework.aop.target | |
| AbstractPoolingTargetSource Abstract uperclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation. | |
| AbstractPrototypeTargetSource Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy. | |
| ThreadLocalTargetSource Alternative to an object pool. | |
| Classes in org.springframework.beans.factory used by org.springframework.beans.factory | |
| BeanFactory Interface to be implemented by objects that hold a number of bean definitions, each uniquely identified by a String name. | |
| BeanFactoryAware Interface to be implemented by beans that wish to be aware of their owning BeanFactory. | |
| BeanFactoryUtils Convenience methods operating on bean factories, returning bean instances, names or counts taking into account the nesting hierarchy of a bean factory. | |
| BeanIsNotAFactoryException Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name. | |
| FactoryBeanCircularReferenceException Exception thrown if a FactoryBean is involved in a circular reference. | |
| HierarchicalBeanFactory Subinterface 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. | |
| 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.access | |
| BeanFactoryBootstrap One singleton to rule them all. | |
| BeanFactoryReference Class used to track a reference to a BeanFactory obtained through BeanFactoryLocator | |
| Classes in org.springframework.beans.factory used by org.springframework.beans.factory.config | |
| AutowireCapableBeanFactory Extension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances. | |
| CommonsLogFactoryBean Factory bean for commons-logging Log instances. | |
| ConfigurableBeanFactory SPI interface to be implemented by most if not all bean factories. | |
| ConfigurableListableBeanFactory SPI interface to be implemented by most if not all listable bean factories. | |
| ListFactoryBean Simple factory for shared List instances. | |
| MapFactoryBean Simple factory for shared Map instances. | |
| MethodInvokingFactoryBean FactoryBean which returns a value which is the result of a static or instance method invocation. | |
| PropertiesFactoryBean Allows for making a properties file from a classpath location available as Properties instance in a bean factory. | |
| ResourceFactoryBean FactoryBean for Resource descriptors. | |
| SetFactoryBean Simple factory for shared Set instances. | |
| Classes in org.springframework.beans.factory used by org.springframework.beans.factory.support | |
| AbstractBeanFactory Abstract superclass that makes implementing a BeanFactory very easy. | |
| BeanDefinitionRegistry Interface for registries that hold bean definitions, i.e. | |
| DefaultListableBeanFactory Concrete implementation of ListableBeanFactory. | |
| PropertiesBeanDefinitionReader Bean definition reader for a simple properties format. | |
| StaticListableBeanFactory Static factory that allows to register existing singleton instances programmatically. | |
| Classes in org.springframework.beans.factory used by org.springframework.beans.factory.xml | |
| XmlBeanFactory Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document. | |
| Classes in org.springframework.beans.factory used by org.springframework.context | |
| ApplicationContext Interface to provide configuration for an application. | |
| Classes in org.springframework.beans.factory used by org.springframework.context.support | |
| AbstractApplicationContext Partial implementation of ApplicationContext. | |
| Classes in org.springframework.beans.factory used by org.springframework.ejb.access | |
| AbstractSlsbInvokerInterceptor Superclass for AOP interceptors invoking remote or local Stateless Session Beans. | |
| LocalStatelessSessionProxyFactoryBean Convenient factory for local SLSB proxies. | |
| SimpleRemoteStatelessSessionProxyFactoryBean Convenient factory for remote SLSB proxies. | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.core | |
| JdbcTemplate This is the central class in the JDBC core package. | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.core.support | |
| JdbcDaoSupport Convenient super class for JDBC data access objects. | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.datasource | |
| DataSourceTransactionManager PlatformTransactionManager implementation for single JDBC data sources. | |
| SingleConnectionDataSource Implementation of SmartDataSource that wraps a single connection which is not closed after use. | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.object | |
| RdbmsOperation Root of the JDBC object hierarchy, as described in Chapter 9 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002). | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.support | |
| DatabaseStartupValidator Bean that checks if a database has already started up. | |
| Classes in org.springframework.beans.factory used by org.springframework.jdbc.support.incrementer | |
| AbstractDataFieldMaxValueIncrementer Implementation of DataFieldMaxValueIncrementer Uses Template Method design pattern Subclasses should provide implementations of protected abstract methods. | |
| Classes in org.springframework.beans.factory used by org.springframework.jndi | |
| AbstractJndiLocator Convenient superclass for JNDI-based Service Locators. | |
| JndiObjectFactoryBean FactoryBean that looks up a JNDI object. | |
| Classes in org.springframework.beans.factory used by org.springframework.orm.hibernate | |
| HibernateAccessor Base class for HibernateTemplate and HibernateInterceptor, defining common properties like flushing behavior. | |
| HibernateTransactionManager PlatformTransactionManager implementation for single Hibernate session factories. | |
| LocalSessionFactoryBean FactoryBean that creates a local Hibernate SessionFactory instance. | |
| Classes in org.springframework.beans.factory used by org.springframework.orm.hibernate.support | |
| HibernateDaoSupport Convenient super class for Hibernate data access objects. | |
| Classes in org.springframework.beans.factory used by org.springframework.orm.ibatis | |
| SqlMapFactoryBean FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate. | |
| Classes in org.springframework.beans.factory used by org.springframework.orm.jdo | |
| JdoAccessor Base class for JdoTemplate and JdoInterceptor, defining common properties like flushing behavior. | |
| JdoTransactionManager PlatformTransactionManager implementation for single JDO persistence manager factories. | |
| LocalPersistenceManagerFactoryBean FactoryBean that creates a local JDO PersistenceManager instance. | |
| Classes in org.springframework.beans.factory used by org.springframework.orm.jdo.support | |
| JdoDaoSupport Convenient super class for JDO data access objects. | |
| Classes in org.springframework.beans.factory used by org.springframework.remoting.caucho | |
| BurlapClientInterceptor Interceptor for accessing a Burlap service. | |
| BurlapProxyFactoryBean Factory bean for Burlap proxies. | |
| HessianClientInterceptor Interceptor for accessing a Hessian service. | |
| HessianProxyFactoryBean Factory bean for Hessian proxies. | |
| Classes in org.springframework.beans.factory used by org.springframework.remoting.jaxrpc | |
| JaxRpcPortClientInterceptor Interceptor for accessing a specific port of a JAX-RPC service. | |
| JaxRpcPortProxyFactoryBean FactoryBean for a specific port of a JAX-RPC service. | |
| LocalJaxRpcServiceFactoryBean FactoryBean for locally defined JAX-RPC Service references. | |
| Classes in org.springframework.beans.factory used by org.springframework.remoting.rmi | |
| RmiClientInterceptor Interceptor for accessing transparent RMI services. | |
| RmiProxyFactoryBean Factory bean for RMI proxies, supporting both plain and transparent RMI. | |
| RmiServiceExporter RMI exporter that exposes the specified service as RMI object with the specified name. | |
| Classes in org.springframework.beans.factory used by org.springframework.remoting.support | |
| RemoteExporter Abstract base class for classes that export a remote service. | |
| Classes in org.springframework.beans.factory used by org.springframework.transaction.interceptor | |
| TransactionInterceptor Interceptor providing declarative transaction management using the common Spring transaction infrastructure. | |
| TransactionProxyFactoryBean Proxy factory bean for simplified declarative transaction handling. | |
| Classes in org.springframework.beans.factory used by org.springframework.transaction.jta | |
| JotmFactoryBean FactoryBean that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's JOTM. | |
| JtaTransactionManager PlatformTransactionManager implementation for JTA, i.e. | |
| WebSphereTransactionManagerFactoryBean FactoryBean that retrieves the JTA TransactionManager for IBM's WebSphere 4 and 5 application servers. | |
| Classes in org.springframework.beans.factory used by org.springframework.transaction.support | |
| TransactionTemplate Helper class that simplifies programmatic transaction demarcation and transaction exception handling. | |
| Classes in org.springframework.beans.factory used by org.springframework.ui.velocity | |
| VelocityEngineFactoryBean Factory bean that configures a VelocityEngine and provides it as bean reference. | |
| Classes in org.springframework.beans.factory used by org.springframework.web.servlet.mvc.multiaction | |
| PropertiesMethodNameResolver The most sophisticated and useful framework implementation of the MethodNameResolver interface. | |
| Classes in org.springframework.beans.factory used by org.springframework.web.servlet.view | |
| AbstractView Abstract view superclass. | |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||