Uses of Class
org.apache.struts2.rest.handler.AbstractContentTypeHandler
Packages that use AbstractContentTypeHandler
-
Uses of AbstractContentTypeHandler in org.apache.struts2.rest.handler
Subclasses of AbstractContentTypeHandler in org.apache.struts2.rest.handlerModifier and TypeClassDescriptionclass
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 responsesclass
Handles HTML content, usually just a simple passthrough to the frameworkclass
Handles JSON content using jackson-libclass
Handles XML content using Jacksonclass
Handles XML content using Apache Juneau http://juneau.apache.org/#marshall.htmlclass
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 responsesclass
Handles XML content