Uses of Class
com.atlassian.plugin.web.renderer.RendererException

Packages that use RendererException
com.atlassian.plugin.web.renderer   
 

Uses of RendererException in com.atlassian.plugin.web.renderer
 

Methods in com.atlassian.plugin.web.renderer that throw RendererException
 void WebPanelRenderer.render(String templateName, Plugin plugin, Map<String,Object> context, Writer writer)
          Renders the template to the writer.
 void StaticWebPanelRenderer.render(String templateName, Plugin plugin, Map<String,Object> context, Writer writer)
           
 String WebPanelRenderer.renderFragment(String fragment, Plugin plugin, Map<String,Object> context)
          Renders the fragment using the given context and adding I18nResolver and WebResourceManager.
 String StaticWebPanelRenderer.renderFragment(String fragment, Plugin plugin, Map<String,Object> context)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.