- render(String, Plugin, Map<String, Object>, Writer) - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
-
Deprecated.
- render(String, Writer) - Method in interface com.atlassian.templaterenderer.TemplateRenderer
-
Renders the template to the writer, using the given context and adding an I18nResolver, WebResourceManager and WebResourceUrlProvider.
- render(String, Map<String, Object>, Writer) - Method in interface com.atlassian.templaterenderer.TemplateRenderer
-
Renders the template to the writer, using the given context and adding an I18nResolver, WebResourceManager and WebResourceUrlProvider.
- renderFragment(String, Plugin, Map<String, Object>) - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
-
Deprecated.
- renderFragment(Writer, String, Plugin, Map<String, Object>) - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
-
Deprecated.
- renderFragment(String, Map<String, Object>) - Method in interface com.atlassian.templaterenderer.TemplateRenderer
-
Renders the template to the writer, using the given context and adding an I18nResolver, WebResourceManager and WebResourceUrlProvider.
- RenderingException - Exception in com.atlassian.templaterenderer
-
- RenderingException(String, Throwable) - Constructor for exception com.atlassian.templaterenderer.RenderingException
-
- RenderingException(String) - Constructor for exception com.atlassian.templaterenderer.RenderingException
-
- RenderingException(Throwable) - Constructor for exception com.atlassian.templaterenderer.RenderingException
-
- resolve(String) - Method in interface com.atlassian.templaterenderer.TemplateRenderer
-
Check whether the given template exists or not
- ReturnValueAnnotation - Annotation Type in com.atlassian.templaterenderer.annotations
-
A meta annotation that indicates to the annotation uberspect that the annotation should be retained with the return
value in the Velocity context.