@Deprecated public abstract class AbstractVelocityWebPanelRenderer extends Object implements com.atlassian.plugin.web.renderer.WebPanelRenderer
| Constructor and Description |
|---|
AbstractVelocityWebPanelRenderer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,TemplateRenderer> |
createCacheMap()
Deprecated.
|
protected abstract TemplateRenderer |
createRenderer(com.atlassian.plugin.Plugin plugin)
Deprecated.
|
String |
getResourceType()
Deprecated.
|
void |
render(String s,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> stringObjectMap,
Writer writer)
Deprecated.
|
String |
renderFragment(String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> stringObjectMap)
Deprecated.
|
void |
renderFragment(Writer writer,
String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> stringObjectMap)
Deprecated.
|
public AbstractVelocityWebPanelRenderer()
public String getResourceType()
getResourceType in interface com.atlassian.plugin.web.renderer.WebPanelRendererpublic void render(String s, com.atlassian.plugin.Plugin plugin, Map<String,Object> stringObjectMap, Writer writer) throws IOException
render in interface com.atlassian.plugin.web.renderer.WebPanelRendererIOExceptionpublic String renderFragment(String fragment, com.atlassian.plugin.Plugin plugin, Map<String,Object> stringObjectMap)
renderFragment in interface com.atlassian.plugin.web.renderer.WebPanelRendererpublic void renderFragment(Writer writer, String fragment, com.atlassian.plugin.Plugin plugin, Map<String,Object> stringObjectMap) throws IOException
renderFragment in interface com.atlassian.plugin.web.renderer.WebPanelRendererIOExceptionprotected abstract TemplateRenderer createRenderer(com.atlassian.plugin.Plugin plugin)
plugin - the Plugin to be used as context for the created renderer. It provides the ClassLoader for
resolving templates and other resources and a plugin key to be used to resolve template context items from the
TemplateContextFactory.TemplateRenderer for the supplied Plugin. This may be cached by the underlying
implementation.protected Map<String,TemplateRenderer> createCacheMap()
Copyright © 2020 Atlassian. All rights reserved.