Package | Description |
---|---|
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.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.multipart |
Multipart resolution framework for handling file uploads.
|
Class and Description |
---|
MultipartActionRequest
Interface which provides additional methods for dealing with multipart
content within a portlet request, allowing to access uploaded files.
|
Class and Description |
---|
PortletMultipartResolver
Portlet version of Spring's multipart resolution strategy for file uploads
as defined in RFC 1867.
|
Class and Description |
---|
MultipartActionRequest
Interface which provides additional methods for dealing with multipart
content within a portlet request, allowing to access uploaded files.
|
PortletMultipartResolver
Portlet version of Spring's multipart resolution strategy for file uploads
as defined in RFC 1867.
|
Copyright © 2015. All rights reserved.