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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromObject(ActionInvocation invocation, Object obj, String resultCode, Writer out) Gets the content type for this handlerGets the extension this handler supportsvoidtoObject(ActionInvocation invocation, Reader in, Object target) 
- 
Constructor Details- 
HtmlHandlerpublic HtmlHandler()
 
- 
- 
Method Details- 
fromObjectpublic String fromObject(ActionInvocation invocation, Object obj, String resultCode, Writer out) throws IOException - Specified by:
- fromObjectin interface- ContentTypeHandler
- Throws:
- IOException
 
- 
toObject- Specified by:
- toObjectin interface- ContentTypeHandler
 
- 
getExtensionDescription copied from interface:ContentTypeHandlerGets the extension this handler supports- Specified by:
- getExtensionin interface- ContentTypeHandler
- Returns:
- The extension
 
- 
getContentTypeDescription copied from interface:ContentTypeHandlerGets the content type for this handler- Specified by:
- getContentTypein interface- ContentTypeHandler
- Returns:
- The mime type
 
 
-