|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- source data type that will be used as the input to the generatorpublic interface OutputGenerator<S>
Interface for generating GData output.
Method Summary | |
---|---|
void |
generate(java.io.OutputStream contentStream,
OutputProperties outProps,
S source)
Generates content to the output stream based upon the provided request/response. |
AltFormat |
getAltFormat()
Returns the alternate representation format produced the generator. |
java.lang.Class<S> |
getSourceType()
Returns the Class that represents the expected source data type for
output generation. |
Method Detail |
---|
AltFormat getAltFormat()
java.lang.Class<S> getSourceType()
Class
that represents the expected source data type for
output generation.
void generate(java.io.OutputStream contentStream, OutputProperties outProps, S source) throws java.io.IOException
contentStream
- the target stream for content generation.outProps
- output properties for the generated outputsource
- source object for output generation
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |