Package | Description |
---|---|
org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
org.springframework.orm.jdo.support |
Classes supporting the
org.springframework.orm.jdo package. |
org.springframework.orm.jpa.support |
Classes supporting the
org.springframework.orm.jpa package. |
org.springframework.ui |
Generic support for UI layer concepts.
|
org.springframework.validation.support |
Support classes for handling validation results.
|
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.method.support |
Generic support classes for handler method processing.
|
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.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.mvc.support |
Support package for MVC controllers.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenSessionInViewInterceptor.postHandle(WebRequest request,
ModelMap model)
Flush the Hibernate
Session before view rendering, if necessary. |
Modifier and Type | Method and Description |
---|---|
void |
OpenPersistenceManagerInViewInterceptor.postHandle(WebRequest request,
ModelMap model) |
Modifier and Type | Method and Description |
---|---|
void |
OpenEntityManagerInViewInterceptor.postHandle(WebRequest request,
ModelMap model) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedModelMap
|
Modifier and Type | Method and Description |
---|---|
ModelMap |
ModelMap.addAllAttributes(Collection<?> attributeValues)
Copy all attributes in the supplied
Collection into this
Map , using attribute name generation for each element. |
ModelMap |
ModelMap.addAllAttributes(Map<String,?> attributes)
Copy all attributes in the supplied
Map into this Map . |
ModelMap |
ModelMap.addAllObjects(Collection objects)
Deprecated.
as of Spring 2.5, in favor of
addAllAttributes(Collection) |
ModelMap |
ModelMap.addAllObjects(Map objects)
Deprecated.
as of Spring 2.5, in favor of
addAllAttributes(Map) |
ModelMap |
ModelMap.addAttribute(Object attributeValue)
Add the supplied attribute to this
Map using a
generated name . |
ModelMap |
ModelMap.addAttribute(String attributeName,
Object attributeValue)
Add the supplied attribute under the supplied name.
|
ModelMap |
ModelMap.addObject(Object modelObject)
Deprecated.
as of Spring 2.5, in favor of
addAttribute(Object) |
ModelMap |
ModelMap.addObject(String modelName,
Object modelObject)
Deprecated.
as of Spring 2.5, in favor of
addAttribute(String, Object) |
ModelMap |
ModelMap.mergeAttributes(Map<String,?> attributes)
Copy all attributes in the supplied
Map into this Map ,
with existing objects of the same name taking precedence (i.e. |
Modifier and Type | Class and Description |
---|---|
class |
BindingAwareModelMap
Subclass of
ExtendedModelMap that
automatically removes a BindingResult
object if the corresponding target attribute gets replaced. |
Modifier and Type | Method and Description |
---|---|
void |
WebRequestInterceptor.postHandle(WebRequest request,
ModelMap model)
Intercept the execution of a request handler after its successful
invocation, right before view rendering (if any).
|
void |
Log4jNestedDiagnosticContextInterceptor.postHandle(WebRequest request,
ModelMap model) |
Modifier and Type | Method and Description |
---|---|
ModelMap |
ModelAndViewContainer.getModel()
Return the model to use: the "default" or the "redirect" model.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelAndViewContainer.setRedirectModel(ModelMap redirectModel)
Provide a separate model instance to use in a redirect scenario.
|
Modifier and Type | Method and Description |
---|---|
ModelMap |
ModelAndView.getModelMap()
Return the underlying
ModelMap instance (never null ). |
Modifier and Type | Method and Description |
---|---|
ModelMap |
ModelAndView.getModelMap()
Return the underlying
ModelMap instance (never null ). |
Modifier and Type | Class and Description |
---|---|
class |
RedirectAttributesModelMap
|
Copyright © 2015. All rights reserved.