| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastFiltersDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastFiltersDefault(CorsFilter corsFilter,
SpincastConfig spincastConfig,
Server server,
SpincastUtils spincastUtils)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
JsonObjectArrayBase.getSpincastUtils() |
| Constructor and Description |
|---|
JsonArrayDefault(JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonArrayDefault(List<Object> initialElements,
boolean mutable,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonArrayDefault(List<Object> initialElements,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonObjectArrayBase(boolean mutable,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonObjectDefault(JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonObjectDefault(JsonObject configToMerge,
boolean mutable,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonObjectDefault(Map<String,Object> initialMap,
boolean mutable,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
JsonObjectDefault(Map<String,Object> initialMap,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter)
Constructor
|
| Constructor and Description |
|---|
FormDefault(String formName,
JsonObject initialFormData,
JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter,
Dictionary dictionary,
XmlManager xmlManager,
SpincastConfig spincastConfig,
Validators validators,
FormFactory formFactory,
ValidationFactory validationFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastUtilsDefault
Implementations of the Spincast utilities.
|
| Constructor and Description |
|---|
ValidationSetSimple(JsonManager jsonManager,
SpincastUtils spincastUtils,
ObjectConverter objectConverter,
Dictionary dictionary,
XmlManager xmlManager,
SpincastConfig spincastConfig,
Validators validators,
FormFactory formFactory,
ValidationFactory validationFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastCssAutoprefixerManagerDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastCssAutoprefixerManagerDefault(SpincastUtils spincastUtils,
SpincastProcessUtils spincastProcessUtils,
SpincastConfig spincastConfig,
SpincastCssAutoprefixerConfig spincastCssAutoprefixerConfig,
JsonManager jsonManager) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastCssYuiCompressorPebbleExtensionDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastCssYuiCompressorPebbleExtensionDefault(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
Router<?,?> router,
Server server,
HttpClient httpClient,
SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastFormsProtectionPebbleExtensionDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastFormsProtectionPebbleExtensionDefault(com.google.common.base.Optional<SpincastFormsDoubleSubmitProtectionRepository> SpincastFormsDoubleSubmitProtectionRepositoryOptional,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
SpincastFormsProtectionConfig spincastFormsProtectionConfig,
SpincastFormsDoubleSubmitProtectionFilter spincastFormsDoubleSubmitProtectionFilter,
SpincastFormsCsrfProtectionFilter spincastFormsCsrfProtectionFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastGsonManager.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastGsonManager(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,
JsonPathUtils jsonPathUtils,
JsonObjectFactory jsonObjectFactory,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
FormFactory formFactory,
com.google.inject.Provider<com.google.inject.Injector> guiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastJsonManager.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastJsonManager(com.google.inject.Provider<com.google.inject.Injector> guiceProvider,
JsonObjectFactory jsonObjectFactory,
Set<JsonMixinInfo> jsonMixinInfos,
SpincastJsonManagerConfig spincastJsonManagerConfig,
SpincastConfig spincastConfig,
JsonPathUtils jsonPathUtils,
SpincastUtils spincastUtils,
FormFactory formFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastJsClosureCompilerPebbleExtensionDefault.getSpincastUtils() |
protected SpincastUtils |
SpincastJsClosureCompilerManagerDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastJsClosureCompilerManagerDefault(SpincastConfig spincastConfig,
SpincastUtils spincastUtils) |
SpincastJsClosureCompilerPebbleExtensionDefault(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
Router<?,?> router,
Server server,
HttpClient httpClient,
SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastLogbackConfigurer.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastLogbackConfigurer(SpincastLogbackConfigurerConfig spincastLogbackConfigurerConfig,
SpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastLogbackConfigurerConfigDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastLogbackConfigurerConfigDefault(SpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastMainPebbleExtensionDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastMainPebbleExtensionDefault(com.google.inject.Provider<TemplatingEngine> templatingEngineProvider,
SpincastPebbleTemplatingEngineConfig spincastPebbleTemplatingEngineConfig,
ObjectConverter objectConverter,
SpincastUtils spincastUtils,
Dictionary dictionary,
com.google.inject.Provider<RequestContext<?>> requestContextProvider,
SpincastConfig spincastConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastProcessUtilsDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastProcessUtilsDefault(SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
TemplatingEngine templatingEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastRequestRequestContextAddon.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastRequestRequestContextAddon(R requestContext,
Server server,
JsonManager jsonManager,
XmlManager xmlManager,
SpincastUtils spincastUtils,
SpincastConfig spincastConfig,
ETagFactory etagFactory,
FlashMessagesHolder flashMessagesHolder,
FormFactory formFactory,
Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastResponseRequestContextAddon.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastResponseRequestContextAddon(R requestContext,
Server server,
JsonManager jsonManager,
XmlManager xmlManager,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
ETagFactory etagFactory,
FlashMessagesHolder flashMessagesHolder,
FlashMessageFactory flashMessageFactory,
CookieFactory cookieFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
StaticResourceDefault.getSpincastUtils() |
protected SpincastUtils |
StaticResourceBuilderDefault.getSpincastUtils() |
| Constructor and Description |
|---|
StaticResourceBuilderDefault(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) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastRoutingUtilsDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastRoutingUtilsDefault(SpincastConfig spincastConfig,
SpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastSwaggerUiManager.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastSwaggerUiManager(Router<?,?> router,
SpincastUtils spincastUtils,
SpincastSwaggerUiConfig spincastSwaggerUiConfig,
TemplatingEngine templatingEngine,
SpincastConfig spincastConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastTimeZonePebbleExtensionDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastTimeZonePebbleExtensionDefault(TimeZoneResolver timeZoneResolver,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
com.google.inject.Provider<RequestContext<?>> requestContextProvider,
SpincastTimeZoneResolverConfig spincastTimeZoneResolverConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastUndertowUtilsDefault.getSpincastUtils() |
protected SpincastUtils |
SpincastUndertowServer.getSpincastUtils() |
protected SpincastUtils |
SpincastResourceHandlerDefault.getSpincastUtils() |
protected SpincastUtils |
GzipCheckerHandlerDefault.getSpincastUtils() |
protected SpincastUtils |
CacheBusterRemovalHandlerDefault.getSpincastUtils() |
| Constructor and Description |
|---|
CacheBusterRemovalHandlerDefault(io.undertow.server.HttpHandler next,
SpincastUtils spincastUtils,
SpincastUndertowUtils spincastUndertowUtils) |
GzipCheckerHandlerDefault(io.undertow.server.HttpHandler nextHandler,
String specificTargetFilePath,
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,
FileClassPathResourceManagerFactory fileClassPathResourceManagerFactory,
SpincastHttpAuthIdentityManagerFactory spincastHttpAuthIdentityManagerFactory,
WebsocketEndpointFactory spincastWebsocketEndpointFactory,
SSLContextFactory sslContextFactory,
ServerUtils serverUtils)
Constructor
|
SpincastUndertowUtilsDefault(SpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastImageWatermarkerDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastImageWatermarkerDefault(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) |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastUtils |
SpincastTestingPostgresConfigDefault.getSpincastUtils() |
| Constructor and Description |
|---|
SpincastTestingPostgresConfigDefault(File dataDir,
SpincastUtils spincastUtils) |
Copyright © 2019. All rights reserved.