Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.test.web.servlet.request |
Contains built-in
RequestBuilder
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
ManagedArray
Tag collection class used to hold managed array elements, which may
include runtime bean references (to be resolved into bean objects).
|
class |
ManagedList<E>
Tag collection class used to hold managed List elements, which may
include runtime bean references (to be resolved into bean objects).
|
class |
ManagedMap<K,V>
Tag collection class used to hold managed Map values, which may
include runtime bean references (to be resolved into bean objects).
|
class |
ManagedProperties
Tag class which represents a Spring-managed
Properties instance
that supports merging of parent/child definitions. |
class |
ManagedSet<E>
Tag collection class used to hold managed Set values, which may
include runtime bean references (to be resolved into bean objects).
|
Modifier and Type | Class and Description |
---|---|
class |
MockHttpServletRequestBuilder
Default builder for
MockHttpServletRequest required as input to
perform requests in MockMvc . |
class |
MockMultipartHttpServletRequestBuilder
Default builder for
MockMultipartHttpServletRequest . |