public class FormHttpMessageConverter extends AbstractHttpMessageConverter<jexx.collect.MultiValueMap<java.lang.String,?>>
DEFAULT_CHARSET| 构造器和说明 |
|---|
FormHttpMessageConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected byte[] |
generateBoundary() |
protected ContentType |
getContentType(jexx.io.Resource resource) |
protected jexx.collect.MultiValueMap<java.lang.String,?> |
readInternal(java.lang.Class<? extends jexx.collect.MultiValueMap<java.lang.String,?>> clazz,
HttpInputMessage inputMessage) |
protected boolean |
supports(java.lang.Class<?> clazz) |
protected void |
writeForm(jexx.collect.MultiValueMap<java.lang.String,?> map,
ContentType contentType,
HttpOutputMessage httpOutputMessage) |
protected void |
writeInternal(jexx.collect.MultiValueMap<java.lang.String,?> map,
ContentType contentType,
HttpOutputMessage httpOutputMessage) |
protected void |
writeMultipart(jexx.collect.MultiValueMap<java.lang.String,java.lang.Object> parts,
ContentType contentType,
HttpOutputMessage httpOutputMessage) |
getCharset, getSupportContentTypes, read, setSupportedContentTypes, supportRead, supportRead, supportWrite, supportWrite, write, writeBodyprotected boolean supports(java.lang.Class<?> clazz)
supports 在类中 AbstractHttpMessageConverter<jexx.collect.MultiValueMap<java.lang.String,?>>protected jexx.collect.MultiValueMap<java.lang.String,?> readInternal(java.lang.Class<? extends jexx.collect.MultiValueMap<java.lang.String,?>> clazz,
HttpInputMessage inputMessage)
readInternal 在类中 AbstractHttpMessageConverter<jexx.collect.MultiValueMap<java.lang.String,?>>protected void writeInternal(jexx.collect.MultiValueMap<java.lang.String,?> map,
ContentType contentType,
HttpOutputMessage httpOutputMessage)
throws java.io.IOException
writeInternal 在类中 AbstractHttpMessageConverter<jexx.collect.MultiValueMap<java.lang.String,?>>java.io.IOExceptionprotected void writeForm(jexx.collect.MultiValueMap<java.lang.String,?> map,
ContentType contentType,
HttpOutputMessage httpOutputMessage)
throws java.io.IOException
java.io.IOExceptionprotected void writeMultipart(jexx.collect.MultiValueMap<java.lang.String,java.lang.Object> parts,
ContentType contentType,
HttpOutputMessage httpOutputMessage)
throws java.io.IOException
java.io.IOExceptionprotected byte[] generateBoundary()
protected ContentType getContentType(jexx.io.Resource resource)