Generated by
JDiff

All Documentation Differences

Package org.springframework.aop.interceptor
  Class AsyncExecutionAspectSupport
    Method determineAsyncExecutor(Method)

Package org.springframework.beans.factory.config
  Class BeanReferenceFactoryBean

  Class CommonsLogFactoryBean

  Class DeprecatedBeanWarner
    Method isLogEnabled()
    Method logDeprecatedBean(String, Class<?>, BeanDefinition)
    Method setLoggerName(String)

  Class ObjectFactoryCreatingFactoryBean
    Method setTargetBeanName(String)

  Class PropertyPlaceholderConfigurer

  Class ProviderCreatingFactoryBean
    Method setTargetBeanName(String)

Package org.springframework.cache.annotation
  Class AnnotationCacheOperationSource

Package org.springframework.cache.interceptor
  Class AbstractFallbackCacheOperationSource

Package org.springframework.cache.support
  Class AbstractCacheManager

  Class NoOpCacheManager
    Method getCache(String)
    Method getCacheNames()

Package org.springframework.context.annotation.aspectj
  Class SpringConfiguredConfiguration

Package org.springframework.core
  Class CollectionFactory
    Method createMap(Class<?>, int)

  Class LocalVariableTableParameterNameDiscoverer

  Class MethodParameter

Package org.springframework.core.convert.converter
  Class ConvertingComparator
    ConvertingComparator(Converter<S, T>)
    Method mapEntryKeys(Comparator<K>)
    Method mapEntryValues(Comparator<V>)

Package org.springframework.core.convert.support
  Class GenericConversionService
    Method convert(Object, TypeDescriptor)

Package org.springframework.core.io
  Class VfsResource

Package org.springframework.expression.spel.support
  Class ReflectivePropertyAccessor

Package org.springframework.format.datetime.joda
  Class DateTimeFormatterFactory
    Method createDateTimeFormatter()
    Method createDateTimeFormatter(DateTimeFormatter)

  Class DateTimeFormatterFactoryBean

  Class JodaDateTimeFormatAnnotationFormatterFactory

Package org.springframework.http.client.support
  Class ProxyFactoryBean
    Method setType(Type)

Package org.springframework.http.converter
  Class AbstractHttpMessageConverter
    Method readInternal(Class<? extends T>, HttpInputMessage)

  Class GenericHttpMessageConverter
    Method read(Type, Class<?>, HttpInputMessage)

Package org.springframework.http.converter.json
  Class Jackson2ObjectMapperFactoryBean
    Method setFeaturesToDisable(Object[])
    Method setFeaturesToEnable(Object[])

  Class JacksonObjectMapperFactoryBean
    Method setAutoDetectFields(boolean)
    Method setAutoDetectGettersSetters(boolean)
    Method setFailOnEmptyBeans(boolean)
    Method setFeaturesToDisable(Object[])
    Method setFeaturesToEnable(Object[])
    Method setIndentOutput(boolean)

Package org.springframework.http.converter.xml
  Class AbstractJaxb2HttpMessageConverter
    Method createMarshaller(Class)
    Method createUnmarshaller(Class)
    Method getJaxbContext(Class)

  Class XmlAwareFormHttpMessageConverter

Package org.springframework.jca.work.glassfish
  Class GlassFishWorkManagerTaskExecutor

Package org.springframework.jdbc.core
  Class SqlRowSetResultSetExtractor
    Method newCachedRowSet()

Package org.springframework.jdbc.datasource.init
  Class ResourceDatabasePopulator

Package org.springframework.jdbc.support.lob
  Class OracleLobHandler
    Method initOracleDriverClasses(Connection)
    Method setCache(boolean)
    Method setNativeJdbcExtractor(NativeJdbcExtractor)
    Method setReleaseResourcesAfterRead(boolean)

Package org.springframework.jdbc.support.nativejdbc
  Class WebSphereNativeJdbcExtractor

Package org.springframework.jms.listener
  Class DefaultMessageListenerContainer
    Method setConcurrentConsumers(int)
    Method setMaxConcurrentConsumers(int)

Package org.springframework.jmx.support
  Class WebSphereMBeanServerFactoryBean

Package org.springframework.mock.env
  Class MockEnvironment
    Method withProperty(String, String)

Package org.springframework.mock.http.client
  Class MockClientHttpRequest
    Method execute()
    Method executeInternal()

