Generated by
JDiff

All Documentation Differences

Package org.springframework.aop.aspectj.annotation
  Class ReflectiveAspectJAdvisorFactory

Package org.springframework.aop.framework.adapter
  Class GlobalAdvisorAdapterRegistry
    Method getInstance()

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

Package org.springframework.aop.target
  Class AbstractPrototypeBasedTargetSource

Package org.springframework.beans
  Class SimpleTypeConverter

  Class TypeConverter
    Method convertIfNecessary(Object, Class<T>)

Package org.springframework.beans.annotation
  Class AnnotationBeanUtils
    Method copyPropertiesToBean(Annotation, Object, String[])

Package org.springframework.beans.factory
  Class NoSuchBeanDefinitionException
    NoSuchBeanDefinitionException(String)
    NoSuchBeanDefinitionException(String, String)
    Method getBeanName()
    Method getBeanType()

Package org.springframework.beans.factory.annotation
  Class Autowired

  Class Value

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

  Class CommonsLogFactoryBean

  Class ConfigurableBeanFactory
    Method setCurrentlyInCreation(String, boolean)

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

  Class ObjectFactoryCreatingFactoryBean
    Method setTargetBeanName(String)

  Class PlaceholderConfigurerSupport

  Class PropertyPlaceholderConfigurer

  Class ProviderCreatingFactoryBean
    Method setTargetBeanName(String)

Package org.springframework.beans.factory.support
  Class AbstractAutowireCapableBeanFactory
    Method filterPropertyDescriptorsForDependencyCheck(BeanWrapper)

  Class AbstractBeanDefinition
    AbstractBeanDefinition(AbstractBeanDefinition)
    AbstractBeanDefinition(BeanDefinition)
    Method overrideFrom(AbstractBeanDefinition)
    Method overrideFrom(BeanDefinition)
    Field INFER_METHOD

  Class CglibSubclassingInstantiationStrategy

Package org.springframework.beans.factory.xml
  Class BeanDefinitionParserDelegate
    Method parseBeanDefinitionElement(Element, String, BeanDefinition)
    Method populateDefaults(DocumentDefaultsDefinition, DocumentDefaultsDefinition, Element)

Package org.springframework.beans.support
  Class ResourceEditorRegistrar
    ResourceEditorRegistrar(ResourceLoader)

Package org.springframework.cache.annotation
  Class AnnotationCacheOperationSource

  Class CacheAnnotationParser
    Method parseCacheAnnotations(AnnotatedElement)

  Class CachingConfigurationSelector

Package org.springframework.cache.interceptor
  Class AbstractFallbackCacheOperationSource

  Class BeanFactoryCacheOperationSourceAdvisor
    Method setCacheOperationSource(CacheOperationSource)

  Class CacheOperationSource
    Method getCacheOperations(Method, Class<?>)

  Class CacheProxyFactoryBean

  Class NameMatchCacheOperationSource
    Method setNameMap(Map<String, Collection<CacheOperation>>)

Package org.springframework.cache.support
  Class AbstractCacheManager

  Class NoOpCacheManager
    Method getCache(String)
    Method getCacheNames()

Package org.springframework.context.annotation
  Class Bean

  Class ComponentScan

  Class ComponentScan.Filter

  Class Configuration

  Class DependsOn

  Class EnableLoadTimeWeaving

  Class FilterType

  Class Import

  Class ImportBeanDefinitionRegistrar

  Class LoadTimeWeavingConfigurer

  Class Profile

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

  Class SpringConfiguredConfiguration

Package org.springframework.context.support
  Class PropertySourcesPlaceholderConfigurer
    Method postProcessBeanFactory(ConfigurableListableBeanFactory)

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

  Class GenericTypeResolver
    Method getTypeVariableMap(Class)
    Method resolveReturnType(Method, Class<?>)

  Class LocalVariableTableParameterNameDiscoverer

Package org.springframework.core.annotation
  Class AnnotationAwareOrderComparator
    Field INSTANCE

