- ObjectError - Class in org.springframework.validation
-
Encapsulates an object error, that is, a global reason for rejecting
an object.
- ObjectError(String, String) - Constructor for class org.springframework.validation.ObjectError
-
Create a new instance of the ObjectError class.
- ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
-
Create a new instance of the ObjectError class.
- ObjectFactory<T> - Interface in org.springframework.beans.factory
-
Defines a factory which can return an Object instance
(possibly shared or independent) when invoked.
- ObjectFactoryCreatingFactoryBean - Class in org.springframework.beans.factory.config
-
- ObjectFactoryCreatingFactoryBean() - Constructor for class org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean
-
- ObjectNameManager - Class in org.springframework.jmx.support
-
Helper class for the creation of
ObjectName
instances.
- ObjectNameManager() - Constructor for class org.springframework.jmx.support.ObjectNameManager
-
- ObjectNamingStrategy - Interface in org.springframework.jmx.export.naming
-
Strategy interface that encapsulates the creation of ObjectName
instances.
- ObjectOptimisticLockingFailureException - Exception in org.springframework.orm
-
Exception thrown on an optimistic locking violation for a mapped object.
- ObjectOptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a general ObjectOptimisticLockingFailureException with the given message,
without any information on the affected object.
- ObjectOptimisticLockingFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the default "optimistic locking failed" message.
- ObjectOptimisticLockingFailureException(Class, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the default "optimistic locking failed" message.
- ObjectOptimisticLockingFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the given explicit message.
- ObjectOptimisticLockingFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the default "optimistic locking failed" message.
- ObjectOptimisticLockingFailureException(String, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the default "optimistic locking failed" message.
- ObjectOptimisticLockingFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
-
Create a new ObjectOptimisticLockingFailureException for the given object,
with the given explicit message.
- objectResult(Collection<?>, Class<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
-
Return a unique result object from the given Collection.
- ObjectRetrievalFailureException - Exception in org.springframework.orm
-
Exception thrown if a mapped object could not be retrieved via its identifier.
- ObjectRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
-
Create a general ObjectRetrievalFailureException with the given message,
without any information on the affected object.
- ObjectRetrievalFailureException(Class, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
-
Create a new ObjectRetrievalFailureException for the given object,
with the default "not found" message.
- ObjectRetrievalFailureException(Class, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
-
Create a new ObjectRetrievalFailureException for the given object,
with the given explicit message and exception.
- ObjectRetrievalFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
-
Create a new ObjectRetrievalFailureException for the given object,
with the default "not found" message.
- ObjectRetrievalFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
-
Create a new ObjectRetrievalFailureException for the given object,
with the given explicit message and exception.
- objectToBytes(Object) - Method in class org.springframework.jca.cci.object.MappingCommAreaOperation
-
Method used to convert an object into COMMAREA bytes.
- ObjectToStringHttpMessageConverter - Class in org.springframework.http.converter
-
- ObjectToStringHttpMessageConverter(ConversionService) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
A constructor accepting a ConversionService
to use to convert the
(String) message body to/from the target class type.
- ObjectToStringHttpMessageConverter(ConversionService, Charset) - Constructor for class org.springframework.http.converter.ObjectToStringHttpMessageConverter
-
A constructor accepting a ConversionService
as well as a default
charset.
- ObjectUtils - Class in org.springframework.util
-
Miscellaneous object utility methods.
- ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
-
- obtainDefaultPersistenceUnitInfo() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- obtainDefaultPersistenceUnitInfo() - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
-
Obtain the default PersistenceUnitInfo from this manager.
- obtainFreshBean(BeanFactory, String) - Method in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
-
A template method that subclasses may override to provide a
fresh target object for the given bean factory and bean name.
- obtainFreshBean(BeanFactory, String) - Method in class org.springframework.scripting.support.RefreshableScriptTargetSource
-
Obtain a fresh target object, retrieving a FactoryBean if necessary.
- obtainFreshBeanFactory() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Tell the subclass to refresh the internal bean factory.
- obtainPersistenceUnitInfo(String) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- obtainPersistenceUnitInfo(String) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitManager
-
Obtain the specified PersistenceUnitInfo from this manager.
- OC4JJtaTransactionManager - Class in org.springframework.transaction.jta
-
- OC4JJtaTransactionManager() - Constructor for class org.springframework.transaction.jta.OC4JJtaTransactionManager
-
Deprecated.
- OC4JLoadTimeWeaver - Class in org.springframework.instrument.classloading.oc4j
-
- OC4JLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
-
Deprecated.
- OC4JLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
-
Deprecated.
- onApplicationEvent(E) - Method in interface org.springframework.context.ApplicationListener
-
Handle an application event.
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.GenericApplicationListenerAdapter
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
-
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
-
Actually schedule the tasks at the right time of the context lifecycle,
if we're running within an ApplicationContext.
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
ApplicationListener endpoint that receives events from this servlet's
WebApplicationContext.
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Callback that receives refresh events from this servlet's WebApplicationContext.
- onApplicationEventInternal(ApplicationEvent) - Method in class org.springframework.context.event.SourceFilteringListener
-
Actually process the event, after having filtered according to the
desired event source already.
- onBind(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding.
- onBind(PortletRequest, Object) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding.
- onBind(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding.
- onBind(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding.
- onBindAndValidate(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
-
Deprecated.
Calls page-specific onBindAndValidate method.
- onBindAndValidate(PortletRequest, Object, BindException, int) - Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
-
Deprecated.
Callback for custom post-processing in terms of binding and validation.
- onBindAndValidate(PortletRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding and validation.
- onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
-
Deprecated.
Calls page-specific onBindAndValidate method.
- onBindAndValidate(HttpServletRequest, Object, BindException, int) - Method in class org.springframework.web.servlet.mvc.AbstractWizardFormController
-
Deprecated.
Callback for custom post-processing in terms of binding and validation.
- onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.BaseCommandController
-
Deprecated.
Callback for custom post-processing in terms of binding and validation.
- onBindOnNewForm(RenderRequest, Object, BindException) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
-
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
- onBindOnNewForm(RenderRequest, Object) - Method in class org.springframework.web.portlet.mvc.AbstractFormController
-
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
- onBindOnNewForm(HttpServletRequest, Object, BindException) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
-
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
- onBindOnNewForm(HttpServletRequest, Object) - Method in class org.springframework.web.servlet.mvc.AbstractFormController
-
Deprecated.
Callback for custom post-processing in terms of binding for a new form.
- ONBLUR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the 'onblur
' attribute.
- onCancel(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
-
Deprecated.
Callback method for handling a cancel request.
- onCancel(Object) - Method in class org.springframework.web.servlet.mvc.CancellableFormController
-
Deprecated.
Simple onCancel
version.
- OncePerRequestFilter - Class in org.springframework.web.filter
-
Filter base class that aims to guarantee a single execution per request
dispatch, on any servlet container.
- OncePerRequestFilter() - Constructor for class org.springframework.web.filter.OncePerRequestFilter
-
- ONCHANGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the 'onchange
' attribute.
- ONCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- onClose() - Method in interface org.springframework.context.LifecycleProcessor
-
Notification of context close phase, e.g.
- onClose() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Template method which can be overridden to add context-specific shutdown work.
- onClose() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- onCompileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Hook method that subclasses may override to react to compilation.
- onCompileInternal() - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Hook method that subclasses may override to react to compilation.
- onCompileInternal() - Method in class org.springframework.jdbc.object.SqlCall
-
Hook method that subclasses may override to react to compilation.
- onCompileInternal() - Method in class org.springframework.jdbc.object.SqlOperation
-
Hook method that subclasses may override to post-process compilation.
- onComplete(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Register code to invoke when the async request completes.
- onCompletion(Runnable) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Register code to invoke when the async request completes.
- ONDBLCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- onDestroy() - Method in class org.springframework.web.struts.ActionSupport
-
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
- onDestroy() - Method in class org.springframework.web.struts.DispatchActionSupport
-
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
- onDestroy() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
-
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
- onDestroy() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
-
Deprecated.
Callback for custom destruction when the ActionServlet shuts down.
- onEjbCreate() - Method in class org.springframework.ejb.support.AbstractMessageDrivenBean
-
Deprecated.
Subclasses must implement this method to do any initialization they would
otherwise have done in an ejbCreate()
method.
- onEjbCreate() - Method in class org.springframework.ejb.support.AbstractStatelessSessionBean
-
Deprecated.
Subclasses must implement this method to do any initialization
they would otherwise have done in an ejbCreate()
method.
- onEjbRemove() - Method in class org.springframework.ejb.support.AbstractEnterpriseBean
-
Deprecated.
Subclasses must implement this method to do any initialization they would
otherwise have done in an ejbRemove()
method.
- onEndpointException(Throwable) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
-
Callback method for notifying the endpoint base class
that the concrete endpoint invocation led to an exception.
- onError(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- onException(JMSException) - Method in class org.springframework.jms.connection.ChainedExceptionListener
-
- onException(JMSException) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Exception listener callback that renews the underlying single Connection.
- onException(JMSException) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
JMS ExceptionListener implementation, invoked by the JMS provider in
case of connection failures.
- ONFOCUS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
-
The name of the 'onfocus
' attribute.
- onFormChange(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
- onFormChange(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Simpler onFormChange
variant, called by the full version
onFormChange(request, response, command, errors)
.
- onFormChange(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
-
Deprecated.
- onFormChange(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
-
Deprecated.
- onInit() - Method in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInit() - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Subclasses can override this to add some custom initialization logic.
- onInit() - Method in class org.springframework.web.servlet.view.jasperreports.ConfigurableJasperReportsView
-
- onInit() - Method in class org.springframework.web.struts.ActionSupport
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInit() - Method in class org.springframework.web.struts.ContextLoaderPlugIn
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInit() - Method in class org.springframework.web.struts.DispatchActionSupport
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInit() - Method in class org.springframework.web.struts.LookupDispatchActionSupport
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInit() - Method in class org.springframework.web.struts.MappingDispatchActionSupport
-
Deprecated.
Callback for custom initialization after the context has been set up.
- onInvalidRequest(Message) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
- onInvalidResponse(Message) - Method in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
-
Callback that is invoked by extractInvocationResult
when it encounters an invalid response message.
- ONKEYDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONKEYPRESS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONKEYUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- onMessage(Message) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- onMessage(Message, Session) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- onMessage(M, Session) - Method in interface org.springframework.jms.listener.SessionAwareMessageListener
-
Callback for processing a received JMS message.
- onMessage(Message, Session) - Method in class org.springframework.jms.remoting.JmsInvokerServiceExporter
-
- ONMOUSEDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONMOUSEMOVE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONMOUSEOUT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONMOUSEOVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- ONMOUSEUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
-
- onRefresh() - Method in interface org.springframework.context.LifecycleProcessor
-
Notification of context refresh, e.g.
- onRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Template method which can be overridden to add context-specific refresh work.
- onRefresh() - Method in class org.springframework.context.support.DefaultLifecycleProcessor
-
- onRefresh() - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Initialize the theme capability.
- onRefresh() - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Initialize the theme capability.
- onRefresh() - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Initialize the theme capability.
- onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
-
- onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
-
Template method which can be overridden to add portlet-specific refresh work.
- onRefresh(ApplicationContext) - Method in class org.springframework.web.servlet.DispatcherServlet
-
- onRefresh(ApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Template method which can be overridden to add servlet-specific refresh work.
- onRegister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-
Called when an MBean is registered.
- onRegister(ObjectName, Object) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName
.
- onRegister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is registered under the given
ObjectName
.
- ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
-
- onSetExpression(String) - Method in class org.springframework.aop.support.AbstractExpressionPointcut
-
Called when a new pointcut expression is set.
- onSetUp() - Method in class org.springframework.test.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this method in place of the setUp()
method, which is final in this class.
- onSetUp() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
This implementation creates a transaction before test execution.
- onSetUpBeforeTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
Subclasses can override this method to perform any setup operations, such
as populating a database table, before the transaction created by
this class.
- onSetUpInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
Subclasses can override this method to perform any setup operations, such
as populating a database table, within the transaction created by
this class.
- onStartAsync(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- onStartup(ServletContext) - Method in class org.springframework.web.context.AbstractContextLoaderInitializer
-
- onStartup(ServletContext) - Method in class org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
-
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.springframework.web.SpringServletContainerInitializer
-
- onStartup(ServletContext) - Method in interface org.springframework.web.WebApplicationInitializer
-
Configure the given
ServletContext
with any servlets, filters, listeners
context-params and attributes necessary for initializing this web application.
- onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
-
Deprecated.
Submit callback with all parameters.
- onSubmit(Object, BindException) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
-
Deprecated.
Simpler onSubmit
variant.
- onSubmit(Object) - Method in class org.springframework.web.servlet.mvc.SimpleFormController
-
Deprecated.
Simplest onSubmit
variant.
- onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Submit action phase callback with all parameters.
- onSubmitAction(Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Simpler onSubmitAction
version.
- onSubmitAction(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Simplest onSubmitAction
version.
- onSubmitRender(RenderRequest, RenderResponse, Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Submit render phase callback with all parameters.
- onSubmitRender(Object, BindException) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Simpler onSubmitRender
version.
- onSubmitRender(Object) - Method in class org.springframework.web.portlet.mvc.SimpleFormController
-
Deprecated.
Simplest onSubmitRender
version.
- onSuppressedException(Exception) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
-
Register an Exception that happened to get suppressed during the creation of a
singleton bean instance, e.g.
- onTearDown() - Method in class org.springframework.test.AbstractSingleSpringContextTests
-
Deprecated.
Subclasses can override this to add custom behavior on teardown.
- onTearDown() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
This implementation ends the transaction after test execution.
- onTearDownAfterTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
Subclasses can override this method to perform cleanup after a
transaction here.
- onTearDownInTransaction() - Method in class org.springframework.test.AbstractTransactionalSpringContextTests
-
Deprecated.
Subclasses can override this method to run invariant tests here.
- onTimeout(Runnable) - Method in class org.springframework.web.context.request.async.DeferredResult
-
Register code to invoke when the async request times out.
- onTimeout(AsyncEvent) - Method in class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
-
- onTimeout(Callable<V>) - Method in class org.springframework.web.context.request.async.WebAsyncTask
-
Register code to invoke when the async request times out.
- onUnregister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
-
Called when an MBean is unregistered.
- onUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
-
Called when an MBean is unregistered under the given
ObjectName
.
- onWriteTagContent() - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
- onWriteTagContent() - Method in class org.springframework.web.servlet.tags.form.OptionTag
-
Make sure we are under a 'select
' tag before proceeding.
- OpAnd - Class in org.springframework.expression.spel.ast
-
Represents the boolean AND operation.
- OpAnd(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpAnd
-
- OpDec - Class in org.springframework.expression.spel.ast
-
Decrement operator.
- OpDec(int, boolean, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpDec
-
- OpDivide - Class in org.springframework.expression.spel.ast
-
Implements division operator.
- OpDivide(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpDivide
-
- openConnection(URL, Proxy) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Opens and returns a connection to the given URL.
- openConnection(HttpInvokerClientConfiguration) - Method in class org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
-
Open an HttpURLConnection for the given remote invocation request.
- OpenEntityManagerInViewFilter - Class in org.springframework.orm.jpa.support
-
Servlet 2.3 Filter that binds a JPA EntityManager to the thread for the
entire processing of the request.
- OpenEntityManagerInViewFilter() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter
-
- OpenEntityManagerInViewInterceptor - Class in org.springframework.orm.jpa.support
-
Spring web request interceptor that binds a JPA EntityManager to the
thread for the entire processing of the request.
- OpenEntityManagerInViewInterceptor() - Constructor for class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
-
- OpenJpaDialect - Class in org.springframework.orm.jpa.vendor
-
- OpenJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaDialect
-
- OpenJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
-
- OpenJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.OpenJpaVendorAdapter
-
- OpenPersistenceManagerInViewFilter - Class in org.springframework.orm.jdo.support
-
Servlet 2.3 Filter that binds a JDO PersistenceManager to the thread for the
entire processing of the request.
- OpenPersistenceManagerInViewFilter() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter
-
- OpenPersistenceManagerInViewInterceptor - Class in org.springframework.orm.jdo.support
-
Spring web request interceptor that binds a JDO PersistenceManager to the
thread for the entire processing of the request.
- OpenPersistenceManagerInViewInterceptor() - Constructor for class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewInterceptor
-
- openSession(SessionFactory) - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
Open a Session for the SessionFactory that this filter uses.
- openSession() - Method in class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
Open a Session for the SessionFactory that this interceptor uses.
- OpenSessionInViewFilter - Class in org.springframework.orm.hibernate3.support
-
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire
processing of the request.
- OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
-
- OpenSessionInViewFilter - Class in org.springframework.orm.hibernate4.support
-
Servlet 2.3 Filter that binds a Hibernate Session to the thread for the entire
processing of the request.
- OpenSessionInViewFilter() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewFilter
-
- OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate3.support
-
Spring web request interceptor that binds a Hibernate Session
to the
thread for the entire processing of the request.
- OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor
-
Create a new OpenSessionInViewInterceptor
,
turning the default flushMode to FLUSH_NEVER
.
- OpenSessionInViewInterceptor - Class in org.springframework.orm.hibernate4.support
-
Spring web request interceptor that binds a Hibernate Session
to the
thread for the entire processing of the request.
- OpenSessionInViewInterceptor() - Constructor for class org.springframework.orm.hibernate4.support.OpenSessionInViewInterceptor
-
- openStreamForClass(String) - Method in class org.springframework.core.OverridingClassLoader
-
Open an InputStream for the specified class.
- OpEQ - Class in org.springframework.expression.spel.ast
-
Implements equality operator.
- OpEQ(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpEQ
-
- operate(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
-
Execute the specified operation on two operands, returning a result.
- operate(Operation, Object, Object) - Method in class org.springframework.expression.spel.ExpressionState
-
- operate(Operation, Object, Object) - Method in class org.springframework.expression.spel.support.StandardOperatorOverloader
-
- Operation - Enum in org.springframework.expression
-
- Operator - Class in org.springframework.expression.spel.ast
-
Common supertype for operators that operate on either one or two operands.
- Operator(String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Operator
-
- OperatorBetween - Class in org.springframework.expression.spel.ast
-
Represents the between operator.
- OperatorBetween(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorBetween
-
- OperatorInstanceof - Class in org.springframework.expression.spel.ast
-
The operator 'instanceof' checks if an object is of the class specified in the right hand operand,
in the same way that instanceof
does in Java.
- OperatorInstanceof(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorInstanceof
-
- OperatorMatches - Class in org.springframework.expression.spel.ast
-
Implements the matches operator.
- OperatorMatches(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorMatches
-
- OperatorNot - Class in org.springframework.expression.spel.ast
-
Represents a NOT operation.
- OperatorNot(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.OperatorNot
-
- OperatorOverloader - Interface in org.springframework.expression
-
By default the mathematical operators
Operation
support simple types like numbers.
- OperatorPower - Class in org.springframework.expression.spel.ast
-
The power operator.
- OperatorPower(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OperatorPower
-
- OpGE - Class in org.springframework.expression.spel.ast
-
Implements greater-than-or-equal operator.
- OpGE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGE
-
- OpGT - Class in org.springframework.expression.spel.ast
-
Implements greater-than operator.
- OpGT(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGT
-
- OpInc - Class in org.springframework.expression.spel.ast
-
Increment operator.
- OpInc(int, boolean, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpInc
-
- OpLE - Class in org.springframework.expression.spel.ast
-
Implements the less-than-or-equal operator.
- OpLE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLE
-
- OpLT - Class in org.springframework.expression.spel.ast
-
Implements the less-than operator.
- OpLT(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLT
-
- OpMinus - Class in org.springframework.expression.spel.ast
-
The minus operator supports:
subtraction of doubles (floats are represented as doubles)
subtraction of longs
subtraction of integers
subtraction of an int from a string of one character (effectively decreasing that character), so 'd'-3='a'
It can be used as a unary operator for numbers (double/long/int).
- OpMinus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpMinus
-
- OpModulus - Class in org.springframework.expression.spel.ast
-
Implements the modulus operator.
- OpModulus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpModulus
-
- OpMultiply - Class in org.springframework.expression.spel.ast
-
Implements the multiply
operator.
- OpMultiply(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpMultiply
-
- OpNE - Class in org.springframework.expression.spel.ast
-
Implements the not-equal operator.
- OpNE(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpNE
-
- OpOr - Class in org.springframework.expression.spel.ast
-
Represents the boolean OR operation.
- OpOr(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpOr
-
- OpPlus - Class in org.springframework.expression.spel.ast
-
The plus operator will:
add doubles (floats are represented as doubles)
add longs
add integers
concatenate strings
It can be used as a unary operator for numbers (double/long/int).
- OpPlus(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpPlus
-
- OptimisticLockingFailureException - Exception in org.springframework.dao
-
Exception thrown on an optimistic locking violation.
- OptimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
-
Constructor for OptimisticLockingFailureException.
- OptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
-
Constructor for OptimisticLockingFailureException.
- options(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- optionsForAllow(String, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Return the value of the Allow header for the given URI.
- optionsForAllow(String, Map<String, ?>) - Method in interface org.springframework.web.client.RestOperations
-
Return the value of the Allow header for the given URI.
- optionsForAllow(URI) - Method in interface org.springframework.web.client.RestOperations
-
Return the value of the Allow header for the given URL.
- optionsForAllow(String, Object...) - Method in class org.springframework.web.client.RestTemplate
-
- optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
-
- optionsForAllow(URI) - Method in class org.springframework.web.client.RestTemplate
-
- OptionsTag - Class in org.springframework.web.servlet.tags.form
-
Convenient tag that allows one to supply a collection of objects
that are to be rendered as 'option
' tags within a
'select
' tag.
- OptionsTag() - Constructor for class org.springframework.web.servlet.tags.form.OptionsTag
-
- OptionTag - Class in org.springframework.web.servlet.tags.form
-
JSP tag for rendering an HTML 'option
' tag.
- OptionTag() - Constructor for class org.springframework.web.servlet.tags.form.OptionTag
-
- OracleCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- OracleCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- OracleJdbc4NativeJdbcExtractor - Class in org.springframework.jdbc.support.nativejdbc
-
A
Jdbc4NativeJdbcExtractor
which comes pre-configured for Oracle's JDBC driver,
specifying the following vendor-specific API types for unwrapping:
oracle.jdbc.OracleConnection
oracle.jdbc.OracleStatement
oracle.jdbc.OraclePreparedStatement
oracle.jdbc.OracleCallableStatement
oracle.jdbc.OracleResultSet
- OracleJdbc4NativeJdbcExtractor() - Constructor for class org.springframework.jdbc.support.nativejdbc.OracleJdbc4NativeJdbcExtractor
-
- OracleLobHandler - Class in org.springframework.jdbc.support.lob
-
Deprecated.
in favor of DefaultLobHandler
for the Oracle 10g driver and
higher. Consider using the 10g/11g driver even against an Oracle 9i database!
DefaultLobHandler.setCreateTemporaryLob(boolean)
is the direct equivalent of this
OracleLobHandler's implementation strategy, just using standard JDBC 4.0 API.
That said, in most cases, regular DefaultLobHandler setup will work fine as well.
- OracleLobHandler() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler
-
Deprecated.
- OracleLobHandler.LobCallback - Interface in org.springframework.jdbc.support.lob
-
Deprecated.
Internal callback interface for use with createLob.
- OracleLobHandler.OracleLobCreator - Class in org.springframework.jdbc.support.lob
-
Deprecated.
LobCreator implementation for Oracle databases.
- OracleLobHandler.OracleLobCreator() - Constructor for class org.springframework.jdbc.support.lob.OracleLobHandler.OracleLobCreator
-
Deprecated.
- OracleSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
- OracleSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
-
Default constructor for bean property style usage.
- OracleSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
-
Convenience constructor.
- OracleTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
- OracleTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- OracleTableMetaDataProvider(DatabaseMetaData, boolean) - Constructor for class org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
-
- Order - Annotation Type in org.springframework.core.annotation
-
Annotation that defines ordering.
- OrderComparator - Class in org.springframework.core
-
Comparator
implementation for
Ordered
objects,
sorting by order value ascending (resp.
- OrderComparator() - Constructor for class org.springframework.core.OrderComparator
-
- Ordered - Interface in org.springframework.core
-
Interface that can be implemented by objects that should be
orderable, for example in a Collection.
- org.springframework.aop - package org.springframework.aop
-
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
- org.springframework.aop.aspectj - package org.springframework.aop.aspectj
-
AspectJ integration package.
- org.springframework.aop.aspectj.annotation - package org.springframework.aop.aspectj.annotation
-
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
- org.springframework.aop.aspectj.autoproxy - package org.springframework.aop.aspectj.autoproxy
-
Base classes enabling auto-proxying based on AspectJ.
- org.springframework.aop.config - package org.springframework.aop.config
-
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
- org.springframework.aop.framework - package org.springframework.aop.framework
-
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
- org.springframework.aop.framework.adapter - package org.springframework.aop.framework.adapter
-
SPI package allowing Spring AOP framework to handle arbitrary advice types.
- org.springframework.aop.framework.autoproxy - package 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.target - package org.springframework.aop.framework.autoproxy.target
-
Generic support classes for target source creation.
- org.springframework.aop.interceptor - package org.springframework.aop.interceptor
-
Provides miscellaneous interceptor implementations.
- org.springframework.aop.scope - package org.springframework.aop.scope
-
Support for AOP-based scoping of target objects, with configurable backend.
- org.springframework.aop.support - package org.springframework.aop.support
-
Convenience classes for using Spring's AOP API.
- org.springframework.aop.support.annotation - package org.springframework.aop.support.annotation
-
Annotation support for AOP pointcuts.
- org.springframework.aop.target - package org.springframework.aop.target
-
This package contains implementations of the org.springframework.aop.TargetSource interface.
- org.springframework.aop.target.dynamic - package org.springframework.aop.target.dynamic
-
Support for AOP-based refreshing of target objects.
- org.springframework.asm - package org.springframework.asm
-
- org.springframework.asm.util - package org.springframework.asm.util
-
Dummy implementations of asm-util classes (for internal use only).
- org.springframework.beans - package org.springframework.beans
-
This package contains interfaces and classes for manipulating Java beans.
- org.springframework.beans.annotation - package org.springframework.beans.annotation
-
Support package for beans-style handling of Java 5 annotations.
- org.springframework.beans.factory - package org.springframework.beans.factory
-
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
- org.springframework.beans.factory.access - package org.springframework.beans.factory.access
-
Helper infrastructure to locate and access bean factories.
- org.springframework.beans.factory.access.el - package org.springframework.beans.factory.access.el
-
Support classes for accessing a Spring BeanFactory from Unified EL.
- org.springframework.beans.factory.annotation - package org.springframework.beans.factory.annotation
-
Support package for annotation-driven bean configuration.
- org.springframework.beans.factory.aspectj - package org.springframework.beans.factory.aspectj
-
- org.springframework.beans.factory.config - package org.springframework.beans.factory.config
-
SPI interfaces and configuration-related convenience classes for bean factories.
- org.springframework.beans.factory.parsing - package org.springframework.beans.factory.parsing
-
Support infrastructure for bean definition parsing.
- org.springframework.beans.factory.serviceloader - package org.springframework.beans.factory.serviceloader
-
Support package for the JDK 1.6 ServiceLoader facility.
- org.springframework.beans.factory.support - package org.springframework.beans.factory.support
-
Classes supporting the org.springframework.beans.factory
package.
- org.springframework.beans.factory.wiring - package org.springframework.beans.factory.wiring
-
Mechanism to determine bean wiring metadata from a bean instance.
- org.springframework.beans.factory.xml - package org.springframework.beans.factory.xml
-
Contains an abstract XML-based BeanFactory
implementation,
including a standard "spring-beans" DTD.
- org.springframework.beans.propertyeditors - package org.springframework.beans.propertyeditors
-
Properties editors used to convert from String values to object
types such as java.util.Properties.
- org.springframework.beans.support - package org.springframework.beans.support
-
Classes supporting the org.springframework.beans package,
such as utility classes for sorting and holding lists of beans.
- org.springframework.cache - package org.springframework.cache
-
Spring's generic cache abstraction.
- org.springframework.cache.annotation - package org.springframework.cache.annotation
-
Annotations and supporting classes for declarative cache management.
- org.springframework.cache.aspectj - package org.springframework.cache.aspectj
-
- org.springframework.cache.concurrent - package org.springframework.cache.concurrent
-
Implementation package for java.util.concurrent
based caches.
- org.springframework.cache.config - package org.springframework.cache.config
-
Support package for declarative caching configuration, with XML
schema being the primary configuration format.
- org.springframework.cache.ehcache - package 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.cache.interceptor - package org.springframework.cache.interceptor
-
AOP-based solution for declarative caching demarcation.
- org.springframework.cache.jcache - package org.springframework.cache.jcache
-
Implementation package for JSR-107 (javax.cache aka "JCache") based caches.
- org.springframework.cache.support - package org.springframework.cache.support
-
Support classes for the the org.springframework.cache package.
- org.springframework.cache.transaction - package org.springframework.cache.transaction
-
Transaction-aware decorators for the the org.springframework.cache package.
- org.springframework.cglib - package org.springframework.cglib
-
- org.springframework.cglib.transform.impl - package org.springframework.cglib.transform.impl
-
- org.springframework.context - 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.context.access - package org.springframework.context.access
-
Helper infrastructure to locate and access shared application contexts.
- org.springframework.context.annotation - package org.springframework.context.annotation
-
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
- org.springframework.context.annotation.aspectj - package org.springframework.context.annotation.aspectj
-
- org.springframework.context.config - package org.springframework.context.config
-
Support package for advanced application context configuration,
with XML schema being the primary configuration format.
- org.springframework.context.event - package org.springframework.context.event
-
Support classes for application events, like standard context events.
- org.springframework.context.expression - package org.springframework.context.expression
-
Expression parsing support within a Spring application context.
- org.springframework.context.i18n - package org.springframework.context.i18n
-
Abstraction for determining the current Locale,
plus global holder that exposes a thread-bound Locale.
- org.springframework.context.support - package 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.context.weaving - package org.springframework.context.weaving
-
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver
abstraction.
- org.springframework.core - package 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.core.annotation - package org.springframework.core.annotation
-
Core support package for Java 5 annotations.
- org.springframework.core.convert - package org.springframework.core.convert
-
Type conversion system API.
- org.springframework.core.convert.converter - package org.springframework.core.convert.converter
-
SPI to implement Converters for the type conversion system.
- org.springframework.core.convert.support - package org.springframework.core.convert.support
-
Default implementation of the type conversion system.
- org.springframework.core.enums - package org.springframework.core.enums
-
Interfaces and classes for type-safe enum support on JDK >= 1.3.
- org.springframework.core.env - package org.springframework.core.env
-
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
- org.springframework.core.io - package org.springframework.core.io
-
Generic abstraction for (file-based) resources, used throughout the framework.
- org.springframework.core.io.support - package org.springframework.core.io.support
-
Support classes for Spring's resource abstraction.
- org.springframework.core.serializer - package org.springframework.core.serializer
-
Root package for Spring's serializer interfaces and implementations.
- org.springframework.core.serializer.support - package org.springframework.core.serializer.support
-
Support classes for Spring's serializer abstraction.
- org.springframework.core.style - package org.springframework.core.style
-
Support for styling values as Strings, with ToStringCreator as central class.
- org.springframework.core.task - package org.springframework.core.task
-
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
- org.springframework.core.task.support - package org.springframework.core.task.support
-
Support classes for Spring's TaskExecutor abstraction.
- org.springframework.core.type - package org.springframework.core.type
-
Core support package for type introspection.
- org.springframework.core.type.classreading - package org.springframework.core.type.classreading
-
Support classes for reading annotation and class-level metadata.
- org.springframework.core.type.filter - package org.springframework.core.type.filter
-
Core support package for type filtering (e.g.
- org.springframework.dao - package org.springframework.dao
-
Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use.
- org.springframework.dao.annotation - package org.springframework.dao.annotation
-
Annotation support for DAOs.
- org.springframework.dao.support - package org.springframework.dao.support
-
Support classes for DAO implementations,
providing miscellaneous utility methods.
- org.springframework.ejb.access - package org.springframework.ejb.access
-
This package contains classes that allow easy access to EJBs.
- org.springframework.ejb.config - package org.springframework.ejb.config
-
Support package for EJB/J2EE-related configuration,
with XML schema being the primary configuration format.
- org.springframework.ejb.interceptor - package org.springframework.ejb.interceptor
-
Support classes for EJB 3 Session Beans and Message-Driven Beans,
performing injection of Spring beans through an EJB 3 interceptor
that processes Spring's @Autowired
annotation.
- org.springframework.ejb.support - package org.springframework.ejb.support
-
Base classes to make implementing EJB 2.x beans simpler and less error-prone,
as well as guaranteeing a Spring BeanFactory is available to such EJBs.
- org.springframework.expression - package org.springframework.expression
-
- org.springframework.expression.common - package org.springframework.expression.common
-
- org.springframework.expression.spel - package org.springframework.expression.spel
-
- org.springframework.expression.spel.ast - package org.springframework.expression.spel.ast
-
- org.springframework.expression.spel.standard - package org.springframework.expression.spel.standard
-
- org.springframework.expression.spel.support - package org.springframework.expression.spel.support
-
- org.springframework.format - package org.springframework.format
-
An API for defining Formatters to format field model values for display in a UI.
- org.springframework.format.annotation - package org.springframework.format.annotation
-
Annotations for declaratively configuring field formatting rules.
- org.springframework.format.datetime - package org.springframework.format.datetime
-
Formatters for java.util.Date
properties.
- org.springframework.format.datetime.joda - package org.springframework.format.datetime.joda
-
Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.
- org.springframework.format.number - package org.springframework.format.number
-
Formatters for java.lang.Number
properties.
- org.springframework.format.support - package org.springframework.format.support
-
Support classes for the formatting package,
providing common implementations as well as adapters.
- org.springframework.http - package org.springframework.http
-
Contains a basic abstraction over client/server-side HTTP.
- org.springframework.http.client - package org.springframework.http.client
-
Contains an abstraction over client-side HTTP.
- org.springframework.http.client.support - package org.springframework.http.client.support
-
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
- org.springframework.http.converter - package org.springframework.http.converter
-
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
- org.springframework.http.converter.feed - package org.springframework.http.converter.feed
-
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
- org.springframework.http.converter.json - package org.springframework.http.converter.json
-
Provides an HttpMessageConverter implementations for handling JSON.
- org.springframework.http.converter.support - package org.springframework.http.converter.support
-
- org.springframework.http.converter.xml - package org.springframework.http.converter.xml
-
Provides an HttpMessageConverter implementations for handling XML.
- org.springframework.http.server - package org.springframework.http.server
-
Contains an abstraction over server-side HTTP.
- org.springframework.instrument - package org.springframework.instrument
-
- org.springframework.instrument.classloading - package org.springframework.instrument.classloading
-
Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
- org.springframework.instrument.classloading.glassfish - package org.springframework.instrument.classloading.glassfish
-
Support for class instrumentation on GlassFish / Sun Application Server.
- org.springframework.instrument.classloading.jboss - package org.springframework.instrument.classloading.jboss
-
Support for class instrumentation on JBoss AS 5.x / JBoss MC 2.0.x.
- org.springframework.instrument.classloading.oc4j - package org.springframework.instrument.classloading.oc4j
-
Support for class instrumentation on Oracle OC4J.
- org.springframework.instrument.classloading.tomcat - package org.springframework.instrument.classloading.tomcat
-
Support for class instrumentation on Apache Tomcat.
- org.springframework.instrument.classloading.weblogic - package org.springframework.instrument.classloading.weblogic
-
Support for class instrumentation on BEA WebLogic 10.
- org.springframework.instrument.classloading.websphere - package org.springframework.instrument.classloading.websphere
-
Support for class instrumentation on IBM WebSphere Application Server 7.
- org.springframework.jca.cci - package 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.jca.cci.connection - package org.springframework.jca.cci.connection
-
Provides a utility class for easy ConnectionFactory access,
a PlatformTransactionManager for local CCI transactions,
and various simple ConnectionFactory proxies/adapters.
- org.springframework.jca.cci.core - package org.springframework.jca.cci.core
-
Provides the core JCA CCI support, based on CciTemplate
and its associated callback interfaces.
- org.springframework.jca.cci.core.support - package org.springframework.jca.cci.core.support
-
Classes supporting the org.springframework.jca.cci.core
package.
- org.springframework.jca.cci.object - package org.springframework.jca.cci.object
-
The classes in this package represent EIS operations as threadsafe,
reusable objects.
- org.springframework.jca.context - package org.springframework.jca.context
-
Integration package that allows for deploying a Spring application context
as a JCA 1.5 compliant RAR file.
- org.springframework.jca.endpoint - package org.springframework.jca.endpoint
-
This package provides a facility for generic JCA message endpoint management.
- org.springframework.jca.support - package org.springframework.jca.support
-
Provides generic support classes for JCA usage within Spring,
mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory.
- org.springframework.jca.work - package org.springframework.jca.work
-
Convenience classes for scheduling based on the JCA 1.5 WorkManager facility,
as supported within JCA 1.5 ResourceAdapters.
- org.springframework.jca.work.glassfish - package org.springframework.jca.work.glassfish
-
Convenience package for obtaining a GlassFish JCA WorkManager for use in
web applications.
- org.springframework.jca.work.jboss - package org.springframework.jca.work.jboss
-
Convenience package for obtaining a JBoss JCA WorkManager for use in
web applications.
- org.springframework.jdbc - package org.springframework.jdbc
-
The classes in this package make JDBC easier to use and
reduce the likelihood of common errors.
- org.springframework.jdbc.config - package org.springframework.jdbc.config
-
Defines the Spring JDBC configuration namespace.
- org.springframework.jdbc.core - package org.springframework.jdbc.core
-
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
- org.springframework.jdbc.core.metadata - package org.springframework.jdbc.core.metadata
-
Context metadata abstraction for the configuration and execution of a stored procedure call.
- org.springframework.jdbc.core.namedparam - package org.springframework.jdbc.core.namedparam
-
JdbcTemplate variant with named parameter support.
- org.springframework.jdbc.core.simple - package org.springframework.jdbc.core.simple
-
Simplification layer over JdbcTemplate for Java 5 and above.
- org.springframework.jdbc.core.support - package org.springframework.jdbc.core.support
-
Classes supporting the org.springframework.jdbc.core
package.
- org.springframework.jdbc.datasource - 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.datasource.embedded - package org.springframework.jdbc.datasource.embedded
-
Provides extensible support for creating embedded database instances.
- org.springframework.jdbc.datasource.init - package org.springframework.jdbc.datasource.init
-
Provides extensible support for initializing databases through scripts.
- org.springframework.jdbc.datasource.lookup - package org.springframework.jdbc.datasource.lookup
-
Provides a strategy for looking up JDBC DataSources by name.
- org.springframework.jdbc.object - package org.springframework.jdbc.object
-
The classes in this package represent RDBMS queries, updates,
and stored procedures as threadsafe, reusable objects.
- org.springframework.jdbc.support - package 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 - package org.springframework.jdbc.support.incrementer
-
Provides a support framework for incrementing database table values
via sequences, with implementations for various databases.
- org.springframework.jdbc.support.lob - package org.springframework.jdbc.support.lob
-
Provides a stategy interface for Large OBject handling,
with implementations for various databases.
- org.springframework.jdbc.support.nativejdbc - package org.springframework.jdbc.support.nativejdbc
-
Provides a mechanism for extracting native implementations of JDBC
interfaces from wrapper objects that got returned from connection pools.
- org.springframework.jdbc.support.rowset - package org.springframework.jdbc.support.rowset
-
Provides a convenient holder for disconnected result sets.
- org.springframework.jdbc.support.xml - package org.springframework.jdbc.support.xml
-
Abstraction for handling fields of SQLXML data type.
- org.springframework.jms - package org.springframework.jms
-
This package contains integration classes for JMS,
allowing for Spring-style JMS access.
- org.springframework.jms.config - package org.springframework.jms.config
-
Support package for declarative messaging configuration,
with XML schema being the primary configuration format.
- org.springframework.jms.connection - package org.springframework.jms.connection
-
Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter.
- org.springframework.jms.core - package org.springframework.jms.core
-
Core package of the JMS support.
- org.springframework.jms.core.support - package org.springframework.jms.core.support
-
Classes supporting the org.springframework.jms.core
package.
- org.springframework.jms.listener - package org.springframework.jms.listener
-
This package contains the base message listener container facility.
- org.springframework.jms.listener.adapter - package org.springframework.jms.listener.adapter
-
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
- org.springframework.jms.listener.endpoint - package org.springframework.jms.listener.endpoint
-
This package provides JCA-based endpoint management for JMS message listeners.
- org.springframework.jms.remoting - package org.springframework.jms.remoting
-
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
- org.springframework.jms.support - package org.springframework.jms.support
-
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
- org.springframework.jms.support.converter - package org.springframework.jms.support.converter
-
Provides a MessageConverter abstraction to convert
between Java objects and JMS messages.
- org.springframework.jms.support.destination - package org.springframework.jms.support.destination
-
Support classes for Spring's JMS framework.
- org.springframework.jmx - package 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 - package org.springframework.jmx.access
-
Provides support for accessing remote MBean resources.
- org.springframework.jmx.export - package org.springframework.jmx.export
-
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
- org.springframework.jmx.export.annotation - package org.springframework.jmx.export.annotation
-
JDK 1.5+ annotations for MBean exposure.
- org.springframework.jmx.export.assembler - package org.springframework.jmx.export.assembler
-
Provides a strategy for MBeanInfo assembly.
- org.springframework.jmx.export.metadata - package org.springframework.jmx.export.metadata
-
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
- org.springframework.jmx.export.naming - package org.springframework.jmx.export.naming
-
Provides a strategy for ObjectName creation.
- org.springframework.jmx.export.notification - package org.springframework.jmx.export.notification
-
Provides supporting infrastructure to allow Spring-created MBeans
to send JMX notifications.
- org.springframework.jmx.support - package org.springframework.jmx.support
-
Contains support classes for connecting to local and remote MBeanServer
s
and for exposing an MBeanServer
to remote clients.
- org.springframework.jndi - 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.jndi.support - package org.springframework.jndi.support
-
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
- org.springframework.mail - package org.springframework.mail
-
Spring's generic mail infrastructure.
- org.springframework.mail.javamail - package org.springframework.mail.javamail
-
JavaMail support for Spring's mail infrastructure.
- org.springframework.mock.env - package org.springframework.mock.env
-
- org.springframework.mock.http - package org.springframework.mock.http
-
Mock implementations of client/server-side HTTP abstractions.
- org.springframework.mock.http.client - package org.springframework.mock.http.client
-
Mock implementations of client-side HTTP abstractions.
- org.springframework.mock.jndi - package org.springframework.mock.jndi
-
The simplest implementation of the JNDI SPI that could possibly work.
- org.springframework.mock.staticmock - package org.springframework.mock.staticmock
-
- org.springframework.mock.web - package org.springframework.mock.web
-
A comprehensive set of Servlet API 2.5 mock objects,
targeted at usage with Spring's web MVC framework.
- org.springframework.mock.web.portlet - package org.springframework.mock.web.portlet
-
A comprehensive set of Portlet API 2.0 mock objects,
targeted at usage with Spring's web MVC framework.
- org.springframework.orm - package org.springframework.orm
-
Root package for Spring's O/R Mapping integration classes.
- org.springframework.orm.hibernate3 - package org.springframework.orm.hibernate3
-
Package providing integration of
Hibernate 3.x
with Spring concepts.
- org.springframework.orm.hibernate3.annotation - package org.springframework.orm.hibernate3.annotation
-
Support package for the Hibernate3 Annotation add-on,
which supports EJB3-compliant JDK 1.5+ annotations for mappings.
- org.springframework.orm.hibernate3.support - package org.springframework.orm.hibernate3.support
-
Classes supporting the org.springframework.orm.hibernate3
package.
- org.springframework.orm.hibernate4 - package org.springframework.orm.hibernate4
-
Package providing integration of
Hibernate 4.x
with Spring concepts.
- org.springframework.orm.hibernate4.support - package org.springframework.orm.hibernate4.support
-
Classes supporting the org.springframework.orm.hibernate4
package.
- org.springframework.orm.ibatis - package org.springframework.orm.ibatis
-
- org.springframework.orm.ibatis.support - package org.springframework.orm.ibatis.support
-
Classes supporting the org.springframework.orm.ibatis
package.
- org.springframework.orm.jdo - package org.springframework.orm.jdo
-
Package providing integration of JDO (Java Date Objects) with Spring concepts.
- org.springframework.orm.jdo.support - package org.springframework.orm.jdo.support
-
Classes supporting the org.springframework.orm.jdo
package.
- org.springframework.orm.jpa - package org.springframework.orm.jpa
-
Package providing integration of JPA (Java Persistence API) with Spring concepts.
- org.springframework.orm.jpa.persistenceunit - package org.springframework.orm.jpa.persistenceunit
-
Internal support for managing JPA persistence units.
- org.springframework.orm.jpa.support - package org.springframework.orm.jpa.support
-
Classes supporting the org.springframework.orm.jpa
package.
- org.springframework.orm.jpa.vendor - package org.springframework.orm.jpa.vendor
-
Support classes for adapting to specific JPA vendors.
- org.springframework.oxm - package org.springframework.oxm
-
Root package for Spring's O/X Mapping integration classes.
- org.springframework.oxm.castor - package org.springframework.oxm.castor
-
Package providing integration of
Castor within Springs O/X Mapping
support
- org.springframework.oxm.config - package org.springframework.oxm.config
-
Provides an namespace handler for the Spring Object/XML namespace
- org.springframework.oxm.jaxb - package org.springframework.oxm.jaxb
-
Package providing integration of
JAXB with Springs O/X Mapping
support
- org.springframework.oxm.jibx - package org.springframework.oxm.jibx
-
Package providing integration of
JiBX with Springs O/X Mapping
support
- org.springframework.oxm.mime - package org.springframework.oxm.mime
-
Contains (un)marshallers optimized to store binary data in MIME attachments.
- org.springframework.oxm.support - package org.springframework.oxm.support
-
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's.
- org.springframework.oxm.xmlbeans - package org.springframework.oxm.xmlbeans
-
Package providing integration of
XMLBeans with Springs O/X Mapping support
- org.springframework.oxm.xstream - package org.springframework.oxm.xstream
-
Package providing integration of
XStream with Springs O/X Mapping support
- org.springframework.remoting - package org.springframework.remoting
-
Exception hierarchy for Spring's remoting infrastructure,
independent of any specific remote method invocation system.
- org.springframework.remoting.caucho - 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 - package org.springframework.remoting.httpinvoker
-
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
- org.springframework.remoting.jaxrpc - package org.springframework.remoting.jaxrpc
-
Remoting classes for Web Services via JAX-RPC.
- org.springframework.remoting.jaxws - package org.springframework.remoting.jaxws
-
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
as included in Java 6 and Java EE 5.
- org.springframework.remoting.rmi - package org.springframework.remoting.rmi
-
Remoting classes for conventional RMI and transparent remoting via
RMI invokers.
- org.springframework.remoting.soap - package org.springframework.remoting.soap
-
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
- org.springframework.remoting.support - package org.springframework.remoting.support
-
Generic support classes for remoting implementations.
- org.springframework.scheduling - package org.springframework.scheduling
-
General exceptions for Spring's scheduling support,
independent of any specific scheduling system.
- org.springframework.scheduling.annotation - package org.springframework.scheduling.annotation
-
JDK 1.5+ annotation for asynchronous method execution.
- org.springframework.scheduling.aspectj - package org.springframework.scheduling.aspectj
-
- org.springframework.scheduling.backportconcurrent - package org.springframework.scheduling.backportconcurrent
-
Scheduling convenience classes for the
JSR-166 backport
Executor mechanism, allowing to set up a ThreadPoolExecutor
as a TaskExecutor-compliant bean in a Spring context.
- org.springframework.scheduling.commonj - package org.springframework.scheduling.commonj
-
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager
facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
- org.springframework.scheduling.concurrent - package org.springframework.scheduling.concurrent
-
Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the java.util.concurrent
package, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context.
- org.springframework.scheduling.config - package org.springframework.scheduling.config
-
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
- org.springframework.scheduling.quartz - package 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.support - package org.springframework.scheduling.support
-
Generic support classes for scheduling.
- org.springframework.scheduling.timer - package org.springframework.scheduling.timer
-
Scheduling convenience classes for the JDK Timer,
allowing to set up Timers and ScheduledTimerTasks
as beans in a Spring context.
- org.springframework.scripting - package org.springframework.scripting
-
Core interfaces for Spring's scripting support.
- org.springframework.scripting.bsh - package org.springframework.scripting.bsh
-
Package providing integration of
BeanShell
into Spring's scripting infrastructure.
- org.springframework.scripting.config - package org.springframework.scripting.config
-
Support package for Spring's dynamic language machinery,
with XML schema being the primary configuration format.
- org.springframework.scripting.groovy - package org.springframework.scripting.groovy
-
Package providing integration of
Groovy
into Spring's scripting infrastructure.
- org.springframework.scripting.jruby - package org.springframework.scripting.jruby
-
Package providing integration of
JRuby
into Spring's scripting infrastructure.
- org.springframework.scripting.support - package org.springframework.scripting.support
-
Support classes for Spring's scripting package.
- org.springframework.stereotype - package org.springframework.stereotype
-
Annotations denoting the roles of types or methods in the overall architecture
(at a conceptual, rather than implementation, level).
- org.springframework.test - package org.springframework.test
-
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
has been deprecated in favor of using the listener-based Spring TestContext Framework.
- org.springframework.test.annotation - package org.springframework.test.annotation
-
Support classes for annotation-driven tests.
- org.springframework.test.context - package org.springframework.test.context
-
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
- org.springframework.test.context.junit38 - package org.springframework.test.context.junit38
-
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
- org.springframework.test.context.junit4 - package org.springframework.test.context.junit4
-
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
- org.springframework.test.context.junit4.statements - package org.springframework.test.context.junit4.statements
-
JUnit 4.5 based statements
used in the Spring TestContext Framework.
- org.springframework.test.context.support - package org.springframework.test.context.support
-
Support classes for the Spring TestContext Framework.
- org.springframework.test.context.testng - package org.springframework.test.context.testng
-
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
- org.springframework.test.context.transaction - package org.springframework.test.context.transaction
-
Transactional support classes for the Spring TestContext
Framework.
- org.springframework.test.context.web - package org.springframework.test.context.web
-
Web support classes for the Spring TestContext Framework.
- org.springframework.test.jdbc - package org.springframework.test.jdbc
-
Support classes for tests based on JDBC.
- org.springframework.test.jpa - package org.springframework.test.jpa
-
As of Spring 3.0, this package has been deprecated in favor of using the listener-based
Spring TestContext Framework.
- org.springframework.test.util - package org.springframework.test.util
-
General utility classes for use in unit and integration tests.
- org.springframework.test.web - package org.springframework.test.web
-
Helper classes for unit tests based on Spring's web support.
- org.springframework.test.web.client - package org.springframework.test.web.client
-
Contains client-side REST testing support.
- org.springframework.test.web.client.match - package org.springframework.test.web.client.match
-
- org.springframework.test.web.client.response - package org.springframework.test.web.client.response
-
- org.springframework.test.web.servlet - package org.springframework.test.web.servlet
-
Contains server-side support for testing Spring MVC applications.
- org.springframework.test.web.servlet.request - package org.springframework.test.web.servlet.request
-
- org.springframework.test.web.servlet.result - package org.springframework.test.web.servlet.result
-
Contains built-in ResultMatcher
and ResultHandler
implementations.
- org.springframework.test.web.servlet.setup - package org.springframework.test.web.servlet.setup
-
Contains built-in MockMvcBuilder
implementations.
- org.springframework.transaction - package org.springframework.transaction
-
Exception hierarchy for Spring's transaction infrastructure,
independent of any specific transaction management system.
- org.springframework.transaction.annotation - package org.springframework.transaction.annotation
-
JDK 1.5+ annotation for transaction demarcation.
- org.springframework.transaction.aspectj - package org.springframework.transaction.aspectj
-
- org.springframework.transaction.config - package org.springframework.transaction.config
-
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
- org.springframework.transaction.interceptor - package org.springframework.transaction.interceptor
-
AOP-based solution for declarative transaction demarcation.
- org.springframework.transaction.jta - package org.springframework.transaction.jta
-
Transaction SPI implementation for JTA.
- org.springframework.transaction.support - package org.springframework.transaction.support
-
Support classes for the org.springframework.transaction package.
- org.springframework.ui - package org.springframework.ui
-
Generic support for UI layer concepts.
- org.springframework.ui.context - package org.springframework.ui.context
-
Contains classes defining the application context subinterface
for UI applications.
- org.springframework.ui.context.support - package org.springframework.ui.context.support
-
Classes supporting the org.springframework.ui.context package.
- org.springframework.ui.freemarker - package org.springframework.ui.freemarker
-
Support classes for setting up
FreeMarker
within a Spring application context.
- org.springframework.ui.jasperreports - package org.springframework.ui.jasperreports
-
- org.springframework.ui.velocity - package org.springframework.ui.velocity
-
Support classes for setting up
Velocity
within a Spring application context.
- org.springframework.util - package org.springframework.util
-
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
- org.springframework.util.comparator - package org.springframework.util.comparator
-
Useful generic java.util.Comparator
implementations,
such as an invertible comparator and a compound comparator.
- org.springframework.util.xml - package org.springframework.util.xml
-
Miscellaneous utility classes for XML parsing and transformation,
such as error handlers that log warnings via Commons Logging.
- org.springframework.validation - package org.springframework.validation
-
Provides data binding and validation functionality,
for usage in business and/or UI layers.
- org.springframework.validation.annotation - package org.springframework.validation.annotation
-
Support classes for annotation-based constraint evaluation,
e.g.
- org.springframework.validation.beanvalidation - package org.springframework.validation.beanvalidation
-
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator 4.0) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
- org.springframework.validation.support - package org.springframework.validation.support
-
Support classes for handling validation results.
- org.springframework.web - package org.springframework.web
-
Common, generic interfaces that define minimal boundary points
between Spring's web infrastructure and other framework modules.
- org.springframework.web.accept - package org.springframework.web.accept
-
This package contains classes used to determine the requested the media types in a request.
- org.springframework.web.bind - package org.springframework.web.bind
-
Provides web-specific data binding functionality.
- org.springframework.web.bind.annotation - package org.springframework.web.bind.annotation
-
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
- org.springframework.web.bind.annotation.support - package org.springframework.web.bind.annotation.support
-
Support classes for web annotation processing.
- org.springframework.web.bind.support - package org.springframework.web.bind.support
-
Support classes for web data binding.
- org.springframework.web.client - package org.springframework.web.client
-
Core package of the client-side web support.
- org.springframework.web.client.support - package org.springframework.web.client.support
-
Classes supporting the org.springframework.web.client
package.
- org.springframework.web.context - package org.springframework.web.context
-
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
- org.springframework.web.context.request - package org.springframework.web.context.request
-
Support for generic request context holding, in particular for
scoping of application objects per HTTP request or HTTP session.
- org.springframework.web.context.request.async - package org.springframework.web.context.request.async
-
Support for asynchronous request processing.
- org.springframework.web.context.support - package org.springframework.web.context.support
-
Classes supporting the org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.
- org.springframework.web.filter - package org.springframework.web.filter
-
Provides generic filter base classes allowing for bean-style configuration.
- org.springframework.web.jsf - package org.springframework.web.jsf
-
Support classes for integrating a JSF web tier with a Spring middle tier
which is hosted in a Spring root WebApplicationContext.
- org.springframework.web.jsf.el - package org.springframework.web.jsf.el
-
Support classes for integrating a JSF 1.2 web tier with a Spring middle tier
which is hosted in a Spring root WebApplicationContext.
- org.springframework.web.method - package org.springframework.web.method
-
Common infrastructure for handler method processing, as used by
Spring MVC's org.springframework.web.servlet.mvc.method
package.
- org.springframework.web.method.annotation - package org.springframework.web.method.annotation
-
Support classes for annotation-based handler method processing.
- org.springframework.web.method.support - package org.springframework.web.method.support
-
Generic support classes for handler method processing.
- org.springframework.web.multipart - package org.springframework.web.multipart
-
Multipart resolution framework for handling file uploads.
- org.springframework.web.multipart.commons - package org.springframework.web.multipart.commons
-
- org.springframework.web.multipart.support - package org.springframework.web.multipart.support
-
Support classes for the multipart resolution framework.
- org.springframework.web.portlet - package org.springframework.web.portlet
-
Provides JSR-168 portlets that integrate with the application context
infrastructure, and the core interfaces and classes for the Portlet
variant of Spring's web MVC framework.
- org.springframework.web.portlet.bind - package org.springframework.web.portlet.bind
-
Provides portlet-specific data binding functionality.
- org.springframework.web.portlet.bind.annotation - package org.springframework.web.portlet.bind.annotation
-
Annotations for binding portlet requests to handler methods.
- org.springframework.web.portlet.context - package 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 - package org.springframework.web.portlet.handler
-
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
- org.springframework.web.portlet.multipart - package org.springframework.web.portlet.multipart
-
Multipart resolution framework for handling file uploads.
- org.springframework.web.portlet.mvc - package org.springframework.web.portlet.mvc
-
Standard controller implementations for the portlet MVC framework that
comes with Spring.
- org.springframework.web.portlet.mvc.annotation - package org.springframework.web.portlet.mvc.annotation
-
Support package for annotation-based Portlet MVC controllers.
- org.springframework.web.portlet.util - package org.springframework.web.portlet.util
-
Miscellaneous portlet utility classes.
- org.springframework.web.servlet - package org.springframework.web.servlet
-
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
- org.springframework.web.servlet.config - package org.springframework.web.servlet.config
-
Defines the XML configuration namespace for Spring MVC.
- org.springframework.web.servlet.config.annotation - package org.springframework.web.servlet.config.annotation
-
Annotation-based setup for Spring MVC.
- org.springframework.web.servlet.handler - package org.springframework.web.servlet.handler
-
Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
- org.springframework.web.servlet.i18n - package org.springframework.web.servlet.i18n
-
Locale support classes for Spring's web MVC framework.
- org.springframework.web.servlet.mvc - package org.springframework.web.servlet.mvc
-
Standard controller implementations for the servlet MVC framework that comes
with Spring.
- org.springframework.web.servlet.mvc.annotation - package org.springframework.web.servlet.mvc.annotation
-
Support package for annotation-based Servlet MVC controllers.
- org.springframework.web.servlet.mvc.condition - package org.springframework.web.servlet.mvc.condition
-
Common MVC logic for matching incoming requests based on conditions.
- org.springframework.web.servlet.mvc.method - package org.springframework.web.servlet.mvc.method
-
Servlet-based infrastructure for handler method processing,
building on the org.springframework.web.method
package.
- org.springframework.web.servlet.mvc.method.annotation - package org.springframework.web.servlet.mvc.method.annotation
-
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.
- org.springframework.web.servlet.mvc.multiaction - package org.springframework.web.servlet.mvc.multiaction
-
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
- org.springframework.web.servlet.mvc.support - package org.springframework.web.servlet.mvc.support
-
Support package for MVC controllers.
- org.springframework.web.servlet.resource - package org.springframework.web.servlet.resource
-
Support classes for serving static resources.
- org.springframework.web.servlet.support - package org.springframework.web.servlet.support
-
Support classes for Spring's web MVC framework.
- org.springframework.web.servlet.tags - package org.springframework.web.servlet.tags
-
Spring's JSP standard tag library for JSP 2.0+.
- org.springframework.web.servlet.tags.form - package org.springframework.web.servlet.tags.form
-
Spring's form tag library for JSP 2.0+.
- org.springframework.web.servlet.theme - package org.springframework.web.servlet.theme
-
Theme support classes for Spring's web MVC framework.
- org.springframework.web.servlet.view - package org.springframework.web.servlet.view
-
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
- org.springframework.web.servlet.view.document - package org.springframework.web.servlet.view.document
-
Support classes for document generation,
providing View implementations for PDF and Excel.
- org.springframework.web.servlet.view.feed - package org.springframework.web.servlet.view.feed
-
Support classes for feed generation, providing View implementations for Atom and RSS
- org.springframework.web.servlet.view.freemarker - package org.springframework.web.servlet.view.freemarker
-
Support classes for the integration of
FreeMarker
as Spring web view technology.
- org.springframework.web.servlet.view.jasperreports - package org.springframework.web.servlet.view.jasperreports
-
Support classes for the integration of
JasperReports
as Spring web view technology.
- org.springframework.web.servlet.view.json - package org.springframework.web.servlet.view.json
-
Support classes for providing a View implementation based on JSON serialization.
- org.springframework.web.servlet.view.tiles - package 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.tiles2 - package org.springframework.web.servlet.view.tiles2
-
Support classes for the integration of
Tiles2
(the standalone version of Tiles) as Spring web view technology.
- org.springframework.web.servlet.view.tiles3 - package org.springframework.web.servlet.view.tiles3
-
Support classes for the integration of
Tiles3
(the standalone version of Tiles) as Spring web view technology.
- org.springframework.web.servlet.view.velocity - package org.springframework.web.servlet.view.velocity
-
Support classes for the integration of
Velocity
as Spring web view technology.
- org.springframework.web.servlet.view.xml - package org.springframework.web.servlet.view.xml
-
Support classes for providing a View implementation based on XML Marshalling.
- org.springframework.web.servlet.view.xslt - package org.springframework.web.servlet.view.xslt
-
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
- org.springframework.web.struts - package org.springframework.web.struts
-
Support classes for integrating a Struts web tier with a Spring middle
tier which is typically hosted in a Spring root WebApplicationContext.
- org.springframework.web.util - package org.springframework.web.util
-
Miscellaneous web utility classes, such as HTML escaping,
log4j initialization, and cookie handling.
- ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
Out-of-the-box value for the default listener method: "handleMessage".
- ORIGINAL_DEFAULT_PERSISTENCE_UNIT_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
- ORIGINAL_DEFAULT_PERSISTENCE_UNIT_ROOT_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Default location for the persistence unit root URL:
"classpath:", indicating the root of the class path.
- ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
-
Out-of-the-box value for the default theme name: "theme".
- ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
-
- originalBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
-
Extract the "raw" bean name from the given (potentially generated) bean name,
excluding any "#..." suffixes which might have been added for uniqueness.
- originalBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Determine the original bean name, resolving locally defined aliases to canonical names.
- originalVariableResolver - Variable in class org.springframework.web.jsf.DelegatingVariableResolver
-
Deprecated.
- originalVariableResolver - Variable in class org.springframework.web.jsf.WebApplicationContextVariableResolver
-
Deprecated.
- OUTPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Name of request attribute that holds the "output"
FlashMap
with
attributes to save for a subsequent request.
- OutputStreamFactory - Class in org.springframework.jdbc.datasource.embedded
-
Internal helper for exposing dummy OutputStreams to embedded databases
such as Derby, preventing the creation of a log file.
- OutputStreamFactory() - Constructor for class org.springframework.jdbc.datasource.embedded.OutputStreamFactory
-
- override(String, String) - Method in class org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
-
Return the resource (if any) at the new path
on an attempt to locate a resource at the old path.
- overrideDefaultEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
-
Override the default editor for the specified type with the given property editor.
- overrideFrom(AbstractBeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
- overrideFrom(BeanDefinition) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Override settings in this bean definition (presumably a copied parent
from a parent-child inheritance relationship) from the given bean
definition (presumably the child).
- overridesOperation(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
-
Return true if the operator overloader supports the specified operation
between the two operands and so should be invoked to handle it.
- overridesOperation(Operation, Object, Object) - Method in class org.springframework.expression.spel.support.StandardOperatorOverloader
-
- overrideThreadContextClassLoader() - Method in class org.springframework.remoting.support.RemotingSupport
-
Override the thread context ClassLoader with the environment's bean ClassLoader
if necessary, i.e.
- overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Override the thread context ClassLoader with the environment's bean ClassLoader
if necessary, i.e.
- OverridingClassLoader - Class in org.springframework.core
-
ClassLoader
that does not always delegate to the
parent loader, as normal class loaders do.
- OverridingClassLoader(ClassLoader) - Constructor for class org.springframework.core.OverridingClassLoader
-
Create a new OverridingClassLoader for the given class loader.
- OxmNamespaceHandler - Class in org.springframework.oxm.config
-
- OxmNamespaceHandler() - Constructor for class org.springframework.oxm.config.OxmNamespaceHandler
-