| Package | Description |
|---|---|
| com.atlassian.plugin.web.renderer |
| Modifier and Type | Method and Description |
|---|---|
void |
WebPanelRenderer.render(String templateName,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context,
Writer writer)
Renders the template to the writer.
|
void |
StaticWebPanelRenderer.render(String templateName,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context,
Writer writer) |
String |
WebPanelRenderer.renderFragment(String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context)
Deprecated.
since 2.11. Use
WebPanelRenderer.renderFragment(java.io.Writer, String, com.atlassian.plugin.Plugin, java.util.Map)
instead. Method no longer used inside the atlassian-plugins-webfragment module. |
String |
StaticWebPanelRenderer.renderFragment(String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context) |
void |
WebPanelRenderer.renderFragment(Writer writer,
String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context)
Renders the
fragment using the given context and adding I18nResolver and WebResourceManager, writing the output to the provided writer. |
void |
StaticWebPanelRenderer.renderFragment(Writer writer,
String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> context) |
Copyright © 2018 Atlassian. All rights reserved.