public interface ContentTypeHandler
Modifier and Type | Method and Description |
---|---|
String |
fromObject(Object obj,
String resultCode,
Writer stream)
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
|
void toObject(Reader in, Object target) throws IOException
in
- The input stream, usually the body of the requesttarget
- The target, usually the action classIOException
String fromObject(Object obj, String resultCode, Writer stream) throws IOException
obj
- The object to write to the stream, usually the Action classresultCode
- The original result codestream
- The output stream, usually the responseIOException
- If unable to write to the output streamString getContentType()
String getExtension()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.