Package org.springframework.mock.jndi
  Class ExpectedLookupTemplate
    ExpectedLookupTemplate()
    ExpectedLookupTemplate(String, Object)
    Method addObject(String, Object)

Package org.springframework.mock.staticmock
  Class MockStaticEntityMethods

Package org.springframework.mock.web
  Class MockServletContext
    MockServletContext(String, ResourceLoader)
    Method getDefaultServletName()

Package org.springframework.orm.hibernate3
  Class FilterDefinitionFactoryBean
    Method setParameterTypes(Map<String, String>)

  Class HibernateAccessor
    Method convertJdbcAccessException(SQLException)

  Class HibernateOperations
    Method execute(HibernateCallback<T>)

  Class LocalSessionFactoryBean
    Method setEventListeners(Map<String, Object>)

Package org.springframework.orm.hibernate4.support
  Class OpenSessionInViewInterceptor

Package org.springframework.orm.ibatis
  Class SqlMapClientCallback

  Class SqlMapClientFactoryBean

  Class SqlMapClientOperations

  Class SqlMapClientTemplate

Package org.springframework.orm.ibatis.support
  Class AbstractLobTypeHandler

  Class BlobByteArrayTypeHandler

  Class BlobSerializableTypeHandler

  Class ClobStringTypeHandler

  Class SqlMapClientDaoSupport

Package org.springframework.orm.jdo
  Class JdoOperations
    Method execute(JdoCallback<T>)

Package org.springframework.orm.jpa
  Class EntityManagerFactoryUtils
    Method applyTransactionTimeout(Query, EntityManagerFactory)
    Method convertJpaAccessExceptionIfPossible(RuntimeException)

Package org.springframework.remoting.jaxrpc
  Class JaxRpcServicePostProcessor

Package org.springframework.scheduling.config
  Class ScheduledTaskRegistrar
    Method afterPropertiesSet()

Package org.springframework.scheduling.quartz
  Class SchedulerAccessor
    Method setJobSchedulingDataLocation(String)
    Method setJobSchedulingDataLocations(String[])

Package org.springframework.test
  Class AssertThrows

Package org.springframework.test.context.junit4
  Class AbstractTransactionalJUnit4SpringContextTests
    Method countRowsInTableWhere(String, String)

Package org.springframework.test.context.support
  Class AbstractGenericContextLoader
    Method loadContext(String[])

  Class AnnotationConfigContextLoader
    Method loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration)

Package org.springframework.test.context.testng
  Class AbstractTransactionalTestNGSpringContextTests
    Method countRowsInTableWhere(String, String)

Package org.springframework.test.context.transaction
  Class TransactionalTestExecutionListener
    Method afterTestMethod(TestContext)
    Method beforeTestMethod(TestContext)

Package org.springframework.test.context.web
  Class ServletTestExecutionListener
    Method afterTestClass(TestContext)
    Method afterTestMethod(TestContext)
    Method beforeTestClass(TestContext)
    Method beforeTestMethod(TestContext)
    Method prepareTestInstance(TestContext)

  Class WebAppConfiguration

  Class WebMergedContextConfiguration
    WebMergedContextConfiguration(Class<?>, String[], Class[], Set<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>>, String[], String, ContextLoader)
    Method getResourceBasePath()

Package org.springframework.test.jdbc
  Class JdbcTestUtils
    Method executeSqlScript(JdbcTemplate, EncodedResource, boolean)
    Method executeSqlScript(JdbcTemplate, Resource, boolean)
    Method executeSqlScript(JdbcTemplate, ResourceLoader, String, boolean)
    Method readScript(LineNumberReader, String)
    Method splitSqlScript(String, char, List<String>)

Package org.springframework.test.util
  Class XmlExpectationsHelper
    Method assertNode(String, <any>)

Package org.springframework.test.web.client.response
  Class MockRestResponseCreators
    Method withSuccess(Resource, MediaType)
    Method withSuccess(byte[], MediaType)

Package org.springframework.test.web.servlet
  Class ResultMatcher
    Method match(MvcResult)

Package org.springframework.test.web.servlet.result
  Class ContentResultMatchers
    Method node(<any>)

  Class JsonPathResultMatchers

Package org.springframework.test.web.servlet.setup
  Class DefaultMockMvcBuilder
    Method addFilter(Filter, String[])