Package org.springframework.core.convert
  Class ConversionService

  Class ConverterNotFoundException
    ConverterNotFoundException(TypeDescriptor, TypeDescriptor)

  Class Property

  Class TypeDescriptor
    TypeDescriptor(MethodParameter)
    Method elementTypeDescriptor(Object)
    Method forObject(Object)
    Method getAnnotation(Class<T>)
    Method getAnnotations()
    Method getElementType()
    Method getElementTypeDescriptor()
    Method getMapKeyType()
    Method getMapKeyTypeDescriptor()
    Method getMapKeyTypeDescriptor(Object)
    Method getMapValueType()
    Method getMapValueTypeDescriptor()
    Method getMapValueTypeDescriptor(Object)
    Method getObjectType()
    Method getType()
    Method isAssignableTo(TypeDescriptor)
    Method map(Class<?>, TypeDescriptor, TypeDescriptor)
    Method narrow(Object)
    Method nested(Field, int)
    Method nested(MethodParameter, int)
    Method nested(Property, int)

Package org.springframework.core.convert.converter
  Class ConditionalGenericConverter

  Class Converter

  Class ConverterFactory

  Class GenericConverter
    Method getConvertibleTypes()

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

Package org.springframework.core.env
  Class Environment
    Method acceptsProfiles(String[])

  Class PropertyResolver
    Method getProperty(String, Class<T>)
    Method getProperty(String, Class<T>, T)

Package org.springframework.core.io
  Class AbstractResource
    Method contentLength()

  Class VfsResource

Package org.springframework.core.serializer.support
  Class SerializingConverter

Package org.springframework.core.task.support
  Class ExecutorServiceAdapter
    ExecutorServiceAdapter(TaskExecutor)

Package org.springframework.ejb.support
  Class AbstractEnterpriseBean

  Class AbstractJmsMessageDrivenBean

  Class AbstractMessageDrivenBean

  Class AbstractSessionBean

  Class AbstractStatefulSessionBean

  Class AbstractStatelessSessionBean

  Class SmartSessionBean

Package org.springframework.expression.spel
  Class SpelNode
    Method getObjectClass(Object)
    Method isWritable(ExpressionState)

Package org.springframework.expression.spel.ast
  Class CompoundExpression
    Method getValueInternal(ExpressionState)

  Class Indexer

  Class OpAnd

  Class OpOr

  Class OperatorNot

  Class TypeReference

Package org.springframework.expression.spel.standard
  Class SpelExpression

Package org.springframework.expression.spel.support
  Class ReflectiveMethodResolver
    ReflectiveMethodResolver(boolean)

  Class ReflectivePropertyAccessor
    Method createOptimalAccessor(EvaluationContext, Object, String)
    Method findGetterForProperty(String, Class<?>, boolean)

  Class StandardEvaluationContext
    Method registerMethodFilter(Class<?>, MethodFilter)

Package org.springframework.format.annotation
  Class DateTimeFormat

Package org.springframework.format.datetime
  Class DateFormatter

Package org.springframework.format.datetime.joda
  Class JodaDateTimeFormatAnnotationFormatterFactory

  Class JodaTimeFormatterRegistrar

Package org.springframework.http.client
  Class ClientHttpRequestInterceptor

  Class HttpComponentsClientHttpRequestFactory
    HttpComponentsClientHttpRequestFactory()

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 HttpMessageNotWritableException

Package org.springframework.http.converter.feed
  Class AbstractWireFeedHttpMessageConverter

Package org.springframework.http.converter.json
  Class MappingJackson2HttpMessageConverter
    MappingJackson2HttpMessageConverter()
    Method getJavaType(Type, Class<?>)

  Class MappingJacksonHttpMessageConverter
    MappingJacksonHttpMessageConverter()
    Method getJavaType(Type, Class<?>)

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

  Class XmlAwareFormHttpMessageConverter

Package org.springframework.instrument.classloading.glassfish
  Class GlassFishLoadTimeWeaver
    GlassFishLoadTimeWeaver(ClassLoader)

Package org.springframework.instrument.classloading.oc4j
  Class OC4JLoadTimeWeaver

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

Package org.springframework.jca.work.jboss
  Class JBossWorkManagerUtils
    Method getWorkManager(String)

