Uses of Interface
org.spincast.core.config.SpincastConfig
Packages that use SpincastConfig
Package
Description
-
Uses of SpincastConfig in org.spincast.core.config
Methods in org.spincast.core.config that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastInit.getSpincastConfig()
protected SpincastConfig
SpincastInitValidator.getSpincastConfig()
Constructors in org.spincast.core.config with parameters of type SpincastConfigModifierConstructorDescriptionSpincastInit
(SpincastConfig spincastConfig) SpincastInitValidator
(SpincastConfig spincastConfig, Dictionary dictionary, SpincastCoreDictionaryEntries spincastCoreDictionaryEntries, Set<DictionaryEntries> dictionaryEntries) Constructor -
Uses of SpincastConfig in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFrontController.getSpincastConfig()
Constructors in org.spincast.core.controllers with parameters of type SpincastConfigModifierConstructorDescriptionSpincastFrontController
(Router<R, W> router, SpincastConfig spincastConfig, Dictionary dictionary, Server server, RequestContextFactory<R> requestCreationFactory, SpincastRequestScope spincastRequestScope, Type requestContextType, JsonManager jsonManager, XmlManager xmlManager) The constructor. -
Uses of SpincastConfig in org.spincast.core.cookies
Constructors in org.spincast.core.cookies with parameters of type SpincastConfigModifierConstructorDescriptionCookieDefault
(String name, String value, String path, String domain, Date expires, boolean secure, boolean httpOnly, CookieSameSite cookieSameSite, boolean discard, int version, SpincastConfig spincastConfig) ConstructorCookieDefault
(String name, String value, SpincastConfig spincastConfig) ConstructorCookieDefault
(String name, SpincastConfig spincastConfig) Constructor -
Uses of SpincastConfig in org.spincast.core.filters
Methods in org.spincast.core.filters that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFiltersDefault.getSpincastConfig()
Constructors in org.spincast.core.filters with parameters of type SpincastConfigModifierConstructorDescriptionSpincastFiltersDefault
(CorsFilter corsFilter, SpincastConfig spincastConfig, Server server, SpincastUtils spincastUtils) Constructor -
Uses of SpincastConfig in org.spincast.core.json
Methods in org.spincast.core.json that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
JsonPathUtilsDefault.getSpincastConfig()
Constructors in org.spincast.core.json with parameters of type SpincastConfigModifierConstructorDescriptionJsonPathUtilsDefault
(SpincastConfig spincastConfig, JsonManager jsonManager) Constructor -
Uses of SpincastConfig in org.spincast.core.request
Methods in org.spincast.core.request that return SpincastConfigConstructors in org.spincast.core.request with parameters of type SpincastConfigModifierConstructorDescriptionFormDefault
(String formName, JsonObject initialFormData, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter, Dictionary dictionary, XmlManager xmlManager, SpincastConfig spincastConfig, Validators validators, FormFactory formFactory, ValidationFactory validationFactory) -
Uses of SpincastConfig in org.spincast.core.routing
Methods in org.spincast.core.routing with parameters of type SpincastConfigModifier and TypeMethodDescriptionprotected void
DefaultRouteParamAliasesBinder.init
(SpincastConfig spincastConfig, Router<R, W> router) Init : binds the aliases. -
Uses of SpincastConfig in org.spincast.core.routing.hotlinking
Methods in org.spincast.core.routing.hotlinking that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
HotlinkingManagerDefault.getSpincastConfig()
Constructors in org.spincast.core.routing.hotlinking with parameters of type SpincastConfig -
Uses of SpincastConfig in org.spincast.core.utils
Methods in org.spincast.core.utils that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastUtilsDefault.getSpincastConfig()
Constructors in org.spincast.core.utils with parameters of type SpincastConfig -
Uses of SpincastConfig in org.spincast.core.validation
Constructors in org.spincast.core.validation with parameters of type SpincastConfigModifierConstructorDescriptionValidationSetSimple
(JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter, Dictionary dictionary, XmlManager xmlManager, SpincastConfig spincastConfig, Validators validators, FormFactory formFactory, ValidationFactory validationFactory) -
Uses of SpincastConfig in org.spincast.demos.supercalifragilisticexpialidocious
Classes in org.spincast.demos.supercalifragilisticexpialidocious that implement SpincastConfigMethods in org.spincast.demos.supercalifragilisticexpialidocious with parameters of type SpincastConfigModifier and TypeMethodDescriptionprotected void
App.init
(Server server, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.attemptslimiter.config
Methods in org.spincast.plugins.attemptslimiter.config that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastAttemptsLimiterPluginConfigDefault.getSpincastConfig()
Constructors in org.spincast.plugins.attemptslimiter.config with parameters of type SpincastConfigModifierConstructorDescriptionSpincastAttemptsLimiterPluginConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.config
Classes in org.spincast.plugins.config that implement SpincastConfigModifier and TypeClassDescriptionclass
If you extend this class (which is recommended to implement your configuration), beware that causing circular dependencies is very easy if you inject more dependencies than SpincastConfigPluginConfig! Indeed, most components depend on the config components.Methods in org.spincast.plugins.config that return types with arguments of type SpincastConfigModifier and TypeMethodDescriptionprotected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getConfigImplClass()
protected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getDefaultConfigImplClass()
protected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getSpecificConfigImplClass()
Method parameters in org.spincast.plugins.config with type arguments of type SpincastConfigModifier and TypeMethodDescriptionprotected com.google.inject.Module
SpincastConfigPlugin.getPluginModule
(Class<? extends SpincastConfig> specificConfigImplClass) Constructor parameters in org.spincast.plugins.config with type arguments of type SpincastConfigModifierConstructorDescriptionSpincastConfigPluginModule
(Class<? extends SpincastConfig> specificConfigImplClass) -
Uses of SpincastConfig in org.spincast.plugins.cssautoprefixer
Methods in org.spincast.plugins.cssautoprefixer that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssAutoprefixerManagerDefault.getSpincastConfig()
Constructors in org.spincast.plugins.cssautoprefixer with parameters of type SpincastConfigModifierConstructorDescriptionSpincastCssAutoprefixerManagerDefault
(SpincastUtils spincastUtils, SpincastProcessUtils spincastProcessUtils, SpincastConfig spincastConfig, SpincastCssAutoprefixerConfig spincastCssAutoprefixerConfig, JsonManager jsonManager) -
Uses of SpincastConfig in org.spincast.plugins.cssyuicompressor
Methods in org.spincast.plugins.cssyuicompressor that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssYuiCompressorPebbleExtensionDefault.getSpincastConfig()
Constructors in org.spincast.plugins.cssyuicompressor with parameters of type SpincastConfigModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of SpincastConfig in org.spincast.plugins.cssyuicompressor.config
Methods in org.spincast.plugins.cssyuicompressor.config that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssYuiCompressorConfigDefault.getSpincastConfig()
Constructors in org.spincast.plugins.cssyuicompressor.config with parameters of type SpincastConfigModifierConstructorDescriptionSpincastCssYuiCompressorConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.dateformatter
Methods in org.spincast.plugins.dateformatter that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
TimeZoneResolverDefault.getSpincastConfig()
Constructors in org.spincast.plugins.dateformatter with parameters of type SpincastConfigModifierConstructorDescriptionTimeZoneResolverDefault
(SpincastConfig spincastConfig, com.google.inject.Provider<RequestContext<?>> requestContextProvider) -
Uses of SpincastConfig in org.spincast.plugins.dictionary
Methods in org.spincast.plugins.dictionary that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastDictionaryDefault.getSpincastConfig()
Constructors in org.spincast.plugins.dictionary with parameters of type SpincastConfigModifierConstructorDescriptionSpincastDictionaryDefault
(LocaleResolver localeResolver, TemplatingEngine templatingEngine, SpincastConfig spincastConfig, Set<DictionaryEntries> dictionaryEntries) -
Uses of SpincastConfig in org.spincast.plugins.flywayutils
Methods in org.spincast.plugins.flywayutils that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFlywayMigrationContextDefault.getSpincastConfig()
Constructors in org.spincast.plugins.flywayutils with parameters of type SpincastConfigModifierConstructorDescriptionSpincastFlywayMigrationContextDefault
(DataSource dataSource, String migrationsPackage, com.google.inject.Provider<com.google.inject.Injector> injectorProvider, JdbcUtils jdbcUtils, SpincastConfig spincastConfig, SpincastDataSourceFactory spincastDataSourceFactory) SpincastFlywayMigrationContextDefault
(DataSource dataSource, String schema, String migrationsPackage, com.google.inject.Provider<com.google.inject.Injector> injectorProvider, JdbcUtils jdbcUtils, SpincastConfig spincastConfig, SpincastDataSourceFactory spincastDataSourceFactory) -
Uses of SpincastConfig in org.spincast.plugins.formsprotection.csrf
Methods in org.spincast.plugins.formsprotection.csrf that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFormsCsrfProtectionFilterDefault.getSpincastConfig()
Constructors in org.spincast.plugins.formsprotection.csrf with parameters of type SpincastConfigModifierConstructorDescriptionSpincastFormsCsrfProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastCryptoUtils spincastCryptoUtils, SpincastSessionManager spincastSessionManager, SpincastConfig spincastConfig, Dictionary dictionary) -
Uses of SpincastConfig in org.spincast.plugins.formsprotection.pebble
Methods in org.spincast.plugins.formsprotection.pebble that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFormsProtectionPebbleExtensionDefault.getSpincastConfig()
Constructors in org.spincast.plugins.formsprotection.pebble with parameters of type SpincastConfigModifierConstructorDescriptionSpincastFormsProtectionPebbleExtensionDefault
(com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> SpincastFormsDoubleSubmitProtectionRepositoryOptional, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitProtectionFilter spincastFormsDoubleSubmitProtectionFilter, SpincastFormsCsrfProtectionFilter spincastFormsCsrfProtectionFilter) -
Uses of SpincastConfig in org.spincast.plugins.gson
Methods in org.spincast.plugins.gson that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastGsonManager.getSpincastConfig()
Constructors in org.spincast.plugins.gson with parameters of type SpincastConfigModifierConstructorDescriptionSpincastGsonManager
(com.google.gson.JsonDeserializer<JsonObject> jsonObjectDeserializer, com.google.gson.JsonDeserializer<JsonArray> jsonArrayDeserializer, com.google.gson.JsonSerializer<JsonObject> jsonObjectSerializer, com.google.gson.JsonSerializer<JsonArray> jsonArraySerializer, com.google.gson.JsonSerializer<Date> dateSerializer, com.google.gson.JsonSerializer<Instant> instantSerializer, com.google.gson.JsonSerializer<BigDecimal> bigDecimalSerializer, com.google.gson.JsonSerializer<Enum<?>> enumSerializer, com.google.gson.JsonSerializer<Class<?>> classSerializer, com.google.gson.JsonSerializer<Throwable> throwableSerializer, JsonPathUtils jsonPathUtils, JsonObjectFactory jsonObjectFactory, SpincastConfig spincastConfig, SpincastUtils spincastUtils, FormFactory formFactory, com.google.inject.Provider<com.google.inject.Injector> guiceProvider) -
Uses of SpincastConfig in org.spincast.plugins.hotswap.classeswatcher
Methods in org.spincast.plugins.hotswap.classeswatcher that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
HotSwapClassesRedefinitionsWatcherDefault.getSpincastConfig()
-
Uses of SpincastConfig in org.spincast.plugins.jacksonjson
Methods in org.spincast.plugins.jacksonjson that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsonManager.getSpincastConfig()
Constructors in org.spincast.plugins.jacksonjson with parameters of type SpincastConfigModifierConstructorDescriptionSpincastJsonManager
(com.google.inject.Provider<com.google.inject.Injector> guiceProvider, JsonObjectFactory jsonObjectFactory, Set<JsonMixinInfo> jsonMixinInfos, SpincastJsonManagerConfig spincastJsonManagerConfig, SpincastConfig spincastConfig, JsonPathUtils jsonPathUtils, SpincastUtils spincastUtils, FormFactory formFactory) -
Uses of SpincastConfig in org.spincast.plugins.jsclosurecompiler
Methods in org.spincast.plugins.jsclosurecompiler that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsClosureCompilerManagerDefault.getSpincastConfig()
protected SpincastConfig
SpincastJsClosureCompilerPebbleExtensionDefault.getSpincastConfig()
Constructors in org.spincast.plugins.jsclosurecompiler with parameters of type SpincastConfigModifierConstructorDescriptionSpincastJsClosureCompilerManagerDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils) SpincastJsClosureCompilerPebbleExtensionDefault
(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of SpincastConfig in org.spincast.plugins.jsclosurecompiler.config
Methods in org.spincast.plugins.jsclosurecompiler.config that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsClosureCompilerConfigDefault.getSpincastConfig()
Constructors in org.spincast.plugins.jsclosurecompiler.config with parameters of type SpincastConfigModifierConstructorDescriptionSpincastJsClosureCompilerConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.localeresolver
Methods in org.spincast.plugins.localeresolver that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
LocaleResolverDefault.getSpincastConfig()
Constructors in org.spincast.plugins.localeresolver with parameters of type SpincastConfigModifierConstructorDescriptionLocaleResolverDefault
(SpincastConfig spincastConfig, com.google.inject.Provider<RequestContext<?>> requestContextProvider) -
Uses of SpincastConfig in org.spincast.plugins.pebble
Methods in org.spincast.plugins.pebble that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastMainPebbleExtensionDefault.getSpincastConfig()
protected SpincastConfig
SpincastPebbleTemplatingEngine.getSpincastConfig()
protected SpincastConfig
SpincastPebbleTemplatingEngineConfigDefault.getSpincastConfig()
Constructors in org.spincast.plugins.pebble with parameters of type SpincastConfigModifierConstructorDescriptionSpincastMainPebbleExtensionDefault
(com.google.inject.Provider<TemplatingEngine> templatingEngineProvider, SpincastPebbleTemplatingEngineConfig spincastPebbleTemplatingEngineConfig, ObjectConverter objectConverter, SpincastUtils spincastUtils, Dictionary dictionary, com.google.inject.Provider<RequestContext<?>> requestContextProvider, SpincastConfig spincastConfig) ConstructorSpincastPebbleTemplatingEngine
(SpincastConfig spincastConfig, SpincastPebbleTemplatingEngineConfig spincastPebbleTemplatingEngineConfig, Set<com.mitchellbosecke.pebble.extension.Extension> extensions, JsonManager jsonManager) SpincastPebbleTemplatingEngineConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.processutils
Methods in org.spincast.plugins.processutils that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastProcessUtilsDefault.getSpincastConfig()
Constructors in org.spincast.plugins.processutils with parameters of type SpincastConfigModifierConstructorDescriptionSpincastProcessUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils, TemplatingEngine templatingEngine) -
Uses of SpincastConfig in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastRequestRequestContextAddon.getSpincastConfig()
Constructors in org.spincast.plugins.request with parameters of type SpincastConfigModifierConstructorDescriptionSpincastRequestRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastUtils spincastUtils, SpincastConfig spincastConfig, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FormFactory formFactory, Dictionary dictionary) -
Uses of SpincastConfig in org.spincast.plugins.response
Methods in org.spincast.plugins.response that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastResponseRequestContextAddon.getSpincastConfig()
Constructors in org.spincast.plugins.response with parameters of type SpincastConfigModifierConstructorDescriptionSpincastResponseRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastConfig spincastConfig, SpincastUtils spincastUtils, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FlashMessageFactory flashMessageFactory, CookieFactory cookieFactory) -
Uses of SpincastConfig in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
RouteBuilderDefault.getSpincastConfig()
protected SpincastConfig
SpincastRouter.getSpincastConfig()
protected SpincastConfig
SpincastRouterConfigDefault.getSpincastConfig()
SpincastRouterDeps.getSpincastConfig()
protected SpincastConfig
StaticResourceBuilderDefault.getSpincastConfig()
Constructors in org.spincast.plugins.routing with parameters of type SpincastConfigModifierConstructorDescriptionRouteBuilderDefault
(Router<R, W> router, RouteFactory<R> routeFactory, SpincastRouterConfig spincastRouterConfig, SpincastFilters<R> spincastFilters, SpincastConfig spincastConfig) RouteBuilderDefault
(RouteFactory<R> routeFactory, SpincastRouterConfig spincastRouterConfig, SpincastFilters<R> spincastFilters, SpincastConfig spincastConfig) SpincastRouterConfigDefault
(SpincastConfig spincastConfig) SpincastRouterDeps
(SpincastRouterConfig spincastRouterConfig, RouteFactory<R> routeFactory, SpincastConfig spincastConfig, Dictionary dictionary, Server server, SpincastFilters<R> spincastFilters, RouteBuilderFactory<R, W> routeBuilderFactory, RedirectRuleBuilderFactory<R, W> redirectRuleBuilderFactory, StaticResourceBuilderFactory<R, W> staticResourceBuilderFactory, RouteHandlerMatchFactory<R> routeHandlerMatchFactory, StaticResourceFactory<R> staticResourceFactory, WebsocketRouteBuilderFactory<R, W> websocketRouteBuilderFactory, WebsocketRouteHandlerFactory<R, W> websocketRouteHandlerFactory, SpincastRoutingUtils spincastRoutingUtils, LocaleResolver localeResolver) ConstructorStaticResourceBuilderDefault
(boolean isDir, StaticResourceFactory<R> staticResourceFactory, StaticResourceCorsConfigFactory staticResourceCorsConfigFactory, StaticResourceCacheConfigFactory staticResourceCacheConfigFactory, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastRouterConfig spincastRouterConfig) StaticResourceBuilderDefault
(Router<R, W> router, boolean isDir, StaticResourceFactory<R> staticResourceFactory, StaticResourceCorsConfigFactory staticResourceCorsConfigFactory, StaticResourceCacheConfigFactory staticResourceCacheConfigFactory, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastRouterConfig spincastRouterConfig) -
Uses of SpincastConfig in org.spincast.plugins.routing.utils
Methods in org.spincast.plugins.routing.utils that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastRoutingUtilsDefault.getSpincastConfig()
Constructors in org.spincast.plugins.routing.utils with parameters of type SpincastConfigModifierConstructorDescriptionSpincastRoutingUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils) -
Uses of SpincastConfig in org.spincast.plugins.scheduledtasks
Methods in org.spincast.plugins.scheduledtasks that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastScheduledTaskRegistrerDefault.getSpincastConfig()
Constructors in org.spincast.plugins.scheduledtasks with parameters of type SpincastConfigModifierConstructorDescriptionSpincastScheduledTaskRegistrerDefault
(Set<SpincastScheduledTask> scheduledTasks, Set<Set<SpincastScheduledTask>> scheduledTaskSets, org.quartz.Scheduler scheduler, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.session
Methods in org.spincast.plugins.session that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastSessionManagerDefault.getSpincastConfig()
Constructors in org.spincast.plugins.session with parameters of type SpincastConfigModifierConstructorDescriptionSpincastSessionManagerDefault
(SpincastSessionFactory spincastSessionFactory, com.google.inject.Provider<RequestContext<?>> requestContextProvider, JsonManager jsonManager, SpincastSessionConfig spincastSessionConfig, SpincastSessionRepository spincastSessionRepository, CookieFactory cookieFactory, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.swagger.ui
Methods in org.spincast.plugins.swagger.ui that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastSwaggerUiManager.getSpincastConfig()
Constructors in org.spincast.plugins.swagger.ui with parameters of type SpincastConfigModifierConstructorDescriptionSpincastSwaggerUiManager
(Router<?, ?> router, SpincastUtils spincastUtils, SpincastSwaggerUiConfig spincastSwaggerUiConfig, TemplatingEngine templatingEngine, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.timezoneresolver
Methods in org.spincast.plugins.timezoneresolver that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastTimeZonePebbleExtensionDefault.getSpincastConfig()
protected SpincastConfig
TimeZoneResolverDefault.getSpincastConfig()
Constructors in org.spincast.plugins.timezoneresolver with parameters of type SpincastConfigModifierConstructorDescriptionSpincastTimeZonePebbleExtensionDefault
(TimeZoneResolver timeZoneResolver, SpincastConfig spincastConfig, SpincastUtils spincastUtils, com.google.inject.Provider<RequestContext<?>> requestContextProvider, SpincastTimeZoneResolverConfig spincastTimeZoneResolverConfig) TimeZoneResolverDefault
(SpincastConfig spincastConfig, com.google.inject.Provider<RequestContext<?>> requestContextProvider) -
Uses of SpincastConfig in org.spincast.plugins.timezoneresolver.config
Methods in org.spincast.plugins.timezoneresolver.config that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastTimeZoneResolverConfigDefault.getSpincastConfig()
Constructors in org.spincast.plugins.timezoneresolver.config with parameters of type SpincastConfigModifierConstructorDescriptionSpincastTimeZoneResolverConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastUndertowServer.getConfig()
protected SpincastConfig
SpincastResourceHandlerDefault.getSpincastConfig()
Constructors in org.spincast.plugins.undertow with parameters of type SpincastConfigModifierConstructorDescriptionSpincastResourceHandlerDefault
(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource, io.undertow.server.HttpHandler next, SpincastUtils spincastUtils, SpincastConfig spincastConfig, SpincastRoutingUtils spincastRoutingUtils) SpincastResourceHandlerDefault
(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource, SpincastUtils spincastUtils, SpincastConfig spincastConfig, SpincastRoutingUtils spincastRoutingUtils) SpincastUndertowServer
(SpincastUndertowUtils spincastUndertowUtils, SpincastConfig config, SpincastUndertowConfig spincastUndertowConfig, FrontController frontController, SpincastUtils spincastUtils, CookieFactory cookieFactory, CorsHandlerFactory corsHandlerFactory, GzipCheckerHandlerFactory gzipCheckerHandlerFactory, SkipResourceOnQueryStringHandlerFactory skipResourceOnQueryStringHandlerFactory, SpincastResourceHandlerFactory spincastResourceHandlerFactory, CacheBusterRemovalHandlerFactory cacheBusterRemovalHandlerFactory, SpincastClassPathResourceManagerFactory fileClassPathResourceManagerFactory, SpincastHttpAuthIdentityManagerFactory spincastHttpAuthIdentityManagerFactory, WebsocketEndpointFactory spincastWebsocketEndpointFactory, SSLContextFactory sslContextFactory) Constructor -
Uses of SpincastConfig in org.spincast.plugins.watermarker
Methods in org.spincast.plugins.watermarker that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
SpincastImageWatermarkerDefault.getSpincastConfig()
Constructors in org.spincast.plugins.watermarker with parameters of type SpincastConfigModifierConstructorDescriptionSpincastImageWatermarkerDefault
(String text, Color textColor, Color backgroundColor, Font textFont, String imageFilePath, boolean imageFileOnClasspath, SpincastWatermarkPosition position, Integer margin, Float opacity, Integer percentageWidth, Integer borderWidth, Color borderColor, SpincastUtils spincastUtils, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.quickstart.config
Subinterfaces of SpincastConfig in org.spincast.quickstart.configClasses in org.spincast.quickstart.config that implement SpincastConfigModifier and TypeClassDescriptionclass
Implementation for the application's custom configurations. -
Uses of SpincastConfig in org.spincast.testing.core
Fields in org.spincast.testing.core declared as SpincastConfigMethods in org.spincast.testing.core that return SpincastConfigMethods in org.spincast.testing.core that return types with arguments of type SpincastConfigModifier and TypeMethodDescriptionClass<? extends SpincastConfig>
AppTestingConfigs.getSpincastConfigTestingImplementationClass()
The implementation class to use for theSpincastConfig
binding.protected final Class<? extends SpincastConfig>
AppBasedTestingBase.getTestingConfigImplementationClass()
protected Class<? extends SpincastConfig>
SpincastTestBase.getTestingConfigImplementationClass()
The implementation to use for theSpincastConfig
binding, when running tests. -
Uses of SpincastConfig in org.spincast.testing.core.utils
Classes in org.spincast.testing.core.utils that implement SpincastConfigModifier and TypeClassDescriptionclass
Default configurations for Spincast integration testing. -
Uses of SpincastConfig in org.spincast.testing.defaults
Methods in org.spincast.testing.defaults that return types with arguments of type SpincastConfigModifier and TypeMethodDescriptionprotected Class<? extends SpincastConfig>
NoAppWebsocketTestingBase.getTestingConfigImplClass()
protected Class<? extends SpincastConfig>
NoAppStartHttpServerCustomContextTypesTestingBase.getTestingConfigImplementationClass2()
-
Uses of SpincastConfig in org.spincast.website.controllers
Methods in org.spincast.website.controllers that return SpincastConfigModifier and TypeMethodDescriptionprotected SpincastConfig
PublicDynamicResourcesController.getSpincastConfig()
Constructors in org.spincast.website.controllers with parameters of type SpincastConfigModifierConstructorDescriptionPublicDynamicResourcesController
(TemplatingEngine templatingEngine, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager)