Known Direct Subclasses
| DualModeGenerator<T> |
A bridge between old and new data models for output generators. |
| ElementGenerator<E extends Element> |
The ElementGenerator class implements a simple {WireFormatOutputGenerator}
that can generate documents from any GDOM Element representation. |
|
Known Indirect Subclasses
|
Summary
| Public Methods |
|
void
|
generate(Writer w, OutputProperties outProps, T source)
Generates content to the writer based upon the provided request/response.
|
|
abstract
WireFormat
|
getWireFormat()
Returns the wire format to use when generating this output.
|
Public Constructors
public
WireFormatOutputGenerator
()
Public Methods
public
void
generate
(Writer w, OutputProperties outProps, T source)
Generates content to the writer based upon the provided request/response.
Parameters
| w
| Output writer. |
| outProps
| Output properties for the generated output. |
| source
| Source object for the generated output. |
public
abstract
WireFormat
getWireFormat
()
Returns the wire format to use when generating this output.