Uses of Interface
com.atlassian.confluence.impl.setup.BootstrapConfigurer
-
Packages that use BootstrapConfigurer Package Description com.atlassian.confluence.impl.setup com.atlassian.confluence.setup.actions -
-
Uses of BootstrapConfigurer in com.atlassian.confluence.impl.setup
Classes in com.atlassian.confluence.impl.setup that implement BootstrapConfigurer Modifier and Type Class Description class
DelegatingBootstrapConfigurer
An implementation ofBootstrapConfigurer
that delegates to aBootstrapManager
.Methods in com.atlassian.confluence.impl.setup that return BootstrapConfigurer Modifier and Type Method Description static BootstrapConfigurer
BootstrapConfigurer. getBootstrapConfigurer()
Statically obtains an instance of theBootstrapConfigurer
fromBootstrapUtils
. -
Uses of BootstrapConfigurer in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return BootstrapConfigurer Modifier and Type Method Description protected BootstrapConfigurer
AbstractSetupAction. bootstrapConfigurer()
Methods in com.atlassian.confluence.setup.actions with parameters of type BootstrapConfigurer Modifier and Type Method Description void
AbstractSetupAction. setBootstrapConfigurer(BootstrapConfigurer bootstrapConfigurer)
-