Package org.apache.struts2.rest.handler
Class HtmlHandler
java.lang.Object
org.apache.struts2.rest.handler.HtmlHandler
- All Implemented Interfaces:
ContentTypeHandler
Handles HTML content, usually just a simple passthrough to the framework
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromObject
(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
-
HtmlHandler
public HtmlHandler()
-
-
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
-
getExtension
Description copied from interface:ContentTypeHandler
Gets the extension this handler supports- Specified by:
getExtension
in interfaceContentTypeHandler
- Returns:
- The extension
-
getContentType
Description copied from interface:ContentTypeHandler
Gets the content type for this handler- Specified by:
getContentType
in interfaceContentTypeHandler
- Returns:
- The mime type
-