Uses of Package
org.springframework.core

Packages that use org.springframework.core
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.support Convenience classes for using Spring's AOP API. 
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
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.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.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. 
org.springframework.dao Exception hierarchy enabling sophisticated error handling independent of the data access approach in use. 
org.springframework.jca.cci This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture. 
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors. 
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages. 
org.springframework.jms This package contains integration classes for JMS, allowing for Spring-style JMS access. 
org.springframework.jms.support.converter Provides a MessageConverter abstraction to convert between Java objects and JMS messages. 
org.springframework.jms.support.destination Support classes for Spring's JMS framework. 
org.springframework.jmx This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans. 
org.springframework.jmx.access Provides proxy support for accessing MBean resources through standard Java interfaces. 
org.springframework.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
org.springframework.mail Spring's generic mail infrastructure. 
org.springframework.orm Root package for Spring's O/R Mapping integration classes. 
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink with Spring concepts. 
org.springframework.remoting Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system. 
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.transaction Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
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.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler.metadata This package enables automatic web controller targeting. 
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.core used by org.springframework.aop.framework
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.aop.framework.autoproxy
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.aop.support
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.beans
ErrorCoded
          Interface that can be implemented by exceptions etc that are error coded.
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.beans.factory
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.beans.factory.access
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.beans.factory.config
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.beans.factory.support
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.context
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.core
ConstantException
          Exception thrown when the Constants class is asked for an invalid constant name.
ControlFlow
          Interface to be implemented by objects that can return information about the current call stack.
 

Classes in org.springframework.core used by org.springframework.dao
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jca.cci
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jdbc
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jdbc.support
NestedCheckedException
          Handy class for wrapping checked Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jms
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jms.support.converter
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jms.support.destination
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jmx
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jmx.access
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.jmx.support
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.mail
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.orm
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.orm.hibernate
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.orm.jdo
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.orm.ojb
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.orm.toplink
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.remoting
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.scheduling.quartz
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.transaction
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 

Classes in org.springframework.core used by org.springframework.transaction.interceptor
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.transaction.support
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.web.context.support
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.web.servlet.handler
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.web.servlet.handler.metadata
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.web.servlet.view
Ordered
          Interface that can be implemented by objects that should be orderable, e.g. in a Collection.
 

Classes in org.springframework.core used by org.springframework.web.servlet.view.xslt
NestedRuntimeException
          Handy class for wrapping runtime Exceptions with a root cause.
 



Copyright (c) 2002-2007 The Spring Framework Project.