| Interface and Description |
|---|
| com.atlassian.templaterenderer.TemplateRendererFactory
This factory is no longer needed. Plugins can import TemplateRenderer, and they will get a template
renderer appropriately initialised with the right bundle context.
|
| Class and Description |
|---|
| com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
It is broken as it does not listen for when plugins are reloaded. This leads stale references to old
renderers being used for reloaded plugins. The non-api class AbstractCachingWebPanelRenderer provides a correct
implementation based on this class.
|
| Annotation Type and Description |
|---|
| com.atlassian.templaterenderer.annotations.HtmlSafe
use com.atlassian.velocity.htmlsafe.HtmlSafe instead
|
Copyright © 2020 Atlassian. All rights reserved.