Package org.springframework.jdbc.core
  Class JdbcOperations
    Method batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>)

  Class JdbcTemplate
    Method extractReturnedResults(CallableStatement, List, List, int)
    Method newArgPreparedStatementSetter(Object[])
    Method newArgTypePreparedStatementSetter(Object[], int[])
    Method setSkipResultsProcessing(boolean)
    Method setSkipUndeclaredResults(boolean)

  Class ParameterizedPreparedStatementSetter
    Method setValues(PreparedStatement, T)

  Class SqlRowSetResultSetExtractor
    Method newCachedRowSet()

Package org.springframework.jdbc.datasource.embedded
  Class EmbeddedDatabaseBuilder
    Method addDefaultScripts()
    Method addScript(String)
    Method setName(String)
    Method setType(EmbeddedDatabaseType)

  Class EmbeddedDatabaseConfigurer
    Method configureConnectionProperties(ConnectionProperties, String)

Package org.springframework.jdbc.datasource.init
  Class ResourceDatabasePopulator
    Method setIgnoreFailedDrops(boolean)

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.jms.support.converter
  Class MappingJacksonMessageConverter
    Method getJavaTypeForMessage(Message)

  Class MessageType

Package org.springframework.jmx.access
  Class MBeanClientInterceptor
    Method convertResultValueIfNecessary(Object, MethodParameter)

Package org.springframework.jmx.export.assembler
  Class AbstractMBeanInfoAssembler
    Method getTargetClass(Object)

Package org.springframework.jmx.support
  Class MBeanRegistrationSupport
    Method setRegistrationBehavior(int)
    Method setRegistrationBehaviorName(String)
    Field REGISTRATION_FAIL_ON_EXISTING
    Field REGISTRATION_IGNORE_EXISTING
    Field REGISTRATION_REPLACE_EXISTING

  Class WebSphereMBeanServerFactoryBean

Package org.springframework.mock.env
  Class MockPropertySource
    MockPropertySource(String, Properties)

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 MockFilterChain
    Method doFilter(ServletRequest, ServletResponse)

  Class MockHttpServletRequest
    MockHttpServletRequest()
    MockHttpServletRequest(ServletContext)
    MockHttpServletRequest(ServletContext, String, String)
    MockHttpServletRequest(String, String)
    Method addParameter(String, String)
    Method addParameter(String, String[])
    Method addParameters(Map)
    Method addPreferredLocale(Locale)
    Method removeParameter(String)
    Method setParameter(String, String)
    Method setParameter(String, String[])
    Method setParameters(Map)

  Class MockHttpServletResponse
    Method encodeRedirectURL(String)
    Method getHeader(String)
    Method getHeaders(String)

  Class MockHttpSession

  Class MockRequestDispatcher
    MockRequestDispatcher(String)
    Method getMockHttpServletResponse(ServletResponse)

  Class MockServletContext
    MockServletContext(String)
    MockServletContext(String, ResourceLoader)

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

  Class HibernateAccessor
    Method convertJdbcAccessException(SQLException)

  Class HibernateOperations
    Method execute(HibernateCallback<T>)

  Class LocalDataSourceConnectionProvider
    Method closeConnection(Connection)

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

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

Package org.springframework.orm.ibatis
  Class SqlMapClientCallback

  Class SqlMapClientFactoryBean
    Method setDataSource(DataSource)

  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>)
    Method flush()

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

Package org.springframework.orm.jpa.vendor
  Class EclipseLinkJpaDialect
    Method setLazyDatabaseTransaction(boolean)

  Class TopLinkJpaDialect
    Method setLazyDatabaseTransaction(boolean)

Package org.springframework.oxm
  Class GenericMarshaller

  Class GenericUnmarshaller

Package org.springframework.oxm.castor
  Class CastorMarshaller
    Method setClearCollections(boolean)
    Method setReuseObjects(boolean)

Package org.springframework.remoting.httpinvoker
  Class HttpComponentsHttpInvokerRequestExecutor
    HttpComponentsHttpInvokerRequestExecutor()

Package org.springframework.remoting.jaxrpc
  Class JaxRpcServicePostProcessor

Package org.springframework.remoting.jaxws
  Class LocalJaxWsServiceFactory
    Method setWsdlDocumentUrl(URL)

