|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
@Deprecated public abstract class AbstractVelocityWebPanelRenderer
| Constructor Summary | |
|---|---|
AbstractVelocityWebPanelRenderer()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVelocityWebPanelRenderer()
| Method Detail |
|---|
public String getResourceType()
getResourceType in interface com.atlassian.plugin.web.renderer.WebPanelRenderer
public 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.WebPanelRendererIOException
public String renderFragment(String fragment,
com.atlassian.plugin.Plugin plugin,
Map<String,Object> stringObjectMap)
renderFragment in interface com.atlassian.plugin.web.renderer.WebPanelRenderer
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||