Uses of Class
org.apache.struts2.rest.handler.AbstractContentTypeHandler

Packages that use AbstractContentTypeHandler
org.apache.struts2.rest.handler   
 

Uses of AbstractContentTypeHandler in org.apache.struts2.rest.handler
 

Subclasses of AbstractContentTypeHandler in org.apache.struts2.rest.handler
 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 http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4
 class HtmlHandler
          Handles HTML content, usually just a simple passthrough to the framework
 class JacksonLibHandler
          Handles JSON content using jackson-lib
 class JsonLibHandler
          Handles JSON content using json-lib
 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 http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4
 class XStreamHandler
          Handles XML content
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.