Uses of Interface
org.apache.struts2.rest.handler.ContentTypeHandler

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

Uses of ContentTypeHandler in org.apache.struts2.rest
 

Methods in org.apache.struts2.rest that return ContentTypeHandler
 ContentTypeHandler ContentTypeHandlerManager.getHandlerForRequest(javax.servlet.http.HttpServletRequest req)
          Gets the handler for the request by looking at the request content type and extension
 ContentTypeHandler DefaultContentTypeHandlerManager.getHandlerForRequest(javax.servlet.http.HttpServletRequest req)
          Gets the handler for the request by looking at the request content type and extension
 ContentTypeHandler ContentTypeHandlerManager.getHandlerForResponse(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Gets the handler for the response by looking at the extension of the request
 ContentTypeHandler DefaultContentTypeHandlerManager.getHandlerForResponse(javax.servlet.http.HttpServletRequest req, javax.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 ContentTypeHandler
 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 JsonLibHandler
          Handles JSON content using json-lib
 class XStreamHandler
          Handles XML content
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.