Deprecated API


Contents
Deprecated Interfaces
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. 
 

Deprecated Classes
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. 
 

Deprecated Annotation Types
com.atlassian.templaterenderer.annotations.HtmlSafe
          use com.atlassian.velocity.htmlsafe.HtmlSafe instead 
 



Copyright © 2012 Atlassian. All Rights Reserved.