Class Hierarchy
- java.lang.Object
- org.apache.struts2.rest.handler.AbstractContentTypeHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.FormUrlEncodedHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.HtmlHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.JacksonJsonHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.JacksonXmlHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.JuneauXmlHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.MultipartFormDataHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
- org.apache.struts2.rest.handler.XStreamHandler (implements org.apache.struts2.rest.handler.ContentTypeHandler)
Interface Hierarchy
- org.apache.struts2.rest.handler.ContentTypeHandler