public interface ViewComponent
ViewComponent represents a view of an entity in the gadgets system. It provides a displayable
id and title that can be used during rendering of the component, was well as a means to write the rendered
component to a Writer.| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(Writer writer)
Renders the component represented by this view and writes it to the
Writer. |
void writeTo(Writer writer) throws IOException
Writer.writer - where the rendered component is writtenIOException - thrown if there is a problem writing the rendered component to the WriterCopyright © 2024 Atlassian. All rights reserved.