Uses of Interface
com.atlassian.confluence.plugin.services.VelocityHelperService
- 
- 
Uses of VelocityHelperService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type VelocityHelperService Constructor Description DefaultSearchResultResultRenderer(VelocityHelperService velocityService) - 
Uses of VelocityHelperService in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type VelocityHelperService Modifier and Type Method Description voidGenericVelocityMacro. setVelocityHelperService(VelocityHelperService velocityHelperService) - 
Uses of VelocityHelperService in com.atlassian.confluence.plugin.services
Classes in com.atlassian.confluence.plugin.services that implement VelocityHelperService Modifier and Type Class Description classDefaultVelocityHelperServiceDeprecated, for removal: This API element is subject to removal in a future version.since 8.6 replaced byVelocityEngineRenderingService - 
Uses of VelocityHelperService in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type VelocityHelperService Modifier and Type Method Description voidCreateSpaceButtonMacro. setVelocityHelperService(VelocityHelperService velocityHelperService)voidGlobalReportsMacro. setVelocityHelperService(VelocityHelperService velocityHelperService)voidSpaceDetailsMacro. setVelocityHelperService(VelocityHelperService velocityHelperService)Deprecated.voidSpacesListMacro. setVelocityHelperService(VelocityHelperService velocityHelperService) - 
Uses of VelocityHelperService in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type VelocityHelperService Constructor Description MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser, MacroMetadataManager macroMetadataManager, StorageFormatCleaner storageFormatCleaner, VelocityHelperService velocityHelperService) - 
Uses of VelocityHelperService in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type VelocityHelperService Constructor Description DefaultEmailService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria) - 
Uses of VelocityHelperService in com.atlassian.confluence.xss
Methods in com.atlassian.confluence.xss with parameters of type VelocityHelperService Modifier and Type Method Description voidStaticRenderingAction. setVelocityHelperService(VelocityHelperService velocityHelperService) 
 -