Package org.springframework.transaction.jta
  Class OC4JJtaTransactionManager

Package org.springframework.ui.velocity
  Class CommonsLoggingLogSystem

Package org.springframework.util
  Class AntPathMatcher

  Class CachingMapDecorator

Package org.springframework.util.xml
  Class StaxUtils

Package org.springframework.web
  Class SpringServletContainerInitializer
    Method onStartup(Set<Class<?>>, ServletContext)

Package org.springframework.web.accept
  Class ContentNegotiationManager
    Method addFileExtensionResolvers(MediaTypeFileExtensionResolver[])
    Method resolveMediaTypes(NativeWebRequest)

  Class ContentNegotiationManagerFactoryBean
    Method setFavorParameter(boolean)
    Method setUseJaf(boolean)

  Class ContentNegotiationStrategy
    Method resolveMediaTypes(NativeWebRequest)

Package org.springframework.web.bind.annotation
  Class ModelAttribute

  Class RequestMapping

Package org.springframework.web.context.request.async
  Class CallableProcessingInterceptor

  Class CallableProcessingInterceptorAdapter

  Class DeferredResult
    Method setResultHandler(DeferredResultHandler)

  Class DeferredResultProcessingInterceptor

  Class DeferredResultProcessingInterceptorAdapter

  Class WebAsyncManager
    Method registerCallableInterceptors(CallableProcessingInterceptor[])
    Method registerDeferredResultInterceptors(DeferredResultProcessingInterceptor[])
    Method startCallableProcessing(Callable<?>, Object[])
    Method startCallableProcessing(WebAsyncTask<?>, Object[])
    Method startDeferredResultProcessing(DeferredResult<?>, Object[])

Package org.springframework.web.context.support
  Class StandardServletEnvironment
    Method customizePropertySources(MutablePropertySources)

  Class WebApplicationContextUtils
    Method initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig)

Package org.springframework.web.jsf
  Class DecoratingNavigationHandler

  Class DelegatingVariableResolver

  Class SpringBeanVariableResolver

  Class WebApplicationContextVariableResolver

Package org.springframework.web.method.annotation
  Class AbstractNamedValueMethodArgumentResolver
    Method createNamedValueInfo(MethodParameter)
    Method resolveName(String, MethodParameter, NativeWebRequest)

Package org.springframework.web.portlet.context
  Class PortletApplicationContextUtils
    Method initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig)

Package org.springframework.web.servlet
  Class AsyncHandlerInterceptor

  Class FrameworkServlet
    Method service(HttpServletRequest, HttpServletResponse)

Package org.springframework.web.servlet.config.annotation
  Class AsyncSupportConfigurer
    Method setTaskExecutor(AsyncTaskExecutor)

  Class ContentNegotiationConfigurer
    Method favorParameter(boolean)
    Method parameterName(String)
    Method useJaf(boolean)

Package org.springframework.web.servlet.handler
  Class MappedInterceptor
    MappedInterceptor(String[], String[], HandlerInterceptor)

Package org.springframework.web.servlet.mvc.annotation
  Class AnnotationMethodHandlerExceptionResolver

Package org.springframework.web.servlet.mvc.condition
  Class ProducesRequestCondition
    ProducesRequestCondition(String[], String[], ContentNegotiationManager)

Package org.springframework.web.servlet.mvc.method.annotation
  Class AsyncTaskMethodReturnValueHandler

  Class RequestMappingHandlerAdapter
    Method setTaskExecutor(AsyncTaskExecutor)

  Class RequestMappingHandlerMapping
    Method setUseSuffixPatternMatch(boolean)

Package org.springframework.web.servlet.mvc.support
  Class DefaultHandlerExceptionResolver

Package org.springframework.web.servlet.support
  Class AbstractDispatcherServletInitializer
    Method getServletFilters()
    Method registerServletFilter(ServletContext, Filter)

Package org.springframework.web.servlet.view
  Class AbstractCachingViewResolver
    Method setCache(boolean)

  Class ContentNegotiatingViewResolver
    Method getMediaTypes(HttpServletRequest)

  Class RedirectView
    Method setExpandUriTemplateVariables(boolean)

Package org.springframework.web.servlet.view.tiles3
  Class SimpleSpringPreparerFactory

  Class TilesConfigurer
    Method afterPropertiesSet()

  Class TilesViewResolver
    Method setRenderer(Renderer)