A B C D E G H I J L P R S T U V

A

AbstractCachingWebPanelRenderer - Class in com.atlassian.templaterenderer.velocity
 
AbstractCachingWebPanelRenderer(PluginEventManager) - Constructor for class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
AbstractVelocityRendererImplTest - Class in com.atlassian.templaterenderer.velocity.tests
 
AbstractVelocityRendererImplTest() - Constructor for class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 
AbstractVelocityRendererImplTest.AtrHtmlUnescaped - Class in com.atlassian.templaterenderer.velocity.tests
 
AbstractVelocityRendererImplTest.AtrHtmlUnescaped(String) - Constructor for class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest.AtrHtmlUnescaped
 
AbstractVelocityRendererImplTest.VhsHtmlUnescaped - Class in com.atlassian.templaterenderer.velocity.tests
 
AbstractVelocityRendererImplTest.VhsHtmlUnescaped(String) - Constructor for class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest.VhsHtmlUnescaped
 
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.  
afterPropertiesSet() - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
assertThatAtrHtmlSafeCausesHtmlEntitiesNotToBeEscaped() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 
assertThatHtmlEntitiesInVariablesAreEscaped() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 
assertThatVhsHtmlSafeCausesHtmlEntitiesNotToBeEscaped() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 

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

CachingWebPanelRendererTracker - Class in com.atlassian.templaterenderer.velocity
Tracks the creation of AbstractCachingWebPanelRenderer and invokes AbstractCachingWebPanelRenderer.destroy() method when the application context is closed.
CachingWebPanelRendererTracker() - Constructor for class com.atlassian.templaterenderer.velocity.CachingWebPanelRendererTracker
 
clearAssertionStatus() - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
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
 
com.atlassian.templaterenderer.velocity - package com.atlassian.templaterenderer.velocity
 
com.atlassian.templaterenderer.velocity.integrationtest - package com.atlassian.templaterenderer.velocity.integrationtest
 
com.atlassian.templaterenderer.velocity.log - package com.atlassian.templaterenderer.velocity.log
 
com.atlassian.templaterenderer.velocity.one.five - package com.atlassian.templaterenderer.velocity.one.five
 
com.atlassian.templaterenderer.velocity.one.five.internal - package com.atlassian.templaterenderer.velocity.one.five.internal
 
com.atlassian.templaterenderer.velocity.one.six - package com.atlassian.templaterenderer.velocity.one.six
 
com.atlassian.templaterenderer.velocity.one.six.internal - package com.atlassian.templaterenderer.velocity.one.six.internal
 
com.atlassian.templaterenderer.velocity.tests - package com.atlassian.templaterenderer.velocity.tests
 
CommonsLogChute - Class in com.atlassian.templaterenderer.velocity.log
 
CommonsLogChute() - Constructor for class com.atlassian.templaterenderer.velocity.log.CommonsLogChute
 
CompositeClassLoader - Class in com.atlassian.templaterenderer.velocity
A CompositeClassLoader that will try to load classes/resources using multiple classloaders.
CompositeClassLoader(ClassLoader...) - Constructor for class com.atlassian.templaterenderer.velocity.CompositeClassLoader
Creates a new composite class loader.
containsAnnotationOfType(Collection<Annotation>, Class<? extends Annotation>) - Static method in class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlSafeAnnotationUtils
Detects whether a collection contains an annotation of a particular type
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.  
createRenderer(Plugin) - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
createRenderer(Plugin) - Method in class com.atlassian.templaterenderer.velocity.one.five.VelocityWebPanelRenderer
 
createRenderer(Plugin) - Method in class com.atlassian.templaterenderer.velocity.one.six.VelocityWebPanelRenderer
 
