Uses of Interface
org.spincast.core.config.SpincastConfig
Package
Description
-
Uses of SpincastConfig in org.spincast.core.config
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastInit.getSpincastConfig()
protected SpincastConfig
SpincastInitValidator.getSpincastConfig()
ModifierConstructorDescriptionSpincastInit
(SpincastConfig spincastConfig) SpincastInitValidator
(SpincastConfig spincastConfig, Dictionary dictionary, SpincastCoreDictionaryEntries spincastCoreDictionaryEntries, Set<DictionaryEntries> dictionaryEntries) Constructor -
Uses of SpincastConfig in org.spincast.core.controllers
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFrontController.getSpincastConfig()
ModifierConstructorDescriptionSpincastFrontController
(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
ModifierConstructorDescriptionCookieDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFiltersDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastFiltersDefault
(CorsFilter corsFilter, SpincastConfig spincastConfig, Server server, SpincastUtils spincastUtils) Constructor -
Uses of SpincastConfig in org.spincast.core.json
Modifier and TypeMethodDescriptionprotected SpincastConfig
JsonPathUtilsDefault.getSpincastConfig()
ModifierConstructorDescriptionJsonPathUtilsDefault
(SpincastConfig spincastConfig, JsonManager jsonManager) Constructor -
Uses of SpincastConfig in org.spincast.core.request
ModifierConstructorDescriptionFormDefault
(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
Modifier and TypeMethodDescriptionprotected void
DefaultRouteParamAliasesBinder.init
(SpincastConfig spincastConfig, Router<R, W> router) Init : binds the aliases. -
Uses of SpincastConfig in org.spincast.core.routing.hotlinking
Modifier and TypeMethodDescriptionprotected SpincastConfig
HotlinkingManagerDefault.getSpincastConfig()
-
Uses of SpincastConfig in org.spincast.core.utils
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastUtilsDefault.getSpincastConfig()
-
Uses of SpincastConfig in org.spincast.core.validation
ModifierConstructorDescriptionValidationSetSimple
(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
Modifier and TypeMethodDescriptionprotected void
App.init
(Server server, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.attemptslimiter.config
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastAttemptsLimiterPluginConfigDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastAttemptsLimiterPluginConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.config
Modifier 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.Modifier and TypeMethodDescriptionprotected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getConfigImplClass()
protected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getDefaultConfigImplClass()
protected Class<? extends SpincastConfig>
SpincastConfigPluginModule.getSpecificConfigImplClass()
Modifier and TypeMethodDescriptionprotected com.google.inject.Module
SpincastConfigPlugin.getPluginModule
(Class<? extends SpincastConfig> specificConfigImplClass) ModifierConstructorDescriptionSpincastConfigPluginModule
(Class<? extends SpincastConfig> specificConfigImplClass) -
Uses of SpincastConfig in org.spincast.plugins.cssautoprefixer
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssAutoprefixerManagerDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastCssAutoprefixerManagerDefault
(SpincastUtils spincastUtils, SpincastProcessUtils spincastProcessUtils, SpincastConfig spincastConfig, SpincastCssAutoprefixerConfig spincastCssAutoprefixerConfig, JsonManager jsonManager) -
Uses of SpincastConfig in org.spincast.plugins.cssyuicompressor
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssYuiCompressorPebbleExtensionDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of SpincastConfig in org.spincast.plugins.cssyuicompressor.config
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastCssYuiCompressorConfigDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastCssYuiCompressorConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.dateformatter
Modifier and TypeMethodDescriptionprotected SpincastConfig
TimeZoneResolverDefault.getSpincastConfig()
ModifierConstructorDescriptionTimeZoneResolverDefault
(SpincastConfig spincastConfig, com.google.inject.Provider<RequestContext<?>> requestContextProvider) -
Uses of SpincastConfig in org.spincast.plugins.dictionary
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastDictionaryDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastDictionaryDefault
(LocaleResolver localeResolver, TemplatingEngine templatingEngine, SpincastConfig spincastConfig, Set<DictionaryEntries> dictionaryEntries) -
Uses of SpincastConfig in org.spincast.plugins.flywayutils
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFlywayMigrationContextDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastFlywayMigrationContextDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFormsCsrfProtectionFilterDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastFormsCsrfProtectionFilterDefault
(SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastCryptoUtils spincastCryptoUtils, SpincastSessionManager spincastSessionManager, SpincastConfig spincastConfig, Dictionary dictionary) -
Uses of SpincastConfig in org.spincast.plugins.formsprotection.pebble
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastFormsProtectionPebbleExtensionDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastFormsProtectionPebbleExtensionDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastGsonManager.getSpincastConfig()
ModifierConstructorDescriptionSpincastGsonManager
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
HotSwapClassesRedefinitionsWatcherDefault.getSpincastConfig()
-
Uses of SpincastConfig in org.spincast.plugins.jacksonjson
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsonManager.getSpincastConfig()
ModifierConstructorDescriptionSpincastJsonManager
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsClosureCompilerManagerDefault.getSpincastConfig()
protected SpincastConfig
SpincastJsClosureCompilerPebbleExtensionDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastJsClosureCompilerManagerDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastJsClosureCompilerConfigDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastJsClosureCompilerConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.localeresolver
Modifier and TypeMethodDescriptionprotected SpincastConfig
LocaleResolverDefault.getSpincastConfig()
ModifierConstructorDescriptionLocaleResolverDefault
(SpincastConfig spincastConfig, com.google.inject.Provider<RequestContext<?>> requestContextProvider) -
Uses of SpincastConfig in org.spincast.plugins.pebble
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastMainPebbleExtensionDefault.getSpincastConfig()
protected SpincastConfig
SpincastPebbleTemplatingEngine.getSpincastConfig()
protected SpincastConfig
SpincastPebbleTemplatingEngineConfigDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastMainPebbleExtensionDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastProcessUtilsDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastProcessUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils, TemplatingEngine templatingEngine) -
Uses of SpincastConfig in org.spincast.plugins.request
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastRequestRequestContextAddon.getSpincastConfig()
ModifierConstructorDescriptionSpincastRequestRequestContextAddon
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastResponseRequestContextAddon.getSpincastConfig()
ModifierConstructorDescriptionSpincastResponseRequestContextAddon
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
RouteBuilderDefault.getSpincastConfig()
protected SpincastConfig
SpincastRouter.getSpincastConfig()
protected SpincastConfig
SpincastRouterConfigDefault.getSpincastConfig()
SpincastRouterDeps.getSpincastConfig()
protected SpincastConfig
StaticResourceBuilderDefault.getSpincastConfig()
ModifierConstructorDescriptionRouteBuilderDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastRoutingUtilsDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastRoutingUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils) -
Uses of SpincastConfig in org.spincast.plugins.scheduledtasks
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastScheduledTaskRegistrerDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastScheduledTaskRegistrerDefault
(Set<SpincastScheduledTask> scheduledTasks, Set<Set<SpincastScheduledTask>> scheduledTaskSets, org.quartz.Scheduler scheduler, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.session
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastSessionManagerDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastSessionManagerDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastSwaggerUiManager.getSpincastConfig()
ModifierConstructorDescriptionSpincastSwaggerUiManager
(Router<?, ?> router, SpincastUtils spincastUtils, SpincastSwaggerUiConfig spincastSwaggerUiConfig, TemplatingEngine templatingEngine, SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.timezoneresolver
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastTimeZonePebbleExtensionDefault.getSpincastConfig()
protected SpincastConfig
TimeZoneResolverDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastTimeZonePebbleExtensionDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastTimeZoneResolverConfigDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastTimeZoneResolverConfigDefault
(SpincastConfig spincastConfig) -
Uses of SpincastConfig in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastUndertowServer.getConfig()
protected SpincastConfig
SpincastResourceHandlerDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastResourceHandlerDefault
(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
Modifier and TypeMethodDescriptionprotected SpincastConfig
SpincastImageWatermarkerDefault.getSpincastConfig()
ModifierConstructorDescriptionSpincastImageWatermarkerDefault
(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
Modifier and TypeClassDescriptionclass
Implementation for the application's custom configurations. -
Uses of SpincastConfig in org.spincast.testing.core
Modifier 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
Modifier and TypeClassDescriptionclass
Default configurations for Spincast integration testing. -
Uses of SpincastConfig in org.spincast.testing.defaults
Modifier and TypeMethodDescriptionprotected Class<? extends SpincastConfig>
NoAppWebsocketTestingBase.getTestingConfigImplClass()
protected Class<? extends SpincastConfig>
NoAppStartHttpServerCustomContextTypesTestingBase.getTestingConfigImplementationClass2()
-
Uses of SpincastConfig in org.spincast.website.controllers
Modifier and TypeMethodDescriptionprotected SpincastConfig
PublicDynamicResourcesController.getSpincastConfig()
ModifierConstructorDescriptionPublicDynamicResourcesController
(TemplatingEngine templatingEngine, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager)