Package org.apache.struts2.rest.handler
package org.apache.struts2.rest.handler
-
ClassDescriptionMarker interface for
ContentTypeHandlerimplementations that respect theParameterAuthorizationContextThreadLocal during deserialization, enforcing@StrutsParameterauthorization per-property.Handles transferring content to and from objects for a specific content typeHandles 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 responsesHandles HTML content, usually just a simple passthrough to the frameworkHandles JSON content using jackson-libHandles XML content using JacksonHandles XML content using Apache Juneau http://juneau.apache.org/#marshall.htmlHandles 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 responsesDeprecated, for removal: This API element is subject to removal in a future version.since 7.2.0, scheduled for removal in a future major version.