|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Type - public interface FormatReader<Type>
Convert a mimetype to a Java object.
| Method Summary | |
|---|---|
Map<String,Object> |
createScriptParameters(WebScriptRequest req,
WebScriptResponse res)
Create script parameters specific to source mimetype |
Class<? extends Type> |
getDestinationClass()
Gets the Java Class to convert to |
String |
getSourceMimetype()
Gets the source mimetype to convert from |
Type |
read(WebScriptRequest req)
Converts mimetype to Java Object |
| Method Detail |
|---|
String getSourceMimetype()
Class<? extends Type> getDestinationClass()
Type read(WebScriptRequest req)
req - web script request
Map<String,Object> createScriptParameters(WebScriptRequest req,
WebScriptResponse res)
req - web script requestres - web script response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||