Package org.springframework.scheduling.annotation
  Class EnableAsync

  Class EnableScheduling

  Class Scheduled

  Class SchedulingConfigurer

Package org.springframework.scheduling.aspectj
  Class AspectJAsyncConfiguration

Package org.springframework.scheduling.backportconcurrent
  Class ConcurrentTaskExecutor

  Class CustomizableThreadFactory

  Class ThreadPoolTaskExecutor

Package org.springframework.scheduling.commonj
  Class WorkManagerTaskExecutor

Package org.springframework.scheduling.config
  Class ScheduledTaskRegistrar
    Method getScheduler()
    Method setScheduler(Object)
    Method setTaskScheduler(TaskScheduler)

  Class ScheduledTasksBeanDefinitionParser

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

Package org.springframework.scripting.support
  Class ScriptFactoryPostProcessor
    Method createConfigInterface(BeanDefinition, Class[])

Package org.springframework.test
  Class AssertThrows

Package org.springframework.test.context
  Class ContextConfiguration

  Class ContextConfigurationAttributes
    ContextConfigurationAttributes(Class<?>, ContextConfiguration)
    ContextConfigurationAttributes(Class<?>, String[], Class[], boolean, Class<ContextLoader>)
    Method getClasses()
    Method getContextLoaderClass()
    Method getDeclaringClass()
    Method getLocations()
    Method hasClasses()
    Method hasLocations()
    Method hasResources()
    Method isInheritLocations()
    Method setClasses(Class[])
    Method setLocations(String[])

  Class ContextLoader
    Method loadContext(String[])
    Method processLocations(Class<?>, String[])

  Class MergedContextConfiguration
    MergedContextConfiguration(Class<?>, String[], Class[], String[], ContextLoader)
    Method equals(Object)
    Method getActiveProfiles()
    Method getClasses()
    Method getContextLoader()
    Method getLocations()
    Method getTestClass()
    Method hashCode()
    Method toString()

  Class SmartContextLoader
    Method loadContext(MergedContextConfiguration)

Package org.springframework.test.context.junit4
  Class AbstractJUnit4SpringContextTests

  Class AbstractTransactionalJUnit4SpringContextTests
    Method setDataSource(DataSource)
    Field simpleJdbcTemplate

Package org.springframework.test.context.junit4.statements
  Class RunAfterTestMethodCallbacks
    RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager)
    Method evaluate()

Package org.springframework.test.context.support
  Class AbstractContextLoader
    Method generateDefaultLocations(Class<?>)
    Method getResourceSuffix()
    Method isGenerateDefaultLocations()
    Method modifyLocations(Class<?>, String[])
    Method processContextConfiguration(ContextConfigurationAttributes)
    Method processLocations(Class<?>, String[])

  Class AbstractGenericContextLoader
    Method createBeanDefinitionReader(GenericApplicationContext)
    Method customizeBeanFactory(DefaultListableBeanFactory)
    Method customizeContext(GenericApplicationContext)
    Method loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration)
    Method loadContext(MergedContextConfiguration)
    Method loadContext(String[])
    Method prepareContext(GenericApplicationContext)

  Class AnnotationConfigContextLoader
    Method createBeanDefinitionReader(GenericApplicationContext)
    Method detectDefaultConfigurationClasses(Class<?>)
    Method generateDefaultLocations(Class<?>)
    Method getResourceSuffix()
    Method loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration)
    Method modifyLocations(Class<?>, String[])
    Method processContextConfiguration(ContextConfigurationAttributes)

  Class DelegatingSmartContextLoader
    Method processContextConfiguration(ContextConfigurationAttributes)
    Method processLocations(Class<?>, String[])

  Class DirtiesContextTestExecutionListener
    Method dirtyContext(TestContext)

Package org.springframework.test.context.testng
  Class AbstractTestNGSpringContextTests

  Class AbstractTransactionalTestNGSpringContextTests
    Method deleteFromTables(String[])
    Method executeSqlScript(String, boolean)
    Method setDataSource(DataSource)
    Field simpleJdbcTemplate

