com.atlassian.jira.web.Renderable |
Class Overview
Some renderable content that can be rendered by a render tag.
Renderables are rendered straight to an HTML stream, no attempt is made by the caller to escape the content written,
hence it is the responsibility of the implementor to ensure that any user entered content is escaped.
A renderable could be invoked many times, and hence should not consumer any resources it can't recreate.
Summary
Public Methods |
void
|
render(Writer writer)
Render this content to the given writer.
|
Public Methods
public
void
render
(Writer writer)
Render this content to the given writer.
Parameters
writer
| The writer to render to |