org.apache.struts2.rest.handler
Class JsonLibHandler
java.lang.Object
org.apache.struts2.rest.handler.AbstractContentTypeHandler
org.apache.struts2.rest.handler.JsonLibHandler
- All Implemented Interfaces:
- ContentTypeHandler
public class JsonLibHandler
- extends AbstractContentTypeHandler
Handles JSON content using json-lib
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonLibHandler
public JsonLibHandler()
toObject
public void toObject(com.opensymphony.xwork2.ActionInvocation invocation,
Reader in,
Object target)
throws IOException
- Throws:
IOException
fromObject
public String fromObject(com.opensymphony.xwork2.ActionInvocation invocation,
Object obj,
String resultCode,
Writer stream)
throws IOException
- Throws:
IOException
getContentType
public String getContentType()
- Description copied from interface:
ContentTypeHandler
- Gets the content type for this handler
- Returns:
- The mime type
getExtension
public String getExtension()
- Description copied from interface:
ContentTypeHandler
- Gets the extension this handler supports
- Returns:
- The extension
setDefaultEncoding
public void setDefaultEncoding(String val)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.