createVelocityRenderer(TemplateContextFactory, ClassLoader, String, Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 

D

destroy() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextFactoryImpl
 
destroy() - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
destroy() - Method in class com.atlassian.templaterenderer.velocity.CachingWebPanelRendererTracker
 
disabled() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.templaterenderer.velocity.one.five.VelocityOnePointFiveTestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.templaterenderer.velocity.one.six.VelocityOnePointSixTestServlet
 
DynamicParserPool - Class in com.atlassian.templaterenderer.velocity
A Velocity ParserPool implementation that is backed by commons-pool.
DynamicParserPool() - Constructor for class com.atlassian.templaterenderer.velocity.DynamicParserPool
 

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

get() - Method in class com.atlassian.templaterenderer.velocity.DynamicParserPool
 
getAnnotationsForMethod(Method) - Method in class com.atlassian.templaterenderer.velocity.TemplateRendererReturnValueAnnotator
 
getClassLoader(Bundle) - Static method in class com.atlassian.templaterenderer.BundleClassLoaderAccessor
 
getContent(String) - Static method in class com.atlassian.templaterenderer.velocity.integrationtest.TestRunner
 
getContextKey() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
getInstance(ClassLoader) - Method in interface com.atlassian.templaterenderer.TemplateRendererFactory
Deprecated.  
getInstance(ClassLoader) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(ClassLoader, Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(ClassLoader, Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(ClassLoader) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(ClassLoader, Map<String, String>) - Method in interface com.atlassian.templaterenderer.velocity.one.five.VelocityTemplateRendererFactory
Deprecated. This method is no longer needed, as the factory service imported by plugins will be one that already knows what the plugins bundles classloader should be. Use #getInstance(Map) instead.
getInstance(Map<String, String>) - Method in interface com.atlassian.templaterenderer.velocity.one.five.VelocityTemplateRendererFactory
Get an instance of a velocity template renderer initialised with the given properties for the velocity engine
getInstance(ClassLoader) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(ClassLoader, Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryImpl
 
getInstance(ClassLoader, Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(Map<String, String>) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(ClassLoader) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
getInstance(ClassLoader, Map<String, String>) - Method in interface com.atlassian.templaterenderer.velocity.one.six.VelocityTemplateRendererFactory
Deprecated. This method is no longer needed, as the factory service imported by plugins will be one that already knows what the plugins bundles classloader should be. Use #getInstance(Map) instead.
getInstance(Map<String, String>) - Method in interface com.atlassian.templaterenderer.velocity.one.six.VelocityTemplateRendererFactory
Get an instance of a velocity template renderer initialised with the given properties for the velocity engine
getMethodAnnotations(Method) - Method in class com.atlassian.templaterenderer.velocity.TemplateRendererAnnotationBoxingUberspect
 
getModule() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
getResource(String) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
getResourceAsStream(String) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
getResources(String) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
getResourceType() - Method in class com.atlassian.templaterenderer.AbstractVelocityWebPanelRenderer
Deprecated.  
getResourceType() - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
getService(Bundle, ServiceRegistration) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
getService(Bundle, ServiceRegistration) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererServiceFactory
 
getService(Bundle, ServiceRegistration) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
getService(Bundle, ServiceRegistration) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererServiceFactory
 
getString() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest.AtrHtmlUnescaped
 
getString() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest.VhsHtmlUnescaped
 

H

hasHtmlSafeToStringMethod(Object) - Static method in class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlSafeAnnotationUtils
Return true if the object has a toString method that has been annotated as HtmlSafe
hex(char) - Static method in class com.atlassian.templaterenderer.JavaScriptEscaper
Returns an upper case hexadecimal String for the given character.
HTML_SAFE_ANNOTATION - Static variable in class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlSafeAnnotationUtils
 
HtmlSafe - Annotation Type in com.atlassian.templaterenderer.annotations
Deprecated. use HtmlSafe instead

I

init(Plugin, Element) - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
init(RuntimeServices) - Method in class com.atlassian.templaterenderer.velocity.log.CommonsLogChute
 
initialize(RuntimeServices) - Method in class com.atlassian.templaterenderer.velocity.DynamicParserPool
 
initRenderer() - Method in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 
isGlobal() - Method in class com.atlassian.templaterenderer.plugins.TemplateContextItemModuleDescriptor
 
isHtmlSafeValue(AnnotationBoxedElement) - Static method in class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlSafeAnnotationUtils
Determines wheter an annotated value is htmlsafe (i.e should not be encoded during rendering)
isLevelEnabled(int) - Method in class com.atlassian.templaterenderer.velocity.log.CommonsLogChute
 

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
 

L

loadClass(String) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
log(int, String) - Method in class com.atlassian.templaterenderer.velocity.log.CommonsLogChute
 
log(int, String, Throwable) - Method in class com.atlassian.templaterenderer.velocity.log.CommonsLogChute
 

P

pluginUnloaded(PluginDisabledEvent) - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
postProcessAfterInitialization(Object, String) - Method in class com.atlassian.templaterenderer.velocity.CachingWebPanelRendererTracker
 
postProcessBeforeInitialization(Object, String) - Method in class com.atlassian.templaterenderer.velocity.CachingWebPanelRendererTracker
 
put(Parser) - Method in class com.atlassian.templaterenderer.velocity.DynamicParserPool
 

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, 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.
render(String, Plugin, Map<String, Object>, Writer) - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
render(String, Writer) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererImpl
 
render(String, Map<String, Object>, Writer) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererImpl
 
render(String, Writer) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererImpl
 
render(String, Map<String, Object>, Writer) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererImpl
 
renderer - Variable in class com.atlassian.templaterenderer.velocity.tests.AbstractVelocityRendererImplTest
 
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.
renderFragment(String, Plugin, Map<String, Object>) - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
renderFragment(Writer, String, Plugin, Map<String, Object>) - Method in class com.atlassian.templaterenderer.velocity.AbstractCachingWebPanelRenderer
 
renderFragment(String, Map<String, Object>) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererImpl
 
renderFragment(String, Map<String, Object>) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererImpl
 
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
resolve(String) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererImpl
Check whether the given template exists or not
resolve(String) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererImpl
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.
runServletCheck(String, String) - Static method in class com.atlassian.templaterenderer.velocity.integrationtest.TestRunner
 

S

setClassAssertionStatus(String, boolean) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
setDefaultAssertionStatus(boolean) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
setPackageAssertionStatus(String, boolean) - Method in class com.atlassian.templaterenderer.velocity.CompositeClassLoader
 
shouldEscape(String, Object, Collection<Annotation>) - Method in class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlAnnotationEscaper
 

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, PluginEventManager) - Constructor for class com.atlassian.templaterenderer.plugins.TemplateContextFactoryImpl
 
TemplateContextItemModuleDescriptor - Class in com.atlassian.templaterenderer.plugins
Module descriptor for template context items.
TemplateContextItemModuleDescriptor(ModuleFactory) - 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.
TemplateRendererAnnotationBoxingUberspect - Class in com.atlassian.templaterenderer.velocity
 
TemplateRendererAnnotationBoxingUberspect() - Constructor for class com.atlassian.templaterenderer.velocity.TemplateRendererAnnotationBoxingUberspect
 
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.
TemplateRendererHtmlAnnotationEscaper - Class in com.atlassian.templaterenderer.velocity
 
TemplateRendererHtmlAnnotationEscaper() - Constructor for class com.atlassian.templaterenderer.velocity.TemplateRendererHtmlAnnotationEscaper
 
TemplateRendererHtmlSafeAnnotationUtils - Class in com.atlassian.templaterenderer.velocity
Utilities for working with the deprecated HtmlSafe annotation
TemplateRendererReturnValueAnnotator - Class in com.atlassian.templaterenderer.velocity
 
TemplateRendererReturnValueAnnotator() - Constructor for class com.atlassian.templaterenderer.velocity.TemplateRendererReturnValueAnnotator
 
TestRunner - Class in com.atlassian.templaterenderer.velocity.integrationtest
 
TestRunner() - Constructor for class com.atlassian.templaterenderer.velocity.integrationtest.TestRunner
 
toString() - Method in class com.atlassian.templaterenderer.velocity.DynamicParserPool
 

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererServiceFactory
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
ungetService(Bundle, ServiceRegistration, Object) - Method in class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererServiceFactory
 

V

VelocityOnePointFiveTestServlet - Class in com.atlassian.templaterenderer.velocity.one.five
 
VelocityOnePointFiveTestServlet(TemplateRenderer) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.VelocityOnePointFiveTestServlet
 
VelocityOnePointSixTestServlet - Class in com.atlassian.templaterenderer.velocity.one.six
 
VelocityOnePointSixTestServlet(TemplateRenderer) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.VelocityOnePointSixTestServlet
 
VelocityTemplateRenderer - Interface in com.atlassian.templaterenderer.velocity.one.five
This interface exists for people that specifically want a 1.5 velocity template renderer
VelocityTemplateRenderer - Interface in com.atlassian.templaterenderer.velocity.one.six
This interface exists for people that specifically want a 1.6 velocity template renderer
VelocityTemplateRendererFactory - Interface in com.atlassian.templaterenderer.velocity.one.five
Factory for plugins wanting to pass specific properties to a velocity template renderer
VelocityTemplateRendererFactory - Interface in com.atlassian.templaterenderer.velocity.one.six
Factory for plugins wanting to pass specific properties to a velocity template renderer
VelocityTemplateRendererFactoryImpl - Class in com.atlassian.templaterenderer.velocity.one.five.internal
 
VelocityTemplateRendererFactoryImpl(TemplateContextFactory, ClassLoader, String) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryImpl
 
VelocityTemplateRendererFactoryImpl - Class in com.atlassian.templaterenderer.velocity.one.six.internal
Factory for instantiating customised velocity template renderers.
VelocityTemplateRendererFactoryImpl(TemplateContextFactory, String, ClassLoader) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryImpl
 
VelocityTemplateRendererFactoryServiceFactory - Class in com.atlassian.templaterenderer.velocity.one.five.internal
Service factory for instantiating velocity template renderer factories.
VelocityTemplateRendererFactoryServiceFactory(TemplateContextFactory) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererFactoryServiceFactory
 
VelocityTemplateRendererFactoryServiceFactory - Class in com.atlassian.templaterenderer.velocity.one.six.internal
Service factory for instantiating velocity template renderer factories.
VelocityTemplateRendererFactoryServiceFactory(TemplateContextFactory) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererFactoryServiceFactory
 
VelocityTemplateRendererImpl - Class in com.atlassian.templaterenderer.velocity.one.five.internal
 
VelocityTemplateRendererImpl(TemplateContextFactory, ClassLoader, String, Map<String, String>) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererImpl
 
VelocityTemplateRendererImpl - Class in com.atlassian.templaterenderer.velocity.one.six.internal
A velocity template renderer
VelocityTemplateRendererImpl(ClassLoader, String, Map<String, String>, TemplateContextFactory) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererImpl
 
VelocityTemplateRendererServiceFactory - Class in com.atlassian.templaterenderer.velocity.one.five.internal
Service factory for instantiating a template renderer for the given bundle
VelocityTemplateRendererServiceFactory(TemplateContextFactory) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.internal.VelocityTemplateRendererServiceFactory
 
VelocityTemplateRendererServiceFactory - Class in com.atlassian.templaterenderer.velocity.one.six.internal
Service factory for instantiating a template renderer for the given bundle
VelocityTemplateRendererServiceFactory(TemplateContextFactory) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererServiceFactory
 
VelocityWebPanelRenderer - Class in com.atlassian.templaterenderer.velocity.one.five
 
VelocityWebPanelRenderer(TemplateContextFactory, PluginEventManager) - Constructor for class com.atlassian.templaterenderer.velocity.one.five.VelocityWebPanelRenderer
 
VelocityWebPanelRenderer - Class in com.atlassian.templaterenderer.velocity.one.six
 
VelocityWebPanelRenderer(TemplateContextFactory, PluginEventManager) - Constructor for class com.atlassian.templaterenderer.velocity.one.six.VelocityWebPanelRenderer
 

A B C D E G H I J L P R S T U V

Copyright © 2014 Atlassian. All Rights Reserved.