Package com.atlassian.gadgets.view
Interface ViewComponent
public interface ViewComponent
A
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.-
Method Summary
-
Method Details
-
writeTo
Renders the component represented by this view and writes it to theWriter.- Parameters:
writer- where the rendered component is written- Throws:
IOException- thrown if there is a problem writing the rendered component to theWriter
-