A B C D E G H I J R T

A

AbstractVelocityWebPanelRenderer - Class in com.atlassian.templaterenderer
Deprecated. 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.
AbstractVelocityWebPanelRenderer() - Constructor for class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
Deprecated.  

B

BundleClassLoaderAccessor - Class in com.atlassian.templaterenderer
Utility methods for accessing a bundle as if it was a classloader.
BundleClassLoaderAccessor() - Constructor for class com.atlassian.templaterenderer.BundleClassLoaderAccessor
 

C

CollectionInheritable - Annotation Type in com.atlassian.templaterenderer.annotations
A meta annotation that indicates to the annotation uberspect that the annotation should be retained with every item in a returned collection
com.atlassian.templaterenderer - package com.atlassian.templaterenderer
 
com.atlassian.templaterenderer.annotations - package com.atlassian.templaterenderer.annotations
 
com.atlassian.templaterenderer.plugins - package com.atlassian.templaterenderer.plugins
 
createCacheMap() - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
Deprecated.  
createContext(String, Map<String, Object>) - Method in class com.atlassian.templaterenderer.plugins.TemplateContextFactoryImpl
Create a context for a template renderer
createContext(String, Map<String, Object>) - Method in interface com.atlassian.templaterenderer.TemplateContextFactory
Create a context for a template renderer
createRenderer(Plugin) - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
Deprecated.  

D

disabled() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 

E

escape(String) - Static method in class com.atlassian.templaterenderer.JavaScriptEscaper
Escapes the characters in a String using JavaScript String rules.
escape(Writer, String) - Static method in class com.atlassian.templaterenderer.JavaScriptEscaper
Escapes the characters in a String using JavaScript String rules to a Writer.

G

getClassLoader(Bundle) - Static method in class com.atlassian.templaterenderer.BundleClassLoaderAccessor
 
getContextKey() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
getInstance(ClassLoader) - Method in interface com.atlassian.templaterenderer.TemplateRendererFactory
Deprecated.  
getModule() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
getResourceType() - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
Deprecated.  

H

hex(char) - Static method in class com.atlassian.templaterenderer.JavaScriptEscaper
Returns an upper case hexadecimal String for the given character.
HtmlSafe - Annotation Type in com.atlassian.templaterenderer.annotations
Deprecated. use com.atlassian.velocity.htmlsafe.HtmlSafe instead

I

init(Plugin, Element) - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
isGlobal() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 

J

JavaScriptEscaper - Class in com.atlassian.templaterenderer
Escaping that was ripped from Apache Commons-Lang StringUtils class, modified to escape the '<' character as a unicode string as described in AG-1005.
JavaScriptEscaper() - Constructor for class com.atlassian.templaterenderer.JavaScriptEscaper
 

R

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 with a default context providing an I18nResolver and WebResourceManager.
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 and WebResourceManager.
renderFragment(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 fragment using the given context and adding I18nResolver and WebResourceManager.
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.

T

TemplateContextFactory - Interface in com.atlassian.templaterenderer
Factory for creating the context for template renderers
TemplateContextFactoryImpl - Class in com.atlassian.templaterenderer.plugins
Implementation of the template context factory
TemplateContextFactoryImpl(PluginAccessor) - Constructor for class com.atlassian.templaterenderer.plugins.TemplateContextFactoryImpl
 
TemplateContextItemModuleDescriptor - Class in com.atlassian.templaterenderer.plugins
Module descriptor for template context items.
TemplateContextItemModuleDescriptor() - Constructor for class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
TemplateRenderer - Interface in com.atlassian.templaterenderer
A service used to abstract the rendering engine used from your code.
TemplateRendererFactory - Interface in com.atlassian.templaterenderer
Deprecated. This factory is no longer needed. Plugins can import TemplateRenderer, and they will get a template renderer appropriately initialised with the right bundle context.

A B C D E G H I J R T

Copyright © 2012 Atlassian. All Rights Reserved.