public class HtmlHandler extends Object implements ContentTypeHandler
Constructor and Description |
---|
HtmlHandler() |
Modifier and Type | Method and Description |
---|---|
String |
fromObject(Object obj,
String resultCode,
Writer out)
Writes content to the stream
|
String |
getContentType()
Gets the content type for this handler
|
String |
getExtension()
Gets the extension this handler supports
|
void |
toObject(Reader in,
Object target)
Populates an object using data from the input stream
|
public String fromObject(Object obj, String resultCode, Writer out) throws IOException
ContentTypeHandler
fromObject
in interface ContentTypeHandler
obj
- The object to write to the stream, usually the Action classresultCode
- The original result codeout
- The output stream, usually the responseIOException
- If unable to write to the output streampublic void toObject(Reader in, Object target)
ContentTypeHandler
toObject
in interface ContentTypeHandler
in
- The input stream, usually the body of the requesttarget
- The target, usually the action classpublic String getExtension()
ContentTypeHandler
getExtension
in interface ContentTypeHandler
public String getContentType()
ContentTypeHandler
getContentType
in interface ContentTypeHandler
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.