Package org.springframework.test.context.transaction
  Class TransactionConfiguration

  Class TransactionalTestExecutionListener
    Method afterTestMethod(TestContext)
    Method beforeTestMethod(TestContext)
    Method getTransactionManager(TestContext)

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)
    Method readScript(LineNumberReader, String)
    Method splitSqlScript(String, char, List<String>)

  Class SimpleJdbcTestUtils
    Method executeSqlScript(SimpleJdbcTemplate, Resource, boolean)

Package org.springframework.transaction.annotation
  Class TransactionManagementConfigurer
    Method annotationDrivenTransactionManager()

Package org.springframework.transaction.interceptor
  Class TransactionProxyFactoryBean
    Method setTransactionAttributeSource(TransactionAttributeSource)

Package org.springframework.transaction.jta
  Class OC4JJtaTransactionManager

Package org.springframework.transaction.support
  Class DelegatingTransactionDefinition
    DelegatingTransactionDefinition(TransactionDefinition)

Package org.springframework.ui.velocity
  Class CommonsLoggingLogSystem

Package org.springframework.util
  Class AntPathMatcher

  Class CachingMapDecorator

  Class ErrorHandler
    Method handleError(Throwable)

  Class ReflectionUtils
    Method isCglibRenamedMethod(Method)

Package org.springframework.util.comparator
  Class InvertibleComparator

  Class NullSafeComparator

Package org.springframework.util.xml
  Class StaxUtils

Package org.springframework.validation
  Class DefaultMessageCodesResolver

  Class SmartValidator
    Method validate(Object, Errors, Object[])

Package org.springframework.validation.beanvalidation
  Class MethodValidationInterceptor
    MethodValidationInterceptor(Validator)

  Class MethodValidationPostProcessor

Package org.springframework.web
  Class HttpMediaTypeException
    HttpMediaTypeException(String)
    HttpMediaTypeException(String, List<MediaType>)

  Class HttpMediaTypeNotSupportedException

  Class SpringServletContainerInitializer
    Method onStartup(Set<Class<?>>, ServletContext)

  Class WebApplicationInitializer

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

  Class ExceptionHandler

  Class ModelAttribute

  Class PathVariable

  Class RequestBody

  Class RequestHeader

  Class RequestMapping

  Class RequestMethod

  Class RequestParam

Package org.springframework.web.bind.support
  Class ConfigurableWebBindingInitializer
    Method setAutoGrowNestedPaths(boolean)

Package org.springframework.web.client
  Class DefaultResponseErrorHandler

  Class HttpMessageConverterExtractor
    HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>)
    Method hasMessageBody(ClientHttpResponse)

  Class RestClientException
    RestClientException(String, Throwable)

  Class RestTemplate

Package org.springframework.web.context
  Class ConfigurableWebEnvironment
    Method initPropertySources(ServletContext, ServletConfig)

  Class ContextLoaderListener
    ContextLoaderListener()
    ContextLoaderListener(WebApplicationContext)

Package org.springframework.web.context.request
  Class WebRequestInterceptor

Package org.springframework.web.context.support
  Class AbstractRefreshableWebApplicationContext
    Method createEnvironment()

  Class AnnotationConfigWebApplicationContext
    Method loadBeanDefinitions(DefaultListableBeanFactory)
    Method register(Class[])
    Method setScopeMetadataResolver(ScopeMetadataResolver)

  Class StandardServletEnvironment
    Method customizePropertySources(MutablePropertySources)

  Class WebApplicationContextUtils
    Method initServletPropertySources(MutablePropertySources, ServletContext)
    Method initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig)

Package org.springframework.web.filter
  Class AbstractRequestLoggingFilter

  Class HttpPutFormContentFilter

  Class OncePerRequestFilter
    Method doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain)

  Class RequestContextFilter

  Class ShallowEtagHeaderFilter

Package org.springframework.web.jsf
  Class DecoratingNavigationHandler

  Class DelegatingVariableResolver

  Class SpringBeanVariableResolver

  Class WebApplicationContextVariableResolver

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

  Class ExceptionHandlerMethodResolver
    ExceptionHandlerMethodResolver(Class<?>)
    Method resolveMethod(Exception)
    Field EXCEPTION_HANDLER_METHODS

  Class ModelAttributeMethodProcessor
    Method isBindExceptionRequired(WebDataBinder, MethodParameter)

  Class RequestParamMethodArgumentResolver
    RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean)
    Method supportsParameter(MethodParameter)

