Package org.apache.struts2.rest.handler
Class XStreamHandler
java.lang.Object
org.apache.struts2.rest.handler.XStreamHandler
- All Implemented Interfaces:
ContentTypeHandler
Handles XML content
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDefaultPermissions
(ActionInvocation invocation, com.thoughtworks.xstream.XStream stream) protected com.thoughtworks.xstream.XStream
createXStream
(ActionInvocation invocation) fromObject
(ActionInvocation invocation, Object obj, String resultCode, Writer out) Gets the content type for this handlerGets the extension this handler supportsvoid
toObject
(ActionInvocation invocation, Reader in, Object target)
-
Constructor Details
-
XStreamHandler
public XStreamHandler()
-
-
Method Details
-
fromObject
public String fromObject(ActionInvocation invocation, Object obj, String resultCode, Writer out) throws IOException - Specified by:
fromObject
in interfaceContentTypeHandler
- Throws:
IOException
-
toObject
- Specified by:
toObject
in interfaceContentTypeHandler
-
createXStream
-
addDefaultPermissions
protected void addDefaultPermissions(ActionInvocation invocation, com.thoughtworks.xstream.XStream stream) -
getContentType
Description copied from interface:ContentTypeHandler
Gets the content type for this handler- Specified by:
getContentType
in interfaceContentTypeHandler
- Returns:
- The mime type
-
getExtension
Description copied from interface:ContentTypeHandler
Gets the extension this handler supports- Specified by:
getExtension
in interfaceContentTypeHandler
- Returns:
- The extension
-