|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.http.DefaultInboundRequestMapper
public class DefaultInboundRequestMapper
Default implementation of InboundRequestMapper for inbound HttpServletRequests.
The request will be mapped according to the following rules:
ServletRequest.getParameterMap().
| Constructor Summary | |
|---|---|
DefaultInboundRequestMapper()
|
|
| Method Summary | |
|---|---|
void |
setCopyUploadedFiles(boolean copyUploadedFiles)
Specify whether uploaded multipart files should be copied to a temporary file on the server. |
void |
setMultipartCharset(java.lang.String multipartCharset)
Specify the charset name to use when converting multipart file content into Strings. |
void |
setMultipartResolver(org.springframework.web.multipart.MultipartResolver multipartResolver)
Specify the MultipartResolver to use when checking requests. |
Message<?> |
toMessage(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultInboundRequestMapper()
| Method Detail |
|---|
public void setMultipartResolver(org.springframework.web.multipart.MultipartResolver multipartResolver)
MultipartResolver to use when checking requests.
If no resolver is provided, this mapper will not support multipart
requests.
public void setMultipartCharset(java.lang.String multipartCharset)
public void setCopyUploadedFiles(boolean copyUploadedFiles)
public Message<?> toMessage(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
toMessage in interface InboundMessageMapper<javax.servlet.http.HttpServletRequest>java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||