Package org.springframework.web.method.support
  Class ModelAndViewContainer
    Method addAllAttributes(Map<String, ?>)
    Method addAttribute(Object)
    Method addAttribute(String, Object)
    Method containsAttribute(String)
    Method getModel()
    Method getSessionStatus()
    Method getViewName()
    Method isViewReference()
    Method mergeAttributes(Map<String, ?>)
    Method setIgnoreDefaultModelOnRedirect(boolean)
    Method setRedirectModel(ModelMap)
    Method setRequestHandled(boolean)
    Method setView(Object)
    Method setViewName(String)

Package org.springframework.web.multipart
  Class MultipartResolver

Package org.springframework.web.multipart.support
  Class MissingServletRequestPartException

Package org.springframework.web.portlet
  Class GenericPortletBean
    Method setEnvironment(Environment)

Package org.springframework.web.portlet.context
  Class AbstractRefreshablePortletApplicationContext
    Method setParent(ApplicationContext)

  Class PortletApplicationContextUtils
    Method initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig)

  Class PortletContextScope
    PortletContextScope(PortletContext)

  Class StandardPortletEnvironment
    Method customizePropertySources(MutablePropertySources)

  Class StaticPortletApplicationContext
    Method setParent(ApplicationContext)

Package org.springframework.web.portlet.handler
  Class PortletRequestMethodNotSupportedException
    PortletRequestMethodNotSupportedException(String[])

Package org.springframework.web.servlet
  Class DispatcherServlet
    Method cleanupMultipart(HttpServletRequest)

  Class FlashMap
    Method compareTo(FlashMap)

  Class FrameworkServlet
    Method postProcessWebApplicationContext(ConfigurableWebApplicationContext)
    Method setContextInitializerClasses(String)
    Method setContextInitializers(ApplicationContextInitializer[])

  Class HandlerInterceptor
    Method afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
    Method postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)

  Class HandlerMapping
    Field PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE

  Class HttpServletBean
    Method setEnvironment(Environment)

  Class View
    Field PATH_VARIABLES

Package org.springframework.web.servlet.config.annotation
  Class DefaultServletHandlerConfigurer

  Class DelegatingWebMvcConfiguration

  Class InterceptorRegistration
    Method addPathPatterns(String[])
    Method getInterceptor()

  Class InterceptorRegistry
    Method addInterceptor(HandlerInterceptor)
    Method addWebRequestInterceptor(WebRequestInterceptor)

  Class WebMvcConfigurationSupport
    Method addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>)
    Method mvcConversionService()
    Method mvcValidator()

  Class WebMvcConfigurer
    Method addArgumentResolvers(List<HandlerMethodArgumentResolver>)
    Method addFormatters(FormatterRegistry)
    Method addInterceptors(InterceptorRegistry)
    Method addResourceHandlers(ResourceHandlerRegistry)
    Method addReturnValueHandlers(List<HandlerMethodReturnValueHandler>)
    Method addViewControllers(ViewControllerRegistry)
    Method configureDefaultServletHandling(DefaultServletHandlerConfigurer)
    Method configureHandlerExceptionResolvers(List<HandlerExceptionResolver>)

  Class WebMvcConfigurerAdapter

Package org.springframework.web.servlet.handler
  Class AbstractHandlerMapping
    Method detectMappedInterceptors(List<MappedInterceptor>)
    Method initInterceptors()
    Method setInterceptors(Object[])

  Class AbstractHandlerMethodExceptionResolver
    Method shouldApplyTo(HttpServletRequest, Object)

  Class DispatcherServletWebRequest
    DispatcherServletWebRequest(HttpServletRequest, HttpServletResponse)

  Class MappedInterceptor
    MappedInterceptor(String[], HandlerInterceptor)
    MappedInterceptor(String[], WebRequestInterceptor)
    Method matches(String, PathMatcher)

  Class SimpleMappingExceptionResolver
    Method addStatusCode(String, int)
    Method determineViewName(Exception, HttpServletRequest)

