Uses of Interface
org.spincast.core.utils.SpincastUtils
Package
Description
-
Uses of SpincastUtils in org.spincast.core.filters
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastFiltersDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastFiltersDefault
(CorsFilter corsFilter, SpincastConfig spincastConfig, Server server, SpincastUtils spincastUtils) Constructor -
Uses of SpincastUtils in org.spincast.core.json
ModifierConstructorDescriptionJsonArrayDefault
(List<Object> initialElements, boolean mutable, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonArrayDefault
(List<Object> initialElements, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonArrayDefault
(JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonObjectArrayBase
(boolean mutable, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonObjectDefault
(Map<String, Object> initialMap, boolean mutable, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonObjectDefault
(Map<String, Object> initialMap, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonObjectDefault
(JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) ConstructorJsonObjectDefault
(JsonObject configToMerge, boolean mutable, JsonManager jsonManager, SpincastUtils spincastUtils, ObjectConverter objectConverter) Constructor -
Uses of SpincastUtils 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 SpincastUtils in org.spincast.core.utils
Modifier and TypeClassDescriptionclass
Implementations of the Spincast utilities. -
Uses of SpincastUtils 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 SpincastUtils in org.spincast.plugins.cssautoprefixer
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastCssAutoprefixerManagerDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastCssAutoprefixerManagerDefault
(SpincastUtils spincastUtils, SpincastProcessUtils spincastProcessUtils, SpincastConfig spincastConfig, SpincastCssAutoprefixerConfig spincastCssAutoprefixerConfig, JsonManager jsonManager) -
Uses of SpincastUtils in org.spincast.plugins.cssyuicompressor
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastCssYuiCompressorPebbleExtensionDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of SpincastUtils in org.spincast.plugins.formsprotection.pebble
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastFormsProtectionPebbleExtensionDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastFormsProtectionPebbleExtensionDefault
(com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> SpincastFormsDoubleSubmitProtectionRepositoryOptional, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastFormsProtectionConfig spincastFormsProtectionConfig, SpincastFormsDoubleSubmitProtectionFilter spincastFormsDoubleSubmitProtectionFilter, SpincastFormsCsrfProtectionFilter spincastFormsCsrfProtectionFilter) -
Uses of SpincastUtils in org.spincast.plugins.gson
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 SpincastUtils in org.spincast.plugins.jacksonjson
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 SpincastUtils in org.spincast.plugins.jsclosurecompiler
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastJsClosureCompilerManagerDefault.getSpincastUtils()
protected SpincastUtils
SpincastJsClosureCompilerPebbleExtensionDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastJsClosureCompilerManagerDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils) SpincastJsClosureCompilerPebbleExtensionDefault
(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of SpincastUtils in org.spincast.plugins.logbackutils
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastLogbackConfigurer.getSpincastUtils()
ModifierConstructorDescriptionSpincastLogbackConfigurer
(SpincastLogbackConfigurerConfig spincastLogbackConfigurerConfig, SpincastUtils spincastUtils) -
Uses of SpincastUtils in org.spincast.plugins.logbackutils.config
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastLogbackConfigurerConfigDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastLogbackConfigurerConfigDefault
(SpincastUtils spincastUtils) -
Uses of SpincastUtils in org.spincast.plugins.pebble
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastMainPebbleExtensionDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastMainPebbleExtensionDefault
(com.google.inject.Provider<TemplatingEngine> templatingEngineProvider, SpincastPebbleTemplatingEngineConfig spincastPebbleTemplatingEngineConfig, ObjectConverter objectConverter, SpincastUtils spincastUtils, Dictionary dictionary, com.google.inject.Provider<RequestContext<?>> requestContextProvider, SpincastConfig spincastConfig) Constructor -
Uses of SpincastUtils in org.spincast.plugins.processutils
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastProcessUtilsDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastProcessUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils, TemplatingEngine templatingEngine) -
Uses of SpincastUtils in org.spincast.plugins.request
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastRequestRequestContextAddon.getSpincastUtils()
ModifierConstructorDescriptionSpincastRequestRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastUtils spincastUtils, SpincastConfig spincastConfig, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FormFactory formFactory, Dictionary dictionary) -
Uses of SpincastUtils in org.spincast.plugins.response
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastResponseRequestContextAddon.getSpincastUtils()
ModifierConstructorDescriptionSpincastResponseRequestContextAddon
(R requestContext, Server server, JsonManager jsonManager, XmlManager xmlManager, SpincastConfig spincastConfig, SpincastUtils spincastUtils, ETagFactory etagFactory, FlashMessagesHolder flashMessagesHolder, FlashMessageFactory flashMessageFactory, CookieFactory cookieFactory) -
Uses of SpincastUtils in org.spincast.plugins.routing
Modifier and TypeMethodDescriptionprotected SpincastUtils
StaticResourceBuilderDefault.getSpincastUtils()
protected SpincastUtils
StaticResourceDefault.getSpincastUtils()
ModifierConstructorDescriptionStaticResourceBuilderDefault
(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) StaticResourceDefault
(boolean isSpicastOrPluginAddedResource, StaticResourceType staticResourceType, String urlPath, String resourcePath, Handler<R> generator, StaticResourceCorsConfig corsConfig, StaticResourceCacheConfig cacheConfig, boolean ignoreQueryString, boolean hotlinkingProtected, HotlinkingManager hotlinkingManager, SpincastUtils spincastUtils, HotlinkingManagerDefault hotlinkingManagerDefault) -
Uses of SpincastUtils in org.spincast.plugins.routing.utils
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastRoutingUtilsDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastRoutingUtilsDefault
(SpincastConfig spincastConfig, SpincastUtils spincastUtils) -
Uses of SpincastUtils in org.spincast.plugins.swagger.ui
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastSwaggerUiManager.getSpincastUtils()
ModifierConstructorDescriptionSpincastSwaggerUiManager
(Router<?, ?> router, SpincastUtils spincastUtils, SpincastSwaggerUiConfig spincastSwaggerUiConfig, TemplatingEngine templatingEngine, SpincastConfig spincastConfig) -
Uses of SpincastUtils in org.spincast.plugins.timezoneresolver
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastTimeZonePebbleExtensionDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastTimeZonePebbleExtensionDefault
(TimeZoneResolver timeZoneResolver, SpincastConfig spincastConfig, SpincastUtils spincastUtils, com.google.inject.Provider<RequestContext<?>> requestContextProvider, SpincastTimeZoneResolverConfig spincastTimeZoneResolverConfig) -
Uses of SpincastUtils in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected SpincastUtils
CacheBusterRemovalHandlerDefault.getSpincastUtils()
protected SpincastUtils
GzipCheckerHandlerDefault.getSpincastUtils()
protected SpincastUtils
SpincastClassPathDirResourceManagerDefault.getSpincastUtils()
protected SpincastUtils
SpincastResourceHandlerDefault.getSpincastUtils()
protected SpincastUtils
SpincastUndertowServer.getSpincastUtils()
protected SpincastUtils
SpincastUndertowUtilsDefault.getSpincastUtils()
ModifierConstructorDescriptionCacheBusterRemovalHandlerDefault
(io.undertow.server.HttpHandler next, SpincastUtils spincastUtils, SpincastUndertowUtils spincastUndertowUtils) GzipCheckerHandlerDefault
(io.undertow.server.HttpHandler nextHandler, String specificTargetFilePath, SpincastUtils spincastUtils) SpincastClassPathDirResourceManagerDefault
(String rootUrl, String dirPath, SpincastUtils spincastUtils) SpincastResourceHandlerDefault
(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) ConstructorSpincastUndertowUtilsDefault
(SpincastUtils spincastUtils) -
Uses of SpincastUtils in org.spincast.plugins.watermarker
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastImageWatermarkerDefault.getSpincastUtils()
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 SpincastUtils in org.spincast.quickstart.config
ModifierConstructorDescriptionAppLogbackConfigurerConfig
(SpincastUtils spincastUtils, AppConfig appConfig, TemplatingEngine templatingEngine) -
Uses of SpincastUtils in org.spincast.testing.core.postgres
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastTestingPostgresConfigDefault.getSpincastUtils()
ModifierConstructorDescriptionSpincastTestingPostgresConfigDefault
(File dataDir, SpincastUtils spincastUtils) -
Uses of SpincastUtils in org.spincast.website.controllers
Modifier and TypeMethodDescriptionprotected SpincastUtils
AdminController.getSpincastUtils()
protected SpincastUtils
MainPagesController.getSpincastUtils()
protected SpincastUtils
PublicDynamicResourcesController.getSpincastUtils()
ModifierConstructorDescriptionAdminController
(String[] mainArgs, JsonManager jsonManager, SpincastUtils spincastUtils, NewsService newsService, org.spincast.website.AppConfig appConfig) MainPagesController
(String[] mainArgs, JsonManager jsonManager, SpincastUtils spincastUtils, NewsService newsService, org.spincast.website.AppConfig appConfig) PublicDynamicResourcesController
(TemplatingEngine templatingEngine, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of SpincastUtils in org.spincast.website.maven
Modifier and TypeMethodDescriptionprotected SpincastUtils
SpincastMavenPreparePackage.getSpincastUtils()
ModifierConstructorDescriptionSpincastMavenPreparePackage
(String[] mainArgs, SpincastUtils spincastUtils) Constructor -
Uses of SpincastUtils in org.spincast.website.repositories
Modifier and TypeMethodDescriptionprotected SpincastUtils
TemplateFilesRepository.getSpincastUtils()
ModifierConstructorDescriptionTemplateFilesRepository
(org.spincast.website.AppConfig appConfig, TemplatingEngine templatingEngine, SpincastUtils spincastUtils, JsonManager jsonManager) Constructor