Package org.jgrapes.webconsole.base
Interface ResourceByGenerator.Generator
- Enclosing class:
ResourceByGenerator
public static interface ResourceByGenerator.Generator
The interface that must be implemented by the content provider.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream stream) Write the generated output to the given stream.
-
Method Details
-
write
Write the generated output to the given stream.- Parameters:
stream
- the output stream- Throws:
IOException
- Signals that an I/O exception has occurred.
-