Package org.springframework.web.servlet.mvc
  Class AbstractUrlViewController
    Method handleRequestInternal(HttpServletRequest, HttpServletResponse)

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

  Class AnnotationMethodHandlerExceptionResolver

  Class DefaultAnnotationHandlerMapping

Package org.springframework.web.servlet.mvc.condition
  Class ConsumesRequestCondition
    ConsumesRequestCondition(String[])
    ConsumesRequestCondition(String[], String[])
    Method combine(ConsumesRequestCondition)
    Method compareTo(ConsumesRequestCondition, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

  Class PatternsRequestCondition
    PatternsRequestCondition(String[])
    PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean)
    Method combine(PatternsRequestCondition)
    Method compareTo(PatternsRequestCondition, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

  Class ProducesRequestCondition
    ProducesRequestCondition(String[])
    ProducesRequestCondition(String[], String[])
    Method combine(ProducesRequestCondition)
    Method compareTo(ProducesRequestCondition, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

  Class RequestCondition
    Method combine(T)
    Method compareTo(T, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

  Class RequestConditionHolder

  Class RequestMethodsRequestCondition
    RequestMethodsRequestCondition(RequestMethod[])
    Method combine(RequestMethodsRequestCondition)
    Method compareTo(RequestMethodsRequestCondition, HttpServletRequest)
    Method getMatchingCondition(HttpServletRequest)

Package org.springframework.web.servlet.mvc.method
  Class RequestMappingInfoHandlerMapping
    Method getMatchingMapping(RequestMappingInfo, HttpServletRequest)
    Method handleMatch(RequestMappingInfo, String, HttpServletRequest)

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

  Class ExceptionHandlerExceptionResolver
    Method doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception)
    Method getArgumentResolvers()
    Method getDefaultReturnValueHandlers()
    Method getExceptionHandlerMethod(HandlerMethod, Exception)
    Method getReturnValueHandlers()
    Method setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>)
    Method setReturnValueHandlers(List<HandlerMethodReturnValueHandler>)

  Class PathVariableMethodArgumentResolver

  Class RequestMappingHandlerMapping
    Method getCustomMethodCondition(Method)
    Method getCustomTypeCondition(Class<?>)
    Method setUseSuffixPatternMatch(boolean)

  Class RequestPartMethodArgumentResolver

  Class RequestResponseBodyMethodProcessor

  Class ServletModelAttributeMethodProcessor
    ServletModelAttributeMethodProcessor(boolean)
    Method createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest)
    Method createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest)
    Method getRequestValueForAttribute(String, NativeWebRequest)

Package org.springframework.web.servlet.mvc.support
  Class DefaultHandlerExceptionResolver
    Method handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object)
    Method handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object)

Package org.springframework.web.servlet.resource
  Class DefaultServletHttpRequestHandler

  Class ResourceHttpRequestHandler

Package org.springframework.web.servlet.support
  Class RequestContext
    RequestContext(HttpServletRequest, Map<String, Object>)
    Method getContextUrl(String, Map<String, ?>)
    Method getPathToServlet()
    Method getRequestDataValueProcessor()

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

  Class AbstractView
    Method createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse)
    Method setExposePathVariables(boolean)

  Class ContentNegotiatingViewResolver
    Method getMediaTypes(HttpServletRequest)
    Method setDefaultContentType(MediaType)
    Method setFavorParameter(boolean)
    Method setFavorPathExtension(boolean)
    Method setIgnoreAcceptHeader(boolean)
    Method setMediaTypes(Map<String, String>)
    Method setParameterName(String)
    Method setUseJaf(boolean)

  Class RedirectView
    Method setExpandUriTemplateVariables(boolean)

Package org.springframework.web.struts
  Class ActionSupport

  Class ContextLoaderPlugIn

  Class DispatchActionSupport

  Class LookupDispatchActionSupport

  Class MappingDispatchActionSupport

Package org.springframework.web.util
  Class ExpressionEvaluationUtils
    Method isSpringJspExpressionSupportActive(PageContext)

  Class UrlPathHelper