Uses of Interface
com.atlassian.confluence.plugin.services.VelocityHelperService
Packages that use VelocityHelperService
Package
Description
-
Uses of VelocityHelperService in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type VelocityHelperServiceModifierConstructorDescriptionDefaultSearchResultResultRenderer(VelocityHelperService velocityService) -
Uses of VelocityHelperService in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type VelocityHelperServiceModifier and TypeMethodDescriptionvoidGenericVelocityMacro.setVelocityHelperService(VelocityHelperService velocityHelperService) -
Uses of VelocityHelperService in com.atlassian.confluence.plugin.services
Classes in com.atlassian.confluence.plugin.services that implement VelocityHelperServiceModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of VelocityHelperService in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type VelocityHelperServiceModifier and TypeMethodDescriptionvoidCreateSpaceButtonMacro.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 VelocityHelperServiceModifierConstructorDescriptionMacroResource(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, ContentMacroService contentMacroService, com.atlassian.applinks.host.spi.InternalHostApplication internalHostApplication) -
Uses of VelocityHelperService in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type VelocityHelperServiceModifierConstructorDescriptionDefaultEmailService(com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory, VelocityHelperService velocityHelperService, MailServerExistsCriteria mailServerExistsCriteria) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of VelocityHelperService in com.atlassian.confluence.xss
Methods in com.atlassian.confluence.xss with parameters of type VelocityHelperServiceModifier and TypeMethodDescriptionvoidStaticRenderingAction.setVelocityHelperService(VelocityHelperService velocityHelperService)
VelocityEngineRenderingService