Uses of Class
org.spincast.defaults.bootstrapping.SpincastBootstrapper
Packages that use SpincastBootstrapper
-
Uses of SpincastBootstrapper in org.spincast.defaults.bootstrapping
Methods in org.spincast.defaults.bootstrapping that return SpincastBootstrapperModifier and TypeMethodDescriptionBind the specified class as the app class.SpincastBootstrapper.bindCurrentClass(boolean bindCallerClass) static SpincastBootstrapperSpincast.configure()Starts the bootsrapping of a Spincast application, using the default plugins.SpincastBootstrapper.disableAllDefaultPlugins()Disable all the default plugins (including the core plugin).SpincastBootstrapper.disableCorePlugin()Disables the default Core plugin.SpincastBootstrapper.disableDefaultConfigPlugin()Disables the default Configuration plugin.SpincastBootstrapper.disableDefaultCookiesPlugin()Disables the default Cookies plugin.SpincastBootstrapper.disableDefaultDictionaryPlugin()Disables the default Dictionary plugin.SpincastBootstrapper.disableDefaultHttpCachingPlugin()Disables the default HTTP Caching plugin.SpincastBootstrapper.disableDefaultJsonPlugin()Disables the default Json plugin.SpincastBootstrapper.disableDefaultLocaleResolverPlugin()Disables the default Locale Resolver plugin.SpincastBootstrapper.disableDefaultRequestPlugin()Disables the default Request plugin.SpincastBootstrapper.disableDefaultResponsePlugin()Disables the default Response plugin.SpincastBootstrapper.disableDefaultRoutingPlugin()Disables the default Routing plugin.SpincastBootstrapper.disableDefaultServerPlugin()Disables the default Server plugin.SpincastBootstrapper.disableDefaultTemplatingAddonPlugin()Disables the default Templating add-on plugin.SpincastBootstrapper.disableDefaultTemplatingPlugin()Disables the default Templating plugin.SpincastBootstrapper.disableDefaultTimeZoneResolverPlugin()Disables the default TimeZone Resolver plugin.SpincastBootstrapper.disableDefaultVariablesPlugin()Disables the default Variables add-on plugin.SpincastBootstrapper.disableDefaultXmlPlugin()Disables the default XML plugin.SpincastBootstrapper.module(com.google.inject.Module module) Adds a Guice module.Adds some Guice modules.SpincastBootstrapper.plugin(SpincastPlugin plugin) Adds a plugin.SpincastBootstrapper.plugins(List<SpincastPlugin> plugins) Adds some plugin.SpincastBootstrapper.requestContextImplementationClass(Class<? extends RequestContext<?>> clazz) SpincastBootstrapper.websocketContextImplementationClass(Class<? extends WebsocketContext<?>> clazz) -
Uses of SpincastBootstrapper in org.spincast.testing.defaults
Methods in org.spincast.testing.defaults that return SpincastBootstrapperModifier and TypeMethodDescriptionprotected SpincastBootstrapperNoAppStartHttpServerCustomContextTypesTestingBase.createBootstrapper()