Package | Description |
---|---|
org.apache.struts2.rest.handler |
Modifier and Type | Class and Description |
---|---|
class |
FormUrlEncodedHandler
Handles the default content type for requests that originate from a browser's HTML form
content-type: application/x-www-form-urlencoded
This handler is intended for requests only, not for responses
|
class |
HtmlHandler
Handles HTML content, usually just a simple passthrough to the framework
|
class |
JacksonLibHandler
Handles JSON content using jackson-lib
|
class |
JacksonXmlHandler
Handles XML content using Jackson
|
class |
JsonLibHandler
Deprecated.
Use
JacksonLibHandler instead |
class |
MultipartFormDataHandler
Handles the default content type for requests that originate from a browser's HTML form
with a file upload and multipart/from-data encoding
content-type: multipart/form-data
This handler is intended for requests only, not for responses
|
class |
XStreamHandler
Handles XML content
|
Copyright © 2000–2019 Apache Software Foundation. All rights reserved.