Uses of Interface
org.apache.struts2.rest.handler.ContentTypeHandler
Packages that use ContentTypeHandler
-
Uses of ContentTypeHandler in org.apache.struts2.rest
Methods in org.apache.struts2.rest that return ContentTypeHandlerModifier and TypeMethodDescriptionContentTypeHandlerManager.getHandlerForRequest
(jakarta.servlet.http.HttpServletRequest req) Gets the handler for the request by looking at the request content type and extensionDefaultContentTypeHandlerManager.getHandlerForRequest
(jakarta.servlet.http.HttpServletRequest request) Gets the handler for the request by looking at the request content type and extensionContentTypeHandlerManager.getHandlerForResponse
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) Gets the handler for the response by looking at the extension of the requestDefaultContentTypeHandlerManager.getHandlerForResponse
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res) Gets the handler for the response by looking at the extension of the request -
Uses of ContentTypeHandler in org.apache.struts2.rest.handler
Classes in org.apache.struts2.rest.handler that implement ContentTypeHandlerModifier and TypeClassDescriptionclass
class
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