- cache(int) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
The number of seconds the client should cache this resource
before requesting it again.
- cache(int, boolean) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
The number of seconds the client should cache this resource
before requesting it again.
- cache(int, boolean, Integer) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
The number of seconds the client should cache this resource
before requesting it again.
- cache(R) - Method in interface org.spincast.core.filters.SpincastFilters
-
- cache(R, int) - Method in interface org.spincast.core.filters.SpincastFilters
-
- cache(R, int, boolean) - Method in interface org.spincast.core.filters.SpincastFilters
-
- cache(R, int, boolean, Integer) - Method in interface org.spincast.core.filters.SpincastFilters
-
- cache(R) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cache(R, int) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cache(R, int, boolean) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cache(R, int, boolean, Integer) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cache() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache(int) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds public cache headers.
- cache(int, boolean) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache(int, boolean, Integer) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache(int) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds public cache headers.
- cache(int, boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds cache headers.
- cache(int, boolean, Integer) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds cache headers.
- cache(int) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- cache(int, boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- cache() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- cache(int) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- cache(int, boolean) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- cache(int) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cache(int, boolean) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- CacheBusterRemovalHandler - Interface in org.spincast.plugins.undertow
-
Handler to remove cache busters from the request path.
- CacheBusterRemovalHandlerDefault - Class in org.spincast.plugins.undertow
-
Handler to remove cache buster codes from the request URL.
- CacheBusterRemovalHandlerDefault(HttpHandler, SpincastUtils, SpincastUndertowUtils) - Constructor for class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
-
- CacheBusterRemovalHandlerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create CacheBusterRemovalHandler
- cacheHeaders() - Method in interface org.spincast.core.exchange.RequestContext
-
Cache headers related methods.
- cacheHeaders() - Method in class org.spincast.core.exchange.RequestContextBase
-
- CacheHeadersRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
Request context add-on to work with cache headers.
- callAppMainMethod() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts the application.
- callAppMainMethod() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- callAppMainMethod() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
- callRouteHandlers(R, RoutingResult<R>) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Call the handlers, in order they are specified.
- callServerStartedListeners() - Method in interface org.spincast.core.server.ServerUtils
-
This must be called by a
Server
implementation, after it has been successfully
started!
- callServerStartedListeners() - Method in class org.spincast.core.server.ServerUtilsDefault
-
- CanBeDisabled - Interface in org.spincast.testing.junitrunner
-
Allows you to ignore a test class entirely.
- cancelRowUpdates() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- CantCompareException - Exception in org.spincast.core.exceptions
-
Exception thrown when an element from an JsonObject
or from an JsonArray can't be compared to another.
- CantCompareException(String, String, Object) - Constructor for exception org.spincast.core.exceptions.CantCompareException
-
Constructor
- CantConvertException - Exception in org.spincast.core.exceptions
-
Exception thrown when an element from a JsonObject
or from a JsonArray can't be converted to the
requested type.
- CantConvertException(String, String, Object) - Constructor for exception org.spincast.core.exceptions.CantConvertException
-
Constructor
- castExchange(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- check() - Method in interface org.spincast.testing.core.utils.TrueChecker
-
- classpath(String) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
The path to the resource, on the classpath.
- classpath(String) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- classpathFile(String) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
A .yaml config file to search on the classpath.
- classRedefined(Class<?>) - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsListener
-
Called when a watched class is redefined.
- classRedefined(Class<?>) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
Listen to redefinitions of any class.
- ClassSerializer - Class in org.spincast.plugins.gson.serializers
-
- ClassSerializer() - Constructor for class org.spincast.plugins.gson.serializers.ClassSerializer
-
- clear() - Method in class org.spincast.core.json.JsonArrayDefault
-
- clear() - Method in class org.spincast.core.json.JsonObjectDefault
-
- clear() - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Clears all elements.
- clearCache() - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
Clears the cache.
- clearCache() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
Delete cache so the Open API object
is computed from scratch.
- clearDatabase() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
Clears the whole database.
- clearDatabase() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
Clears the whole database.
- clearDirectory(File) - Method in interface org.spincast.core.utils.SpincastUtils
-
Empty a directory if it exists.
- clearDirectory(File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- clearParams() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- clearPrefixes(List<String>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- clearPreviousResponseCookies() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Removes all the cookies saved from a previous
response.
- clearRoutes() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- clearRoutes() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
- clearSql() - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Clears the current SQL query being built.
- clearSql(boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Clears the current SQL query being built.
- clearSql() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- clearSql(boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- clearWarnings() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- clearWarnings() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- clone(boolean) - Method in interface org.spincast.core.json.JsonArray
-
Deep copy of the JsonArray, so any
modification to the original won't affect the
clone, and vice-versa.
- clone(boolean) - Method in class org.spincast.core.json.JsonArrayDefault
-
- clone(Object) - Method in interface org.spincast.core.json.JsonManager
-
Tries to clone an object to a JsonObject or
a JsonArray, if the object is not of
a primitive type (or BigDecimal).
- clone(Object, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Tries to clone an object to a JsonObject or
a JsonArray, if the object is not of
a primitive type (or BigDecimal).
- clone(boolean) - Method in interface org.spincast.core.json.JsonObject
-
Deep copy of the JsonObject, so any
modification to the original won't affect the
clone, and vice-versa.
- clone() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- clone(boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
Clone the object.
- clone(boolean) - Method in class org.spincast.core.json.JsonObjectDefault
-
- clone(boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Clone the object.
- clone(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- clone(Object, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- clone(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- clone(Object, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- cloneJsonArray(JsonArray, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Deep copy of the JsonArray, so any
modification to the original won't affect the
clone, and vice-versa.
- cloneJsonArray(JsonArray, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- cloneJsonArray(JsonArray, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- cloneJsonObject(JsonObject, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Deep copy of the JsonObject, so any
modification to the original won't affect the
clone, and vice-versa.
- cloneJsonObject(JsonObject, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- cloneJsonObject(JsonObject, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- close() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Closes the statement.
- close() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- close() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- close(PreparedStatement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
Closes statement quietly
- close(ResultSet) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
Closes resultSet quietly
- close() - Method in class org.spincast.plugins.undertow.FileClassPathResourceManagerDefault
-
- closeAllWebsocketEndpoints() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- closeConnection() - Method in interface org.spincast.core.websocket.WebsocketPeerManager
-
Closes the connection with the peer.
- closeConnection() - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientWriter
-
Closes the WebSocket connection.
- closeConnectionWithCurrentPeer() - Method in interface org.spincast.core.websocket.WebsocketContext
-
Closes the connection with the
current peer.
- closeConnectionWithCurrentPeer() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- ClosedEventSentCallback - Interface in org.spincast.plugins.undertow
-
- closeEndpoint() - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes the entire WebSocket endpoint.
- closeEndpoint(boolean) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes the entire WebSocket endpoint.
- closeEndpoint(int, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes the entire WebSocket endpoint.
- closeEndpoint() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closeEndpoint(boolean) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closeEndpoint(int, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closeEndpoint(int, String, boolean) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closePeer(String) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes a specific peer connection on the endpoint.
- closePeer(String, int, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes a specific peer connection on the endpoint.
- closePeer(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closePeer(String, int, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- closeQuietly(InputStream) - Static method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietly(OutputStream) - Static method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietly(Reader) - Static method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietly(Closeable) - Static method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietlyInstance(InputStream) - Method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietlyInstance(OutputStream) - Method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietlyInstance(Reader) - Method in class org.spincast.core.utils.SpincastStatics
-
- closeQuietlyInstance(Closeable) - Method in class org.spincast.core.utils.SpincastStatics
-
- commit() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- compareTo(Object, Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Compare two elements.
- compareTo(Object, Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- compile(String, String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify javascript content, as a String.
- compile(String, List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify javascript content, as a String.
- compile(File, String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify a js file.
- compile(File, List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify a js file.
- compile(List<File>, String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/minify multiple .js files
at a time and concatenate the result.
- compile(List<File>, List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/minify multiple .js files
at a time and concatenate the result.
- compile(String, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compile(String, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compile(File, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compile(File, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compile(List<File>, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compile(List<File>, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compileCustom(String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify js/js files.
- compileCustom(List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify js/js files.
- compileCustom(String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- compileCustom(List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- computeTestMethods() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- CONFIG_FILE_NAME_DEFAULT - Static variable in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- ConfigFinder - Class in org.spincast.plugins.config
-
- ConfigFinder(String, String, List<String>, boolean, List<String>, boolean, boolean, boolean, boolean) - Constructor for class org.spincast.plugins.config.ConfigFinder
-
This component is not part of the Guice context because
you can very easily created circular dependencies with
configurations since they are used everywhere.
- ConfigFinder.ConfigFinderBuilder - Class in org.spincast.plugins.config
-
- ConfigFinderBuilder() - Constructor for class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
- configs - Variable in class org.spincast.plugins.config.ConfigFinder
-
- configure() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- configure() - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- configure() - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Starts the bootsrapping of a Spincast application, using the
default plugins.
- configure() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- configure() - Static method in class org.spincast.plugins.config.ConfigFinder
-
- configure() - Method in class org.spincast.plugins.config.SpincastConfigPluginModule
-
- configure() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
-
- configure() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
-
- configure() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
-
- configure() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
-
- configure() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
-
- configure() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPluginModule
-
- configure() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- configure() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- configure() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- configure() - Method in class org.spincast.plugins.httpcaching.SpincastHttpCachingPluginModule
-
- configure() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
-
- configure() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
-
- configure() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
-
- configure() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
-
- configure() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- configure() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
-
- configure() - Method in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPluginModule
-
- configure() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
-
- configure() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPluginModule
-
- configure() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
-
- configure() - Method in class org.spincast.plugins.pebble.SpincastPebblePluginModule
-
- configure() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsPluginModule
-
- configure() - Method in class org.spincast.plugins.request.SpincastRequestPluginModule
-
- configure() - Method in class org.spincast.plugins.response.SpincastResponsePluginModule
-
- configure() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- configure() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
-
- configure() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- configure() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPluginModule
-
- configure() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPluginModule
-
- configure() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
-
- configure() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- configure() - Method in class org.spincast.plugins.variables.SpincastVariablesPluginModule
-
- configure() - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPluginModule
-
- configureEmptyBeans(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- configureEmptyBeans(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- configureGsonBuilder(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
Configure the Gson builder
- configureMixins(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- configureMixins(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- configureObjectMapper(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Configuration of the ObjectMapper.
- configureStreams(ProcessBuilder) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
-
Configure input/output streams
- configureXmlMapper(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Configuration of the XmlMapper.
- CONNECT(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a CONNECT request.
- connect(WebsocketClientHandler) - Method in interface org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
-
Sends the request and establish the WebSocket connection.
- connect(WebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- CONNECT(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a CONNECT method.
- CONNECT(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a CONNECT method.
- CONNECT(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a CONNECT method.
- connectionClosed(Set<String>) - Method in interface org.spincast.plugins.undertow.WebsocketPeersWriteCallback
-
The ids of the peers for which a connection
has been found as closed.
- ConnectionScope<T> - Interface in org.spincast.plugins.jdbc
-
- ConnectRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
-
- ConnectRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a CONNECT request.
- ConnectRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.ConnectRequestBuilderDefault
-
- contains(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- contains(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Does the object contain an element at
the JsonPath position (even if
null)?
- ContentTypeDefaults - Enum in org.spincast.core.utils
-
Some often used Content-Types.
- convert(Class<T>) - Method in interface org.spincast.core.json.JsonObject
-
Converts the JsonObject to an instance of
the specified T type.
- convert(Class<T>) - Method in class org.spincast.core.json.JsonObjectDefault
-
- convertApacheCookieToHttpCookie(Cookie) - Method in class org.spincast.plugins.httpclient.utils.SpincastHttpClientUtilsDefault
-
- convertBase64StringToByteArray(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a BigDecimal.
- convertBase64StringToByteArray(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertByteArrayToBase64String(byte[]) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Base64 String.
- convertByteArrayToBase64String(byte[]) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertHeadersToUndertowHeaderMap(Map<String, List<String>>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- convertHttpMethodToSpincast(PathItem.HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- convertHttpMethodToUndertowHttpString(HttpMethod) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- convertJsonObjectElementToGsonJsonElement(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- convertLongSetToLongPrimitiveArray(Set<Long>) - Method in interface org.spincast.core.utils.SpincastUtils
-
- convertLongSetToLongPrimitiveArray(Set<Long>) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- convertSpincastRoutePathToOpenApiFormat(String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
Convert dynamic path parameters to Open API format.
- convertTemplatingGlobalVariableValue(Object) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
Converts JsonObject and JsonArray to plain Maps and Lists.
- convertTo(Object, Class<T>) - Method in interface org.spincast.core.utils.ObjectConverter
-
Tries to convert the element to the specified targetType.
- convertTo(Object, Class<T>) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToApacheCookie(Cookie) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
Converts a Spincast cookie to an Apache one.
- convertToApacheCookieTweakName(String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- convertToApacheCookieTweakValue(String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- convertToBigDecimal(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a BigDecimal.
- convertToBigDecimal(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToBoolean(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a JsonArray.
- convertToBoolean(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToDateFromJsonDateFormat(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Date.
- convertToDateFromJsonDateFormat(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToDouble(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Double.
- convertToDouble(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToFloat(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Float.
- convertToFloat(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToFriendlyToken(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Convert a string so it can be used in an URL without
being escaped: remove accents, spaces, etc.
- convertToFriendlyToken(String, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Convert a string so it can be used in an URL without
being escaped: remove accents, spaces, etc.
- convertToFriendlyToken(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- convertToFriendlyToken(String, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- convertToInstantFromJsonDateFormat(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Instant.
- convertToInstantFromJsonDateFormat(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToInteger(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Integer.
- convertToInteger(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToJsonArray() - Method in interface org.spincast.core.json.ToJsonArrayConvertible
-
Converts the object to a JsonArray.
- convertToJsonArray(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a JsonArray.
- convertToJsonArray(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToJsonDate(Date) - Method in interface org.spincast.core.json.JsonManager
-
Converts a Date to a Json date format.
- convertToJsonDate(Date) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- convertToJsonDate(Date) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- convertToJsonDateFormat(Date) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the date to a String representaiton compatible with
the Json specification.
- convertToJsonDateFormat(Date) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToJsonObject() - Method in interface org.spincast.core.json.ToJsonObjectConvertible
-
Converts the object to a JsonObject.
- convertToJsonObject(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a JsonObject.
- convertToJsonObject(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToJsonObject() - Method in interface org.spincast.core.validation.ValidationMessage
-
Converts the message to a JsonObject object.
- convertToJsonObject() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- convertToLong(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a Long.
- convertToLong(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToNameValuePair(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- convertToNativeType(Object) - Method in interface org.spincast.core.json.JsonManager
-
Convert a random object to a valid native JsonObject type, if
it's not already.
- convertToNativeType(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- convertToNativeType(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- convertToPlainList() - Method in interface org.spincast.core.json.JsonArray
-
Converts the JsonArray to a plain List<Object>.
- convertToPlainList() - Method in class org.spincast.core.json.JsonArrayDefault
-
- convertToPlainMap() - Method in interface org.spincast.core.json.JsonObject
-
Converts the JsonObject to a plain Map.
- convertToPlainMap() - Method in class org.spincast.core.json.JsonObjectDefault
-
- convertToResolvedMigration(SpincastFlywayMigration) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- convertToSet(Object) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- convertToString(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Converts the element to a JsonObject.
- convertToString(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- convertToStringList() - Method in interface org.spincast.core.json.JsonArray
-
Converts the JsonArray to a List<String>.
- convertToStringList() - Method in class org.spincast.core.json.JsonArrayDefault
-
- Cookie - Interface in org.spincast.core.cookies
-
An HTTP cookie.
- CookieDefault - Class in org.spincast.core.cookies
-
- CookieDefault(String, SpincastConfig) - Constructor for class org.spincast.core.cookies.CookieDefault
-
Constructor
- CookieDefault(String, String, SpincastConfig) - Constructor for class org.spincast.core.cookies.CookieDefault
-
Constructor
- CookieDefault(String, String, String, String, Date, boolean, boolean, CookieSameSite, boolean, int, SpincastConfig) - Constructor for class org.spincast.core.cookies.CookieDefault
-
Constructor
- CookieFactory - Interface in org.spincast.core.cookies
-
Factory to create cookies.
- CookieSameSite - Enum in org.spincast.core.cookies
-
Possible values for a ccokie's
"SameSite" attribute.
- copyClasspathDirToFileSystem(String, File) - Method in interface org.spincast.core.utils.SpincastUtils
-
Copy a directory from the classpath (located in a .jar or not) to the
specified file system directory.
- copyClasspathDirToFileSystem(String, File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- copyClasspathFileToFileSystem(String, File) - Method in interface org.spincast.core.utils.SpincastUtils
-
Copy a file from the classpath (located in a .jar or not) to the specified
file system file.
- copyClasspathFileToFileSystem(String, File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- copyJarDirToFileSystem(String, File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- copyJarFileToFileSystem(String, File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- copyParamsAndStaticTokensTo(Statement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- cors(R) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>, Set<String>) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>, Set<String>, Set<String>) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>, Set<String>, Set<String>, boolean) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>, Set<String>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>, Set<String>, Set<String>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>, Set<String>, Set<String>, boolean) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors(R, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- cors() - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on all
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>, Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>, Set<String>, Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>, Set<String>, Set<String>, boolean) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
matching requests (except the static resources,
for whom cors has to be activated directly!)
- cors(String) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on all
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>, Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>, Set<String>, Set<String>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>, Set<String>, Set<String>, boolean) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors(String, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in interface org.spincast.core.routing.Router
-
Enables Cross-Origin Resource Sharing (Cors) on
requests matching the specified path (except the static resources,
for whom cors has to be activated directly!)
- cors() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>, Set<String>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>, Set<String>, boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>, Set<String>, boolean, int) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>, Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>, Set<String>, Set<String>, boolean) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>, Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>, Set<String>, Set<String>, boolean) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors(String, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- cors() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cors(Set<String>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cors(Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cors(Set<String>, Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cors(Set<String>, Set<String>, Set<String>, boolean) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- cors(Set<String>, Set<String>, Set<String>, boolean, int) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- corsAddAllowCookies(CorsFilterClient) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsAddAllowMethods(CorsFilterClient, Set<HttpMethod>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsAddAllowOrigin(CorsFilterClient) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsAddExtraHeadersAllowedToBeRead(CorsFilterClient, Set<String>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsAddExtraHeadersAllowedToBeSent(CorsFilterClient, Set<String>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsAddMaxAge(CorsFilterClient, int) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- corsCore(CorsFilterClient, Set<String>, boolean) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- CorsFilter - Interface in org.spincast.core.filters
-
Filter to validate if a request contains valid cors
headers and, if so, add the required headers as a
response.
- CorsFilterClient - Interface in org.spincast.core.filters
-
Interface for a client of the Cors filter.
- CorsFilterDefault - Class in org.spincast.core.filters
-
Cors filter implementation.
- CorsFilterDefault() - Constructor for class org.spincast.core.filters.CorsFilterDefault
-
- CorsFilterResponse - Enum in org.spincast.core.filters
-
A response from the cors filter.
- CorsHandler - Interface in org.spincast.plugins.undertow
-
Handler that will add cors headers, when required.
- CorsHandlerDefault - Class in org.spincast.plugins.undertow
-
- CorsHandlerDefault(HttpHandler, StaticResourceCorsConfig, CorsFilter) - Constructor for class org.spincast.plugins.undertow.CorsHandlerDefault
-
- CorsHandlerFactory - Interface in org.spincast.plugins.undertow
-
- create(FlashMessageLevel, String) - Method in interface org.spincast.core.flash.FlashMessageFactory
-
- create(FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.flash.FlashMessageFactory
-
- create() - Method in interface org.spincast.core.json.JsonManager
-
Creates an empty JsonObject
- create() - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an empty and mutable JsonObject.
- create(Map<String, Object>, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an JonObject based on the specified Map.
- create(JsonObject, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an JonObject based on the specified JsonObject.
- create(String) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates a strong ETag, using a specific tag.
- create(String, boolean) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates a strong or weak ETag, using a specific tag.
- create(String, boolean, boolean) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates a strong or weak ETag, using a specific tag.
- create(Router<R, W>, String) - Method in interface org.spincast.core.routing.RedirectRuleBuilderFactory
-
- create(Handler<R>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Creates and returns the route without adding it to
the router.
- create() - Method in interface org.spincast.core.routing.RouteBuilderFactory
-
Creates a route builder without using a router.
- create(Router<R, W>) - Method in interface org.spincast.core.routing.RouteBuilderFactory
-
Creates a route builder using the specified router.
- create() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Creates and returns the static resource without adding it to
the router.
- create(boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilderFactory
-
Creates a static resources builder by specifying
if the resource to build is a file or a directory, but without
using a router.
- create(Router<R, W>, boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilderFactory
-
Creates a static resources builder by specifying
if the resource to build is a file or a directory.
- create(boolean, StaticResourceType, String, String, Handler<R>, StaticResourceCorsConfig, StaticResourceCacheConfig, boolean, boolean, HotlinkingManager) - Method in interface org.spincast.core.routing.StaticResourceFactory
-
- create(String, String, WebsocketPeerManager) - Method in interface org.spincast.core.websocket.WebsocketContextFactory
-
- create(String, WebsocketController<R, W>) - Method in interface org.spincast.core.websocket.WebsocketEndpointHandlerFactory
-
- create(WebsocketController<R, W>) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
Creates and returns the WebSocket route without adding it to
the router.
- create() - Method in interface org.spincast.core.websocket.WebsocketRouteBuilderFactory
-
Creates a route builder without using a router.
- create(Router<R, W>) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilderFactory
-
Creates a WebSocket route builder using the specified router.
- create() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- create(int, String, byte[], Map<String, List<String>>, Map<String, Cookie>, boolean) - Method in interface org.spincast.plugins.httpclient.HttpResponseFactory
-
- create() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- create(Connection) - Method in interface org.spincast.plugins.jdbc.SpincastConnectionFactory
-
- create(DataSource) - Method in interface org.spincast.plugins.jdbc.SpincastDataSourceFactory
-
- create(String) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
-
- create(String, boolean) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
-
- create(String, boolean, boolean) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
-
- create(Handler<R>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- create(Route<R>, Handler<R>, Map<String, String>, int) - Method in interface org.spincast.plugins.routing.RouteHandlerMatchFactory
-
- create() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- create(int, boolean, Integer) - Method in interface org.spincast.plugins.routing.StaticResourceCacheConfigFactory
-
- create(Set<String>, Set<String>, Set<String>, boolean, int) - Method in interface org.spincast.plugins.routing.StaticResourceCorsConfigFactory
-
- create(WebsocketController<R, W>) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- create(HttpHandler) - Method in interface org.spincast.plugins.undertow.CacheBusterRemovalHandlerFactory
-
- create(HttpHandler, StaticResourceCorsConfig) - Method in interface org.spincast.plugins.undertow.CorsHandlerFactory
-
- create(String) - Method in interface org.spincast.plugins.undertow.FileClassPathResourceManagerFactory
-
- create(HttpHandler, String) - Method in interface org.spincast.plugins.undertow.GzipCheckerHandlerFactory
-
- create(HttpHandler, HttpHandler) - Method in interface org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerFactory
-
- create() - Method in interface org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerFactory
-
- create(ResourceManager, StaticResource<?>) - Method in interface org.spincast.plugins.undertow.SpincastResourceHandlerFactory
-
- create(ResourceManager, StaticResource<?>, HttpHandler) - Method in interface org.spincast.plugins.undertow.SpincastResourceHandlerFactory
-
- create(Map<String, WebSocketChannel>) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriterFactory
-
- create(String, WebsocketEndpointHandler) - Method in interface org.spincast.plugins.undertow.WebsocketEndpointFactory
-
- createAccount(String) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
-
- createAlert(AlertLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- createArray() - Method in interface org.spincast.core.json.JsonManager
-
Creates an empty JsonArray.
- createArray() - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an empty and mutable JsonArray.
- createArray(List<Object>, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates a JsonArray based on the List.
- createArray() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- createArray() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- createArrayOf(String, Object[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createArraySchemaAnnotation() - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
-
- createArraySchemaAnnotation() - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
-
- createAttempt(boolean, String, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.AttemptFactory
-
- createAttemptRule(String, int, Duration) - Method in interface org.spincast.plugins.attemptslimiter.AttemptFactory
-
- createBatchInsertStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Batch Insert statement.
- createBlob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createBootstrapper() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- createByteBufferPool() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createClob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createConnectionBuilder(XnioWorker, DefaultByteBufferPool, String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createConnectionString() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- createControllerKey(WebsocketController<?, ?>) - Method in class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
-
- createCookie(String) - Method in interface org.spincast.core.cookies.CookieFactory
-
Creates a cookie using the given name (null value).
- createCookie(String, String) - Method in interface org.spincast.core.cookies.CookieFactory
-
Creates a cookie using the given name and value.
- createCookie(String, String, String, String, Date, boolean, boolean, CookieSameSite, boolean, int) - Method in interface org.spincast.core.cookies.CookieFactory
-
Creates a cookie using all available configurations.
- createCookie(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Creates a cookie using the given name (null value).
- createCookie(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- createCorsFilterClient(R, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
Creates a client for the cors filter.
- createCorsFilterClient(HttpServerExchange, StaticResourceCorsConfig) - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
Create the client for the cors filter.
- createCsrfToken() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- createDeleteStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Delete statement.
- createdGuiceInjector(Injector) - Method in class org.spincast.core.guice.GuiceTweaker
-
- createdGuiceInjector(Injector) - Method in interface org.spincast.core.guice.SpincastPlugin
-
Once all the plugins have been applied,
this method is called with the resulting
Guice injector.
- createdGuiceInjector(Injector) - Method in class org.spincast.core.guice.SpincastPluginBase
-
- createExternalDocumentationAnnotation() - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
-
- createExternalDocumentationAnnotation() - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
-
- createFileModificationsWatcherService() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- createFlyway() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- createForm(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates an empty
Form, which is a JsonObject +
a validations container.
- createForm(String, JsonObject) - Method in interface org.spincast.core.request.FormFactory
-
- createForm(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- createForm(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- createFormatter(Date) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
-
- createFormatter(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
-
- createForwardedRequestContext(R, String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- createGsons() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- createGuiceTweaker() - Method in class org.spincast.testing.core.SpincastTestBase
-
- createHandlerMatchForBeforeOrAfterFilter(RouteHandlerMatch<R>, Handler<R>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Creates a new match for a "before" or "after" handler specific
to a route.
- createHttpAuthenticationRealm(String, String) - Method in interface org.spincast.core.server.Server
-
Creates HTTP authentication protection (realm) for the
specified path prefix.
- createHttpAuthenticationRealm(String, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- createHttpClient() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
Creates the HTTPClient with a cookies store.
- createHttpClientBuilder() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- createHttpMethodAndPathKey(HttpMethod, String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- createHttpRouteFromWebsocketRoute(WebsocketRoute<R, W>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- createImageWatermarker(String, Color, Color, Font, String, boolean, SpincastWatermarkPosition, Integer, Float, Integer, Integer, Color) - Method in interface org.spincast.plugins.watermarker.SpincastWatermarkerFactory
-
- createInjector() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- createInjector() - Method in class org.spincast.testing.core.SpincastTestBase
-
The test class must implement this method to create
the Guice injector.
- createInjector() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- createInsertStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Insert statement.
- createInstance() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
-
- createInterceptorModule(Class<?>, Class<?>, boolean) - Static method in class org.spincast.core.guice.GuiceModuleUtils
-
Creates a module that is going to intercept the calls to all methods defined in
an object implementing toIntercept and will call those of
implementationClass instead, if available.
- createJsFile(String) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- createLearningPushHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- createMessage(ValidationLevel, String, String, ValidationHtmlEscapeType) - Method in interface org.spincast.core.validation.ValidationFactory
-
- createMethodeSignatureKey(Method) - Static method in class org.spincast.core.guice.GuiceModuleUtils
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.ConnectRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.DeleteRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.GetRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.HeadRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
Creates the HttpRequestBase depending on the HTTP method.
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.OptionsRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.builders.TraceRequestBuilderDefault
-
- createMethodSpecificHttpRequest(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createMigrationContext(DataSource, String) - Method in interface org.spincast.plugins.flywayutils.SpincastFlywayFactory
-
Creates a context for the migrations of a
specific
DataSource.
- createMigrationContext(DataSource, String, String) - Method in interface org.spincast.plugins.flywayutils.SpincastFlywayFactory
-
Creates a context for the migrations of a
specific
DataSource and schema.
- createModulesMapKey(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, boolean) - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- createNClob() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createNewFormDoubleSubmitProtectionId() - Method in interface org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilter
-
Creates an id to use in a form that needs to be
protected.
- createNewFormDoubleSubmitProtectionId() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- createNewSession() - Method in interface org.spincast.plugins.session.SpincastSessionFactory
-
Creates a new session.
- createNewSession() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Creates a new session.
- createNewSession() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- createNewSpincastSession() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- createNewValidationSet() - Method in class org.spincast.core.request.FormDefault
-
- createNewValidationSet() - Method in interface org.spincast.core.validation.ValidationSet
-
- createNoMatchingParamsHandlerMatch(Route<R>, String, Handler<R>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Creates an handler match with no matching params.
- createObjectManager() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Creates the ObjectMapper
- createOperationId(Route<R>, HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- createParamDescriptionFromAlias(String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- createParametersAnnotation(List<Parameter>) - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
-
- createParametersAnnotation(List<Parameter>) - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
-
- createParamPatternFromAlias(String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- createPathParameterAnnotation(String, String, String) - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
-
- createPathParameterAnnotation(String, String, String) - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
-
- createPlaceholder(String) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Creates a placeholder using the current templating engine
implementation.
- createPlaceholder(String) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Creates a placeholder using the current templating engine
implementation.
- createPlaceholder(String) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- createPlaceholder(String) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- createPostCssConfigFile(File, JsonObject) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- createRegularHandlerMatches(RoutingType, Route<R>, HttpMethod, List<String>, URL, int) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Get the matches (filters and main handle) if the route matches the URL and
HTTP method, or returns NULL otherwise.
- createRelativeFormatter(Date) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
-
- createRelativeFormatter(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
-
- createReplaceDynamicParamsResult(String, boolean) - Method in class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
-
- createRequestContext(Object) - Method in interface org.spincast.core.exchange.RequestContextFactory
-
- createRoute(String, boolean, boolean, StaticResource<R>, boolean, Set<HttpMethod>, String, Set<RoutingType>, List<Handler<R>>, Handler<R>, List<Handler<R>>, int, Set<String>, Set<String>, boolean, Object, Object[], boolean) - Method in interface org.spincast.plugins.routing.RouteFactory
-
- createRoute(boolean, String, String, List<Handler<R>>, Set<String>, WebsocketController<R, W>) - Method in interface org.spincast.plugins.routing.WebsocketRouteFactory
-
- createRoutingResult(List<RouteHandlerMatch<R>>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- createScanner(Set<Class<?>>) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- createSchemaAnnotation(String, String) - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
-
- createSchemaAnnotation(String, String) - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
-
- createSelectStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates a Select statement.
- createSession(String, Instant, Instant, JsonObject) - Method in interface org.spincast.plugins.session.SpincastSessionFactory
-
Creates a session from saved infos.
- createSession(String, Instant, Instant, JsonObject) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Creates a session from infos, with existing
attributes if any (null otherwise)
- createSession(String, Instant, Instant, JsonObject) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- createSQLXML() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createSSLContext(String, String, String, String) - Method in interface org.spincast.core.utils.ssl.SSLContextFactory
-
- createSSLContext(String, String, String, String) - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- createSSLContext(KeyManager[], TrustManager[]) - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- createStatement() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createStatement(int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createStatement(int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createStruct(String, Object[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- createSupportedExtensions() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createSupportedSubProtocols() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createTempFilePath() - Method in interface org.spincast.core.utils.SpincastUtils
-
Creates a randomly named temp file path targetting the
writable directory.
- createTempFilePath() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- createTest() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
JUnit calls that method to create an instance of the
test class for each individual test.
- createTestingDir() - Method in class org.spincast.testing.core.SpincastTestBase
-
Create a temp directory.
- createTestingFilePath(String) - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns the absolute path to use, given the relative one,
to create a temporary test file.
- createTestingFilePath() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns a unique path to use to create a temporary test file.
- createTestUrl(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Creates an URL to the started HTTPS server.
- createTestUrl(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Creates an URL to the started HTTP(S) server.
- createTestUrl(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Creates an URL to the started HTTP(S) server.
- createTestUrl(String, String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- createTextWatermarkBaseImage() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- createUndertowTempDir() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- createUndertowWebsocketEndpointHandler(String, WebsocketEndpointHandler) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- createUniqueParamName() - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
-
- createUpdateStatement(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcStatementFactory
-
Creates an Update statement.
- createValidationSet() - Method in interface org.spincast.core.validation.ValidationFactory
-
- createWebSocketChannel() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createWebSocketChannel(XnioWorker, DefaultByteBufferPool, String, int) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createWebsocketEndpointHandler(String, WebsocketController<R, W>) - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- createWebsocketPeerManager(String) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
Creates a peer specific manager from the endpoint manager.
- createWebsocketRouteHandler(WebsocketRoute<R, W>) - Method in interface org.spincast.core.websocket.WebsocketRouteHandlerFactory
-
- createWebsocketUri(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- createXmlMapper() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Creates the XmlMapper
- createXnioWorker() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- csrfDoesntMatchAction(RequestContext<?>, String) - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
What to do when the CSRF is not there or not valid?
By default, throw a
PublicException with
an HTTP status code of
HttpStatus.SC_BAD_REQUEST and
a public message.
- CSS_BUNDLE_FUNCTION_ARG_DISABLE_CACHE_BUSTING - Static variable in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- CSS_BUNDLE_FUNCTION_ARG_LINE_BREAK_POS - Static variable in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- customExceptionHandling(Throwable, R, RoutingResult<R>) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Custom exception handling.
- customizeStatement(Statement, FrameworkMethod) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- CustomStatusCodeException - Interface in org.spincast.core.exceptions
-
An exception on which it is possible to specify the
response status code to send to the user.
- CustomStatusCodeExceptionDefault - Exception in org.spincast.core.exceptions
-
- CustomStatusCodeExceptionDefault() - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- CustomStatusCodeExceptionDefault(String) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- CustomStatusCodeExceptionDefault(String, int) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- CustomStatusCodeExceptionDefault(boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- CustomStatusCodeExceptionDefault(String, boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- CustomStatusCodeExceptionDefault(String, int, boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- generateCacheBusterCode() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- generateCssBundleName(List<String>) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- generateCssBundleUrlPath(String, boolean) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- generateExpectedWebsocketV13AcceptHeaderValue(String) - Method in interface org.spincast.plugins.httpclient.utils.SpincastHttpClientUtils
-
Generates the expected value of a "Sec-WebSocket-Accept"
header in the response for a Websocket upgrade request.
- generateExpectedWebsocketV13AcceptHeaderValue(String) - Method in class org.spincast.plugins.httpclient.utils.SpincastHttpClientUtilsDefault
-
- generateJaxRsLikeClasses() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
This method will dynamically create and annotate
classes to simulate a JAX-RS application.
- generateJsBundleName(List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- generateJsBundleUrlPath(String, boolean) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- generateNewHashSecureSalt() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
- generateNewHashSecureSalt() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
- generateNewSessionId() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Generates a new session id.
- generateNewSessionId() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- generatePeerId(R, String) - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
Generate a peer id when none is specified by the
controller.
- generateTempClassFile(File) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
- geNumericAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Numeric alias
- geNumericPlusAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Numeric + "_" and "-" alias
- geRepeatUntilFailureAnnotationLoopsNbr(RepeatUntilFailure) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- geRepeatUntilSuccessAnnotationLoopsNbr(RepeatUntilSuccess) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- get(String) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, boolean) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale, boolean) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Pair...) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale, Pair...) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Map<String, Object>) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale, Map<String, Object>) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(Class<T>) - Method in interface org.spincast.core.exchange.RequestContext
-
Shortcut to get an instance from Guice.
- get(Key<T>) - Method in interface org.spincast.core.exchange.RequestContext
-
Shortcut to get an instance from Guice.
- get(Class<T>) - Method in class org.spincast.core.exchange.RequestContextBase
-
- get(Key<T>) - Method in class org.spincast.core.exchange.RequestContextBase
-
- get(String) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable.
- get(String, Class<T>) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as the
specified class.
- get(String, Key<T>) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as the
specified Key.
- get(JsonArray, boolean, T) - Method in interface org.spincast.core.json.JsonObjectDefault.IFirstElementGetter
-
- GET() - Method in interface org.spincast.core.routing.RouteBuilder
-
Addss GET as a supported HTTP method.
- GET() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a GET route,
for all path.
- GET(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a GET route.
- get(Class<T>) - Method in interface org.spincast.core.websocket.WebsocketContext
-
Shortcut to get an instance from Guice.
- get(Key<T>) - Method in interface org.spincast.core.websocket.WebsocketContext
-
Shortcut to get an instance from Guice.
- get(Class<T>) - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- get(Key<T>) - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- get() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginScheduledTaskProviderDefault
-
- get(String) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Locale) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- get(String, boolean) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Locale, boolean) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- get(String, Pair...) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Locale, Pair...) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- get(String, Map<String, Object>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Locale, Map<String, Object>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- get(String, Locale, Map<String, Object>, Locale) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- get() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
-
- GET(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a GET request.
- GET() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- GET() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- GET(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- get() - Method in class org.spincast.plugins.scheduledtasks.SpincastTaskSchedulerProviderDefault
-
- get() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- get(String) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- get(String, Class<T>) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- get(String, Key<T>) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- GET(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a GET method.
- GET(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a GET method.
- GET(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a GET method.
- get() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- get() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getAcceptedContentTypes() - Method in interface org.spincast.core.routing.Route
-
The Content-Types this route
accepts (names all lowercased).
- getAcceptedContentTypes() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getAcceptedContentTypes() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getAccounts() - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
-
- getActionName() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- getActionName() - Method in interface org.spincast.plugins.attemptslimiter.AttemptRule
-
The action to protect.
- getActionName() - Method in class org.spincast.plugins.attemptslimiter.AttemptRuleDefault
-
- getActualType() - Method in exception org.spincast.core.exceptions.CantCompareException
-
- getActualType() - Method in exception org.spincast.core.exceptions.CantConvertException
-
- getAFewSecondsLabel() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
-
- getAfterFilters() - Method in interface org.spincast.core.routing.Route
-
The "after" filters, if any.
- getAfterFilters() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getAfterFilters() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getAlertType() - Method in class org.spincast.core.filters.SpincastFiltersDefault.LazyLoadedFlashMessageAlert
-
- getAlertType() - Method in interface org.spincast.core.response.Alert
-
The type of the Alert message.
- getAlertType() - Method in class org.spincast.core.response.AlertDefault
-
- getAll() - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets all the request scoped variables.
- getAll() - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- getAllContentTypesVariations() - Static method in enum org.spincast.core.utils.ContentTypeDefaults
-
- getAllMethods(Class<?>) - Static method in class org.spincast.core.utils.SpincastStatics
-
Gets *all* the methods of a class for all visibilities
and for all the parents hierarchy, even those from
Object.
- getAllMethods(Class<?>, boolean) - Static method in class org.spincast.core.utils.SpincastStatics
-
Gets all the methods of a class, for all visibilities
and for all the parents hierarchy.
- getAllMethodsInstance(Class<?>, boolean) - Method in class org.spincast.core.utils.SpincastStatics
-
- getAllowedMethods() - Method in interface org.spincast.core.filters.CorsFilterClient
-
The allowed HTTP methods, for the cors request.
- getAllowedOrigins() - Method in interface org.spincast.core.filters.CorsFilterClient
-
The allowed origins, for the cors request.
- getAllowedOrigins() - Method in interface org.spincast.core.routing.StaticResourceCorsConfig
-
The allowed origins.
- getAllowedOrigins() - Method in class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
-
- getAlphaAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Alpha alias
- getAlphaNumericAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Alphanumeric alias
- getAlphaNumericPlusAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Alphanumeric + "_" and "-" alias
- getAlphaPlusAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Alpha + "_" and "-" alias
- getAnnotationsCreator() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getAppClass() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getAppConfigInterface() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
Your application configuration interface.
- getAppConfigTestingImplementationClass() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
The implementation class to use for your application
configuration binding.
- getAppJarDirectory() - Method in interface org.spincast.core.utils.SpincastUtils
-
If the project is running from an executable
.jar file, this will return the directory containing
this .jar file.
- getAppJarDirectory() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getAppJarDirectory() - Method in class org.spincast.plugins.config.ConfigFinder
-
If the project is running from an executable
.jar file, this will return the directory containing
this .jar file.
- getAppModules() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getAppRootDirectoryNoJar() - Method in interface org.spincast.core.utils.SpincastUtils
-
If the project is not running from an executable
.jar file, this will return the root directory of the
project on the file system.
- getAppRootDirectoryNoJar() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getAppRootDirectoryNoJar() - Method in class org.spincast.plugins.config.ConfigFinder
-
If the project is not running from an executable
.jar file, this will return the root directory of the
project on the file system.
- getAppTestingConfigs() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
We force test classes to provide information about
the required testing configurations.
- getAppTestingConfigs() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- getAppTestingConfigs() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
- getArray(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getArray(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getArrayAttributeName() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
The name of the attribute set on a XML element to indicate it
comes from a JsonArray.
- getArrayFirst(int, boolean, T, JsonObjectDefault.IFirstElementGetter<T>) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirst(String, boolean, boolean, T, JsonObjectDefault.IFirstElementGetter<T>) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBigDecimal(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as BigDecimal) of a JsonArray element.
- getArrayFirstBigDecimal(int, BigDecimal) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as BigDecimal) of a JsonArray element.
- getArrayFirstBigDecimal(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBigDecimal(int, BigDecimal) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBigDecimal(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBigDecimal(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBigDecimal(String, boolean, boolean, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBigDecimal(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as BigDecimal) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBigDecimal(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as BigDecimal) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBigDecimalNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as BigDecimal) of a JsonArray element
.
- getArrayFirstBigDecimalNoKeyParsing(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as BigDecimal) of a JsonArray element
.
- getArrayFirstBigDecimalNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBigDecimalNoKeyParsing(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBoolean(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Boolean) of a JsonArray element.
- getArrayFirstBoolean(int, Boolean) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Boolean) of a JsonArray element.
- getArrayFirstBoolean(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBoolean(int, Boolean) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBoolean(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBoolean(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBoolean(String, boolean, boolean, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBoolean(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Boolean) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBoolean(String, Boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Boolean) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBooleanNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Boolean) of a JsonArray element
.
- getArrayFirstBooleanNoKeyParsing(String, Boolean) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Boolean) of a JsonArray element
.
- getArrayFirstBooleanNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBooleanNoKeyParsing(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBytesFromBase64String(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as byte[]) of a JsonArray element.
- getArrayFirstBytesFromBase64String(int, byte[]) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as byte[]) of a JsonArray element.
- getArrayFirstBytesFromBase64String(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBytesFromBase64String(int, byte[]) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstBytesFromBase64String(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBytesFromBase64String(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBytesFromBase64String(String, boolean, boolean, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBytesFromBase64String(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as byte[]) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBytesFromBase64String(String, byte[]) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as byte[]) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstBytesFromBase64StringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as byte[]) of a JsonArray element
.
- getArrayFirstBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as byte[]) of a JsonArray element
.
- getArrayFirstBytesFromBase64StringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDate(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Date) of a JsonArray element.
- getArrayFirstDate(int, Date) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Date) of a JsonArray element.
- getArrayFirstDate(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstDate(int, Date) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstDate(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDate(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDate(String, boolean, boolean, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDate(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Date) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstDate(String, Date) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Date) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstDateNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Date) of a JsonArray element
.
- getArrayFirstDateNoKeyParsing(String, Date) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Date) of a JsonArray element.
- getArrayFirstDateNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDateNoKeyParsing(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDouble(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Double) of a JsonArray element.
- getArrayFirstDouble(int, Double) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Double) of a JsonArray element.
- getArrayFirstDouble(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstDouble(int, Double) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstDouble(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDouble(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDouble(String, boolean, boolean, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDouble(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Double) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstDouble(String, Double) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Double) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstDoubleNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Double) of a JsonArray element
.
- getArrayFirstDoubleNoKeyParsing(String, Double) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Double) of a JsonArray element
.
- getArrayFirstDoubleNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstDoubleNoKeyParsing(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstFloat(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Float) of a JsonArray element.
- getArrayFirstFloat(int, Float) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Float) of a JsonArray element.
- getArrayFirstFloat(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstFloat(int, Float) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstFloat(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstFloat(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstFloat(String, boolean, boolean, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstFloat(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Float) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstFloat(String, Float) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Float) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstFloatNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Float) of a JsonArray element
.
- getArrayFirstFloatNoKeyParsing(String, Float) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Float) of a JsonArray element
.
- getArrayFirstFloatNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstFloatNoKeyParsing(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInstant(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Instant) of a JsonArray element.
- getArrayFirstInstant(int, Instant) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Instant) of a JsonArray element.
- getArrayFirstInstant(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstInstant(int, Instant) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstInstant(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInstant(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInstant(String, boolean, boolean, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInstant(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Instant) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstInstant(String, Instant) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Instant) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstInstantNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInstantNoKeyParsing(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInteger(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Integer) of a JsonArray element.
- getArrayFirstInteger(int, Integer) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Integer) of a JsonArray element.
- getArrayFirstInteger(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstInteger(int, Integer) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstInteger(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInteger(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInteger(String, boolean, boolean, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstInteger(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Integer) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstInteger(String, Integer) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Integer) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstIntegerNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Integer) of a JsonArray element
.
- getArrayFirstIntegerNoKeyParsing(String, Integer) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Integer) of a JsonArray element
.
- getArrayFirstIntegerNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstIntegerNoKeyParsing(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonArray(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonArray) of a JsonArray element.
- getArrayFirstJsonArray(int, JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonArray) of a JsonArray element.
- getArrayFirstJsonArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstJsonArray(int, JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstJsonArray(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonArray(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonArray(String, boolean, boolean, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonArray(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as JsonArray) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstJsonArray(String, JsonArray) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as JsonArray) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstJsonArrayNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonArray) of a JsonArray element
.
- getArrayFirstJsonArrayNoKeyParsing(String, JsonArray) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonArray) of a JsonArray element
.
- getArrayFirstJsonArrayNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonArrayNoKeyParsing(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonObject(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonObject) of a JsonArray element.
- getArrayFirstJsonObject(int, JsonObject) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonObject) of a JsonArray element.
- getArrayFirstJsonObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstJsonObject(int, JsonObject) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstJsonObject(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonObject(String, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonObject(String, boolean, boolean, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonObject(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as JsonObject) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstJsonObject(String, JsonObject) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as JsonObject) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstJsonObjectNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonObject) of a JsonArray element
.
- getArrayFirstJsonObjectNoKeyParsing(String, JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonObject) of a JsonArray element
.
- getArrayFirstJsonObjectNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstJsonObjectNoKeyParsing(String, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstLong(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Long) of a JsonArray element.
- getArrayFirstLong(int, Long) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Long) of a JsonArray element.
- getArrayFirstLong(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstLong(int, Long) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstLong(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstLong(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstLong(String, boolean, boolean, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstLong(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Long) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstLong(String, Long) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as Long) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstLongNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Long) of a JsonArray element
.
- getArrayFirstLongNoKeyParsing(String, Long) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Long) of a JsonArray element
.
- getArrayFirstLongNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstLongNoKeyParsing(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstString(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as String) of a JsonArray element.
- getArrayFirstString(int, String) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as String) of a JsonArray element.
- getArrayFirstString(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstString(int, String) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getArrayFirstString(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstString(String, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstString(String, boolean, boolean, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstString(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as String) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstString(String, String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets the first value (as String) of a JsonArray property
of the object, using the JsonPath to find the array.
- getArrayFirstStringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as String) of a JsonArray element
.
- getArrayFirstStringNoKeyParsing(String, String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as String) of a JsonArray element
.
- getArrayFirstStringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getArrayFirstStringNoKeyParsing(String, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getAsciiStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getAsciiStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getAsJsonObject(String) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as JsonObject.
- getAsJsonObject(String) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- getAsString(String) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as a String.
- getAsString(String) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- getAttemptFactory() - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
-
- getAttemptImplClass() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- getAttemptRule(String) - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
-
- getAttemptRuleClass() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- getAttemptRulesByActionName() - Method in interface org.spincast.plugins.attemptslimiter.AttemptsManager
-
Gets all the registered
AttemptRule rules,
by action names.
- getAttemptRulesByActionName() - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
-
- getAttemptsManager() - Method in class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
-
- getAttemptsManagerImpl() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- getAttemptsNumberPerCriteriaSince(String, Instant, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginRepository
-
Returne the number of attempt made for an action, by criterias.
- getAttributes() - Method in interface org.spincast.plugins.session.SpincastSession
-
Returns a mutable
JsonObject representing the
attributes of the session.
- getAttributes() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getAttributesHash() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getAttributesInitialHash() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getAutoAddedFilterAfterPosition() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
When the session filters are added automatically,
this would be the position of the after
filter.
- getAutoAddedFilterAfterPosition() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getAutoAddedFilterBeforePosition() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
When the session filters are added automatically,
this would be the position of the before
filter.
- getAutoAddedFilterBeforePosition() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getAutoCommit() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getAutoprefixCommandMaxNbrMinutes() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getBackgroundColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getBackgroundColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getBaseOpenApiInfo() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getBatchInsertJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getBatchInsertSize() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
-
- getBatchParams() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
-
- getBeforeFilterIdsToSkip() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getBeforeFilters() - Method in interface org.spincast.core.routing.Route
-
The "before" filters, if any.
- getBeforeFilters() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The "before" filters, if any.
- getBeforeFilters() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getBeforeFilters() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getBeforeFilters() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- getBeforeFilters() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getBigDecimal(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as BigDecimal.
- getBigDecimal(int, BigDecimal) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as BigDecimal.
- getBigDecimal(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBigDecimal(int, BigDecimal) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBigDecimal(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimal(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimal(String, boolean, BigDecimal, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimal(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as BigDecimal using the
specified JsonPath.
- getBigDecimal(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as BigDecimal using the
specified JsonPath.
- getBigDecimal(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBigDecimal(String, BigDecimal) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBigDecimal(int, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBigDecimal(String, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBigDecimal(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBigDecimal(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBigDecimalElement(String, boolean, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimalFromElement(Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBigDecimalFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimalList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBigDecimalList(String, List<BigDecimal>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBigDecimalNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as BigDecimal.
- getBigDecimalNoKeyParsing(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as BigDecimal.
- getBigDecimalNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimalNoKeyParsing(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBigDecimalSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getBigDecimalSerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getBigDecimalSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getBinaryStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBinaryStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBindingsHierarchiesToRemoveBeforePlugins() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getBindingTarget(Key<T>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Returns the target of the binding with the specified key.
- getBindingTarget(Class<T>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Returns the target of the binding with the specified class/interface.
- getBlob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBlob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBodyAsByteArray() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The bytes of the request's body.
- getBodyAsByteArray() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getBodyAsInputStream() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The raw InputStream of the request's body.
- getBodyAsInputStream() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getBodyAsString() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body as a String, using the UTF-8 encoding.
- getBodyAsString() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getBodyType() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getBoolean(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Boolean.
- getBoolean(int, Boolean) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Boolean.
- getBoolean(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBoolean(int, Boolean) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBoolean(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBoolean(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBoolean(String, boolean, Boolean, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBoolean(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Boolean using the
specified JsonPath.
- getBoolean(String, Boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Boolean using the
specified JsonPath.
- getBoolean() - Method in class org.spincast.core.utils.Bool
-
- getBoolean(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBoolean(String, Boolean) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBoolean(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBoolean(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBooleanElement(String, boolean, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBooleanFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getBooleanFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getBooleanFromElement(Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBooleanFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBooleanList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBooleanList(String, List<Boolean>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getBooleanNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Boolean.
- getBooleanNoKeyParsing(String, Boolean) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Boolean.
- getBooleanNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBooleanNoKeyParsing(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBooleanOrFalse(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns false when null.
- getBooleanOrFalse(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns false when null.
- getBooleanOrFalse(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBooleanOrFalse(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBooleanOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not false as
JDBC does by default!
- getBooleanOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not false as
JDBC does by default!
- getBooleanOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBooleanOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBorderColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getBorderColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getBorderWidth() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getBorderWidth() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getBoundClasses(Class<? extends T>, Key<?>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
- getBoundClassesExtending(Class<? extends T>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Returns the bound classes that extend or implement the specified
parentType.
- getBuffer() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getByte(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getByte(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getByte(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getByte(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getByteOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getByteOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getByteOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getByteOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getByteOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getByteOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getByteOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getByteOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBytes(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBytes(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getBytesFromBase64String(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets a byte array, from a base 64 encoded element.
- getBytesFromBase64String(int, byte[]) - Method in interface org.spincast.core.json.JsonArray
-
Gets a byte array, from a base 64 encoded element.
- getBytesFromBase64String(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBytesFromBase64String(int, byte[]) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getBytesFromBase64String(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64String(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64String(String, boolean, byte[], boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64String(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets a byte array, from a base 64 encoded element using the
specified JsonPath.
- getBytesFromBase64String(String, byte[]) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets a byte array, from a base 64 encoded element using the
specified JsonPath.
- getBytesFromBase64StringElement(String, boolean, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64StringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets a byte array, from a base 64 encoded element.
- getBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in interface org.spincast.core.json.JsonObject
-
Gets a byte array, from a base 64 encoded element.
- getBytesFromBase64StringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getBytesFromBase64StringValueFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getCache() - Method in class org.spincast.core.flash.FlashMessagesHolderDefault
-
- getCacheBusterCode() - Method in interface org.spincast.core.utils.SpincastUtils
-
The current cache buster to use.
- getCacheBusterCode() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getCacheBusterRemovalHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
Handler to remove cache busters from the request's URL.
- getCacheBusterRemovalHandlerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getCacheBusterRemovalHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCacheCdnSecondsByDefault() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getCacheCdnSecondsByDefault() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getCacheCdnSecondsDefault() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getCacheConfig() - Method in interface org.spincast.core.routing.StaticResource
-
The cache configurations for the static resource.
- getCacheConfig() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getCacheConfig() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getCacheExpirationInSeconds() - Method in class org.spincast.core.flash.FlashMessagesHolderDefault
-
- getCacheHeadersRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getCacheHeadersRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getCacheSeconds() - Method in interface org.spincast.core.routing.StaticResourceCacheConfig
-
The number of seconds to use when sending
caching headers.
- getCacheSeconds() - Method in class org.spincast.plugins.routing.StaticResourceCacheConfigDefault
-
- getCacheSecondsByDefault() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getCacheSecondsByDefault() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getCacheSecondsCdn() - Method in interface org.spincast.core.routing.StaticResourceCacheConfig
-
The number of seconds to use to cache by CDNs.
- getCacheSecondsCdn() - Method in class org.spincast.plugins.routing.StaticResourceCacheConfigDefault
-
- getCallerClassName() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Returns the class name of the caller class.
- getCatalog() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getChannelsMap() - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
-
- getCharactersCharsetName() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The charset to use to convert characters to bytes.
- getCharactersCharsetName() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getCharacterStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getCharacterStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getCheckedFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getCheckedFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getChecksum() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getClassesToWatch() - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsListener
-
The class(es) to watch.
- getClassloaderToUseToBindHotSwapClassesRedefinitionWatcher() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- getClassLocationDirOrJarFile(Class<?>) - Method in interface org.spincast.core.utils.SpincastUtils
-
The location of the specified class.
- getClassLocationDirOrJarFile(Class<?>) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getClasspathFileNotInJar(String) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Gets a File from a classpath path (only works
when the application si not running from an executable
.jar).
- getClasspathFilePath() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getClasspathFilePath() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
The path to a configuration file to load from the
classpath.
- getClasspathFilePath() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- getClasspathInputStream(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
- getClasspathInputStream(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getClasspathTemplateLoader() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getClassSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getClassSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getClientInfo(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getClientInfo() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getClob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getClob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getCloseExchangeCallback() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCode() - Method in interface org.spincast.core.validation.ValidationMessage
-
The validation code.
- getCode() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- getCommandArgs(String, File, File) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
Create arguments for the "postcss" program.
- getCompatibilityMode() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
Should a compatibility mode be used by H2?
Be default, "MODE=PostgreSQL" will be
used.
- getCompatibilityMode() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getConcurrency() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getConfig(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getConfig(String, Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
Gets an untype config from the config map.
- getConfig() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getConfigFromMap(Map<String, Object>, String) - Method in class org.spincast.plugins.config.ConfigFinder
-
Gets a config from the given Map.
- getConfigFromMap(Map<String, Object>, String, Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
Gets a config from the given Map.
- getConfigImplClass() - Method in class org.spincast.plugins.config.SpincastConfigPluginModule
-
- getConfigList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getConfigList(String, List<?>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getConfigs() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getConnection() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- getConnection(String, String) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- getConnection() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getConnectionInterceptor(MethodInvocation) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Gets a Connection from a DataSource, or from the ThreadLocal cache
if we're inside a transaction.
- getContentAsByteArray() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Get the content as byte[].
- getContentAsByteArray() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getContentAsJsonObject() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the content as a JsonObject.
- getContentAsJsonObject() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getContentAsString() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the content as a UTF-8 String.
- getContentAsString(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the content as a String using the specified
encoding.
- getContentAsString() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getContentAsString(String) - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getContentType() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The Content-Type of the request, if any.
- getContentType() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The current Content-Type sent or to be send.
- getContentType() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the Content-Type.
- getContentType() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getContentType() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getContentType() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getContentTypeBestMatch() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Finds the best Content-Type to use for a response
using the "Accept" header of the request.
- getContentTypeBestMatch(Object) - Method in interface org.spincast.core.server.Server
-
Gets the best Content-Type to use for the current request.
- getContentTypeBestMatch() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getContentTypeBestMatch(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getContentTypesToSkipGziping() - Method in interface org.spincast.core.config.SpincastConfig
-
Even if gziping of the response is enabled, those Content-Types
still won't be gzipped.
- getContentTypesToSkipGziping() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getController() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getCookie(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets a cookie.
- getCookie(String) - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getCookieAdded(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets a cookie already added to the response, by its name.
- getCookieAdded(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getCookieEncoding() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getCookieEncoding() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCookieFactory() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getCookieFactory() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getCookieFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCookieFactory() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getCookieImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getCookieNameFlashMessage() - Method in interface org.spincast.core.config.SpincastConfig
-
Name of the Cookie to to use save a
Flash Message id.
- getCookieNameFlashMessage() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getCookieNameLocale() - Method in interface org.spincast.core.config.SpincastConfig
-
Name of the Cookie to use to
save the user Locale.
- getCookieNameLocale() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getCookieNameTimeZoneId() - Method in interface org.spincast.core.config.SpincastConfig
-
Name of the Cookie to use to
save the id of the user TimeZone.
- getCookieNameTimeZoneId() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getCookies(Object) - Method in interface org.spincast.core.server.Server
-
Gets the request cookies values.
- getCookies() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the cookies.
- getCookies() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getCookies(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCookiesAdded() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets the cookies already added to the response as a Map,
using their names as the keys.
- getCookiesAdded() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getCookieStore() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getCookiesValidatorCookieName() - Method in interface org.spincast.core.config.SpincastConfig
-
Name of the Cookie to use to validate if
cookies are enabled.
- getCookiesValidatorCookieName() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getCookiesValues() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the the request cookies values as a Map,
using the names of the cookies as the keys.
- getCookiesValues() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getCookieValue(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the value of a request cookie by name.
- getCookieValue(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the value of a cookie.
- getCookieValue(String) - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getCookieValue(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getCoreAndDefaultModuleInternal(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, boolean) - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getCorsConfig() - Method in interface org.spincast.core.routing.StaticResource
-
The cors configurations for the static resource.
- getCorsConfig() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getCorsConfig() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getCorsConfig() - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
- getCorsDefaultAllowedMethods() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
The HTTP methods allowed by default.
- getCorsDefaultAllowedOrigins() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
The origins allowed, by default.
- getCorsDefaultAllowedOrigins() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
The origins allowed, by default.
- getCorsDefaultExtraHeadersAllowedToBeRead() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
The extra headers allowed to be read, by default,
- getCorsDefaultExtraHeadersAllowedToBeRead() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
The extra headers allowed to be read, by default,
- getCorsDefaultExtraHeadersAllowedToBeSent() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
The extra headers allowed to be sent, by default,
- getCorsDefaultExtraHeadersAllowedToBeSent() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
The extra headers allowed to be sent, by default,
- getCorsDefaultIsCookiesAllowed() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
Are cookies allowed by default?
- getCorsDefaultIsCookiesAllowed() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
Are cookies allowed by default?
- getCorsDefaultMaxAgeInSeconds() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
If <= 0, the "Access-Control-Max-Age" header
won't be sent.
- getCorsDefaultMaxAgeInSeconds() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
If <= 0, the "Access-Control-Max-Age" header
won't be sent.
- getCorsFilter() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getCorsFilter() - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
- getCorsFilterClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getCorsFilterPosition() - Method in interface org.spincast.plugins.routing.SpincastRouterConfig
-
The default position for a cors "before" filter.
- getCorsFilterPosition() - Method in class org.spincast.plugins.routing.SpincastRouterConfigDefault
-
- getCorsHandlerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getCorsHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getCreationDate() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastCsrfToken
-
- getCreationDate() - Method in interface org.spincast.plugins.session.SpincastSession
-
The Instant at which the session was created.
- getCreationDate() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getCredentials() - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
-
- getCriterias() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- getCryptoUtils() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getCryptoUtilsImplClass() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
-
- getCssAutoprefixerConfigImpl() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
-
- getCssBundleFile(String) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getCssBundlePebbleFunctionName() - Method in interface org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfig
-
The name of the provided Pebble function to
bundle multiple .css files.
- getCssBundlePebbleFunctionName() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- getCssBundlesDir() - Method in interface org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfig
-
The directory where the generated css bundles
will be saved by the Pebble "cssBundle()" function.
- getCssBundlesDir() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- getCssBundlesUrlPath() - Method in interface org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfig
-
The relative url path to serve css files
bundled using the Pebble "cssBundle()" function.
- getCssBundlesUrlPath() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- getCssClassForErrorkey() - Method in class org.spincast.core.request.FormDefault
-
The css class to use for a key's <li> element.
- getCssClassForErrorMessage() - Method in class org.spincast.core.request.FormDefault
-
The css class to use for an error message's <li> element.
- getCssClassForSuccessMessage() - Method in class org.spincast.core.request.FormDefault
-
- getCssClassForWarningMessage() - Method in class org.spincast.core.request.FormDefault
-
- getCurrentClassLoopPosition() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getCurrentCsrfToken() - Method in interface org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilter
-
Returns the current CSRF token to use
Will be taken from the user session by default.
- getCurrentCsrfToken() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getCurrentCsrfToken(boolean) - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getCurrentManagingControllerKey() - Method in exception org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
-
- getCurrentRootSavepoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getCurrentRouteHandlerMatch() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
The current route handler being run (may be a filter) and its
associated information.
- getCurrentRouteHandlerMatch() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- getCurrentRouteMatch() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- getCurrentSession() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Gets the session of the current user, from the
request context.
- getCurrentSession() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getCurrentVersionFromPom() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getCursorName() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDatabaseName() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The name of the database.
- getDatabaseName() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getDataSource() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
-
- getDataSource() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getDataSourceInterceptor() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getDataSourceKey(DataSource) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
- getDataTempDir() - Method in interface org.spincast.testing.core.postgres.SpincastTestingPostgresConfig
-
- getDataTempDir() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
-
- getDate(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets a UTC timezoned date from a ISO 8601 date element.
- getDate(int, Date) - Method in interface org.spincast.core.json.JsonArray
-
Gets a UTC timezoned date from a ISO 8601 date element.
- getDate(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getDate(int, Date) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getDate(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDate(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDate(String, boolean, Date, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDate(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets a UTC timezoned date from a ISO 8601 date string element using the
specified JsonPath.
- getDate(String, Date) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets a UTC timezoned date from a ISO 8601 date string element using the
specified JsonPath.
- getDate(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getDate(String, Date) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getDate() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
-
- getDate(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDate(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDate(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDate(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDateElement(String, boolean, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDateFormatFilter() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
-
- getDateFormatFilterName() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
-
- getDateFormatterAgoImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
-
- getDateFormatterFactory() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
-
- getDateFormatterImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
-
- getDateFromElement(Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getDateFromIfModifiedSinceHeader() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Return the value of the If-Modified-Since
header as a Date or null if it doesn't
exist.
- getDateFromIfModifiedSinceHeader() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getDateFromIfModifiedSinceHeader() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getDateFromIfUnmodifiedSinceHeader() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Return the value of the If-Unmodified-Since
header as a Date or null if it doesn't
exist.
- getDateFromIfUnmodifiedSinceHeader() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getDateFromIfUnmodifiedSinceHeader() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getDateFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDateList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getDateList(String, List<Date>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getDateNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets a UTC timezoned date from a ISO 8601 date element.
- getDateNoKeyParsing(String, Date) - Method in interface org.spincast.core.json.JsonObject
-
Gets a UTC timezoned date from a ISO 8601 date element.
- getDateNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDateNoKeyParsing(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDateSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getDateSerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getDateSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getDbConnectionString() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbMaxPoolSize() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbName() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbPassword() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbPort() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDbUsername() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getDefaultAttemptAutoIncrementType() - Method in interface org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfig
-
- getDefaultAttemptAutoIncrementType() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
-
- getDefaultCacheConfig() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
The default cache configurations to use if it is
not specified.
- getDefaultConfigImplClass() - Method in class org.spincast.plugins.config.SpincastConfigPluginModule
-
- getDefaultConsumesContentTypes() - Method in interface org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfig
-
The default consumes content types.
- getDefaultConsumesContentTypes() - Method in class org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfigDefault
-
- getDefaultCookieRepositoryCookieName() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
When the default
SpincastSessionRepository repository
is used (we suggest you bind a custom one, based on a database though!),
this will be the name of the cookie used to saved the session, on the client.
- getDefaultCookieRepositoryCookieName() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getDefaultDictionaryImplClass() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
-
- getdefaultElementValidator() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDefaultErrorMessageText(String) - Method in class org.spincast.core.request.FormDefault
-
- getDefaultExceptionHandlingCharset() - Method in class org.spincast.core.controllers.SpincastFrontController
-
Charset used by the default exception handling.
- getDefaultFont() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getDefaultHeadersAllowedToBeSent() - Method in class org.spincast.core.filters.CorsFilterDefault
-
- getDefaultLocale() - Method in interface org.spincast.core.config.SpincastConfig
-
The default Locale to use if no other Locale can be found
as a "best match", for the current request.
- getDefaultLocale() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultLocale() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- getDefaultModule() - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Returns a module combining all the default
plugins implementations, parametrized with the
default Request and Websocket contextes.
- getDefaultModule(boolean) - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Returns a module combining all the default
plugins implementations, parametrized with the
default Request and Websocket contextes.
- getDefaultModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Returns a module combining all the default
plugins implementations.
- getDefaultModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, boolean) - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Returns a module combining all the default
plugins implementations.
- getDefaultModule() - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getDefaultModule(boolean) - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getDefaultModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getDefaultModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, boolean) - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getDefaultModulesMap() - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getDefaultNotFoundHandler() - Method in class org.spincast.core.controllers.SpincastFrontController
-
Create the default Not Found handler
- getDefaultNotFoundHandlerNotFoundMessage() - Method in class org.spincast.core.controllers.SpincastFrontController
-
The message to send for the default Not Found handler.
- getDefaultPlugins() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Returns the default plugins, except those already
bound.
- getDefaultPlugins(boolean) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Returns the default plugins, except those already
bound.
- getDefaultProducesContentTypes() - Method in interface org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfig
-
The default produces content types.
- getDefaultProducesContentTypes() - Method in class org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfigDefault
-
- getDefaultRouteCacheFilterSecondsNbr() - Method in interface org.spincast.core.config.SpincastConfig
-
When using the .cache() method on
a route builder, this is the default number of
seconds to use.
- getDefaultRouteCacheFilterSecondsNbr() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultRouteCacheFilterSecondsNbrCdns() - Method in interface org.spincast.core.config.SpincastConfig
-
When using the .cache() method on
a route builder, this is the default number of
seconds to use by the CDNs.
- getDefaultRouteCacheFilterSecondsNbrCdns() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultRouteParamAliasesBinder() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getDefaultSeparator() - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
-
- getDefaultStaticResourceCacheConfig(boolean) - Method in interface org.spincast.core.config.SpincastConfig
-
The default cache configurations for the static resource.
- getDefaultStaticResourceCacheConfig(boolean) - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultTemplateVariablesFilterPosition() - Method in interface org.spincast.core.config.SpincastConfig
-
- getDefaultTemplateVariablesFilterPosition() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultTimeZone() - Method in interface org.spincast.core.config.SpincastConfig
-
The default TimeZone to use if no other TimeZone can be found
as a "best match", for the current request.
- getDefaultTimeZone() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDefaultTimeZone() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- getDeleteDoubleSubmitOldProtectionIdsScheduledTask() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
-
- getDeleteJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getDeleteOldAttemptsScheduledTask() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginScheduledTaskProviderDefault
-
- getDeleteOldAttemptsScheduledTaskIntervalMinutes() - Method in interface org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfig
-
- getDeleteOldAttemptsScheduledTaskIntervalMinutes() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
-
- getDeleteOldDoubleSubmitProtectionIdsScheduledTaskRunEveryNbrMinutes() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
- getDeleteOldDoubleSubmitProtectionIdsScheduledTaskRunEveryNbrMinutes() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
-
- getDeleteOldSessionsScheduledTaskRunEveryNbrMinutes() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The acheduled task to delete old sessions should run
every X minutes.
- getDeleteOldSessionsScheduledTaskRunEveryNbrMinutes() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getDescription() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getDictionary() - Method in class org.spincast.core.config.SpincastInitValidator
-
- getDictionary() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getDictionary() - Method in class org.spincast.core.request.FormDefault
-
- getDictionary() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getDictionary() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getDictionary() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getDictionary() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getDictionary() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getDictionary() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getDictionaryEntries() - Method in class org.spincast.core.config.SpincastInitValidator
-
- getDictionaryEntries() - Method in interface org.spincast.core.dictionary.DictionaryEntries
-
- getDictionaryEntries() - Method in class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
-
- getDictionaryEntries() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- getDictionaryEntries() - Method in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
- getDictionaryEntries() - Method in class org.spincast.plugins.request.SpincastRequestPluginDictionaryEntries
-
- getDictionaryEntryNotFoundBehavior() - Method in interface org.spincast.core.config.SpincastConfig
-
If a dictionary key is not found, how must Spincast react?
- getDictionaryEntryNotFoundBehavior() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getDictionaryEntryNotFoundBehavior() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getDictionaryImplClass() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
-
- getDir() - Method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- getDirAbsolutePathsByWatchKey() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- getDomain() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the cookie domain.
- getDomain() - Method in class org.spincast.core.cookies.CookieDefault
-
- getDoNothingCallback() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getDouble(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Double.
- getDouble(int, Double) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Double.
- getDouble(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getDouble(int, Double) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getDouble(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDouble(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDouble(String, boolean, Double, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDouble(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Double using the
specified JsonPath.
- getDouble(String, Double) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Double using the
specified JsonPath.
- getDouble(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDouble(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDoubleElement(String, boolean, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDoubleFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDoubleNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Double.
- getDoubleNoKeyParsing(String, Double) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Double.
- getDoubleNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDoubleNoKeyParsing(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getDoubleOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getDoubleOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getDoubleOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDoubleOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDoubleOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getDoubleOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getDoubleOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDoubleOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getDuration() - Method in interface org.spincast.plugins.attemptslimiter.AttemptRule
-
The duration in which a maximum number
of attempts is allowed.
- getDuration() - Method in class org.spincast.plugins.attemptslimiter.AttemptRuleDefault
-
- getElement(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getElement(String, boolean, Object, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
Gets the element at this key/jsonPath/index.
- getElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the JsonObject
at the specified JsonPath.
- getElementAtJsonPath(JsonObject, String, Object) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the JsonObject
at the specified JsonPath.
- getElementAtJsonPath(JsonArray, String) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the JsonArray at the
specified JsonPath.
- getElementAtJsonPath(JsonArray, String, Object) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the JsonArray at the
specified JsonPath.
- getElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the JsonObject,
at the specified JsonPath.
- getElementAtJsonPath(JsonObject, String, Object) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the JsonObject,
at the specified JsonPath.
- getElementAtJsonPath(JsonArray, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the JsonArray, at the
specified JsonPath.
- getElementAtJsonPath(JsonArray, String, Object) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the JsonArray, at the
specified JsonPath.
- getElementAtJsonPath(JsonObject, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getElementAtJsonPath(JsonObject, String, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getElementAtJsonPath(JsonObject, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getElementAtJsonPath(JsonObject, String, Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getElementAtJsonPath(JsonObject, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getElementAtJsonPath(JsonObject, String, Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getElementNoKeyParsing(String, boolean, Object) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getElementNoKeyParsing(String, boolean, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
Gets the element at this key/index, without
key parsing.
- getElementNoKeyParsing(String, boolean, Object) - Method in class org.spincast.core.json.JsonObjectDefault
-
- getElements() - Method in class org.spincast.core.guice.GuiceModuleUtils
-
- getElements() - Method in class org.spincast.core.json.JsonArrayDefault
-
- getEndpointCreationLock(String) - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getEndpointId() - Method in interface org.spincast.core.websocket.WebsocketConnectionConfig
-
The endpoint id to use.
- getEndpointId() - Method in interface org.spincast.core.websocket.WebsocketContext
-
The id of the endpoint
- getEndpointId() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getEndpointId() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getEndpointId() - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
The endpoint id
- getEndpointId() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getEndpointManager() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getEndpointToControllerMap() - Method in class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
-
- getEnumSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getEnumSerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getEnumSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getEnvironmentName() - Method in interface org.spincast.core.config.SpincastConfig
-
Returns the name of the environment.
- getEnvironmentName() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getEnvironmentVariables() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getEnvironmentVariablesConfigs() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getEnvironmentVariablesPrefixes() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getEnvironmentVariablesPrefixes() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
The allowed prefixes an environment variable can have
to be used as a configuration.
- getEnvironmentVariablesPrefixes() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- getErrLines() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getETag() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getEtagFactory() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getEtagFactory() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getEtagFactory() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getETagFactoryImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getEtagsFromIfMatchHeader() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the ETags from
the If-Match header, if any.
- getEtagsFromIfMatchHeader() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getEtagsFromIfMatchHeader() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getEtagsFromIfNoneMatchHeader() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the ETags from
the If-None-Match header, if any.
- getEtagsFromIfNoneMatchHeader() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getEtagsFromIfNoneMatchHeader() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getEvaluationContext(Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getEventsHandler() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getExactBindingsToRemoveBeforePlugins() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getExchange() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getExchange() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getExchange() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getExecutionOutputStrategy() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getExecutor() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getExistingBundleFileHash(File) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
Return the hash used to create the existing
bundle oir null if the bundle doesn't
exist.
- getExistingBundleFileHash(File) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
Return the hash used to create the existing
bundle oir null if the bundle doesn't
exist.
- getExitCode() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getExitCode() - Method in interface org.spincast.plugins.processutils.SyncExecutionResult
-
The exit code of the program.
- getExitCode() - Method in class org.spincast.plugins.processutils.SyncExecutionResultDefault
-
- getExpires() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the date the cookie will expire at.
- getExpires() - Method in class org.spincast.core.cookies.CookieDefault
-
- getExtension() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
Pebble extension to register: allows you to add custom
filters, functions, etc.
- getExtension() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getExtensions() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getExternalFilePath() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getExternalFilePath() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
The path to a configuration file to load from the
file system.
- getExternalFilePath() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- getExtraExactBindingsToRemoveBeforePlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getExtraExactBindingsToRemoveBeforePlugins() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra exact bindings to remvoe before the
plugins are applied.
- getExtraHeadersAllowedToBeRead() - Method in interface org.spincast.core.filters.CorsFilterClient
-
The extra headers allowed to be read, for the cors request.
- getExtraHeadersAllowedToBeRead() - Method in interface org.spincast.core.routing.StaticResourceCorsConfig
-
The extra headers a browser will be allowed to read.
- getExtraHeadersAllowedToBeRead() - Method in class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
-
- getExtraHeadersAllowedToBeSent() - Method in interface org.spincast.core.filters.CorsFilterClient
-
The extra headers allowed to be sent, for the cors request.
- getExtraHeadersAllowedToBeSent() - Method in interface org.spincast.core.routing.StaticResourceCorsConfig
-
The extra headers a browser will be allowed to send.
- getExtraHeadersAllowedToBeSent() - Method in class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
-
- getExtraOverridingModule() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Can be overriden with something like :
- getExtraOverridingModule() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getExtraOverridingModule() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
Can be overriden with something like :
- getExtraOverridingModule3() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getExtraPlugins() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getExtraPlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
The extra required plugins.
- getExtraPlugins() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
The extra required plugins.
- getExtraSystemProperties() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra System properties to set before the tests are run.
- getFetchDirection() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFetchSize() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFile() - Method in interface org.spincast.core.server.UploadedFile
-
- getFile() - Method in class org.spincast.core.server.UploadedFileDefault
-
- getFileClassPathResourceManagerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getFileClassPathResourceManagerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFileFromNotInJarClasspath(String) - Static method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- getFileModificationsWatcherService() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- getFileName() - Method in interface org.spincast.core.server.UploadedFile
-
- getFileName() - Method in class org.spincast.core.server.UploadedFileDefault
-
- getFileName() - Method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- getFilePath() - Method in class org.spincast.plugins.undertow.FileClassPathResourceManagerDefault
-
- getFilesToWatch() - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsListener
-
The file(s) to watch.
- getFileSystemLock(URI) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getFileSystemsLocks() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getFileSystemTemplateLoader() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getFileToUploads() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getFilterDefaultRoutingTypes() - Method in interface org.spincast.plugins.routing.SpincastRouterConfig
-
The routing types to apply a filter (none "0" position)
when none is explicitly specified.
- getFilterDefaultRoutingTypes() - Method in class org.spincast.plugins.routing.SpincastRouterConfigDefault
-
- getFilterIdsToSkip() - Method in interface org.spincast.core.routing.Route
-
The ids of the filters that should be skipped for this
route.
- getFilterIdsToSkip() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The ids of the filters that should be skipped for this
route.
- getFilterIdsToSkip() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getFilterIdsToSkip() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getFilterIdsToSkip() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- getFilters() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
-
- getFilters() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getFinalHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
The very first handler considered by Undertow.
- getFlashMessage() - Method in exception org.spincast.core.exceptions.RedirectException
-
Can be null.
- getFlashMessage() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the Flash message, if any.
- getFlashMessage() - Method in class org.spincast.core.filters.SpincastFiltersDefault.LazyLoadedFlashMessageAlert
-
- getFlashMessage(String, boolean) - Method in interface org.spincast.core.flash.FlashMessagesHolder
-
Gets a Flash Message from its id.
- getFlashMessage(String, boolean) - Method in class org.spincast.core.flash.FlashMessagesHolderDefault
-
- getFlashMessage() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFlashMessage(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFlashMessageFactory() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getFlashMessageFactory() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getFlashMessageImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getFlashMessagesHolder() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFlashMessagesHolder() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getFlashMessagesHolderImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getFlashMessageText() - Method in exception org.spincast.core.exceptions.RedirectException
-
Can be null.
- getFlashMessageType() - Method in exception org.spincast.core.exceptions.RedirectException
-
Can be null.
- getFlashMessageVariables() - Method in exception org.spincast.core.exceptions.RedirectException
-
Can be null.
- getFlashType() - Method in interface org.spincast.core.flash.FlashMessage
-
The type of the Flash message.
- getFlashType() - Method in class org.spincast.core.flash.FlashMessageDefault
-
- getFloat(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Float.
- getFloat(int, Float) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Float.
- getFloat(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getFloat(int, Float) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getFloat(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloat(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloat(String, boolean, Float, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloat(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Float using the
specified JsonPath.
- getFloat(String, Float) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Float using the
specified JsonPath.
- getFloat(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFloat(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFloatElement(String, boolean, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloatFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloatNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Float.
- getFloatNoKeyParsing(String, Float) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Float.
- getFloatNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloatNoKeyParsing(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getFloatOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getFloatOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getFloatOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFloatOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFloatOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getFloatOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getFloatOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFloatOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getFontSizeToCreateTextWatermarkBaseImage() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getForm(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the part of the submitted FORM body
that is scoped by the specified root key.
- getForm(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getForm(String, boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormBodyAsJsonObject() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The data submitted as a FORM body
(in general via a POST method),
as an immutable JsonObject.
- getFormBodyAsJsonObject() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormBodyEncoding() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getFormBodyFields() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getFormBodyRaw() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The data submitted as a FORM body
(in general via a POST method),
as a Map.
- getFormBodyRaw() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormCsrfProtectionFieldValueFunction() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFormCsrfProtectionIdFieldName() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
The "name" of the hidden field in which a generated
CSRF protection id will be saved in the HTML form.
- getFormCsrfProtectionIdFieldName() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
-
- getFormCsrfProtectionIdFieldNameFunction() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFormData(Object) - Method in interface org.spincast.core.server.Server
-
The form data, if any.
- getFormData(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
May return NULL.
- getFormData(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFormDataArrayPattern() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormDoubleSubmitDisableProtectionFieldNameFunction() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFormDoubleSubmitDisableProtectionIdFieldName() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
The "name" of the hidden field to add to disable the Double Submit
protection on a specific form.
- getFormDoubleSubmitDisableProtectionIdFieldName() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
-
- getFormDoubleSubmitFormValidForNbrMinutes() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
- getFormDoubleSubmitFormValidForNbrMinutes() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
-
- getFormDoubleSubmitPrivateKey() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getFormDoubleSubmitProtectionFieldNameFunction() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFormDoubleSubmitProtectionFieldValueFunction() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFormDoubleSubmitProtectionIdFieldName() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
The "name" of the hidden field in which a generated
Double Submit protection id will be saved in the HTML form.
- getFormDoubleSubmitProtectionIdFieldName() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
-
- getFormFactory() - Method in class org.spincast.core.request.FormDefault
-
- getFormFactory() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getFormFactory() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getFormFactory() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getFormInvalidCrsfToken() - Method in exception org.spincast.plugins.formsprotection.exceptions.FormInvalidCsrfTokenException
-
- getFormInvalidOrigine() - Method in exception org.spincast.plugins.formsprotection.exceptions.FormInvalidOriginException
-
- getFormName() - Method in interface org.spincast.core.request.Form
-
The name of the form.
- getFormName() - Method in class org.spincast.core.request.FormDefault
-
- getFormOrCreate(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the part of the submitted FORM body
that is scoped by the specified root key.
- getFormOrCreate(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFormParserFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFormProtectionId() - Method in exception org.spincast.plugins.formsprotection.exceptions.FormAlreadySubmittedException
-
- getFormProtectionId() - Method in exception org.spincast.plugins.formsprotection.exceptions.FormTooOldException
-
- getFromClasspathFileEncoding() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getFromFileEncoding() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getFromInputStreamEncoding() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getFrontController() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFrontControllerKey() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getFullUrl() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the current full URL, including the queryString, if any.
- getFullUrl(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the current full URL, including the queryString, if any.
- getFullUrl() - Method in interface org.spincast.core.filters.CorsFilterClient
-
Gets the full URL of the request.
- getFullUrl() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrl(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlOriginal() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
If the request has been forwarded, this is going to return the original
URL, not the current, forwarded, one.
- getFullUrlOriginal(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
If the request has been forwarded, this is going to return the original
URL, not the current, forwarded, one.
- getFullUrlOriginal(Object) - Method in interface org.spincast.core.server.Server
-
The full encoded URL of the original, non proxied, request, including the queryString.
- getFullUrlOriginal(Object, boolean) - Method in interface org.spincast.core.server.Server
-
The full encoded URL of the original, non proxied, request, including the queryString.
- getFullUrlOriginal() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlOriginal(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlOriginal(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFullUrlOriginal(Object, boolean) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFullUrlOriginalNoCacheBustersNonDecoded() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlOriginalWithCacheBustersNonDecoded() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlProxied() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
If a reverse proxy has been used, this URL will contain the
scheme, host and port
as forwarded by the reserve proxy, not as seen by the user.
- getFullUrlProxied(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
If a reverse proxy has been used, this URL will contain the
scheme, host and port
as forwarded by the reserve proxy, not as seen by the user.
- getFullUrlProxied(Object) - Method in interface org.spincast.core.server.Server
-
The full encoded URL of the potentially proxied request, including the queryString.
- getFullUrlProxied(Object, boolean) - Method in interface org.spincast.core.server.Server
-
The full encoded URL of the potentially proxied request, including the queryString.
- getFullUrlProxied() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlProxied(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlProxied(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFullUrlProxied(Object, boolean) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getFullUrlProxiedNoCacheBustersNonDecoded() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFullUrlProxiedWithCacheBustersNonDecoded() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getFunctions() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getFunctions() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getFunctions() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getFunctions() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getFunctions() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getGeneratedKeys() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Spincast added
- getGeneratedTempFilesDir() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getGenerator() - Method in interface org.spincast.core.routing.StaticResource
-
The generator to call to generate this resource if it
doesn't exist yet.
- getGenerator() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getGenerator() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getGetFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getGetFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getGetFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getGetFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getGlobalAfterFiltersPerPosition() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getGlobalAfterFiltersRoutes() - Method in interface org.spincast.core.routing.Router
-
Gets the global "after" filters.
- getGlobalAfterFiltersRoutes() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getGlobalBeforeFiltersPerPosition() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getGlobalBeforeFiltersRoutes() - Method in interface org.spincast.core.routing.Router
-
Gets the global "before" filters.
- getGlobalBeforeFiltersRoutes() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getGson() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getGsonPrettyPrinting() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getGuice() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getGuice() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getGuice() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.core.SpincastTestBase
-
If an overriding Module is to be added using the
Guice tweaker.
- getGuiceTweakerExtraOverridingModule() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
The extra required plugins.
- getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.core.SpincastTestBase
-
Extra plugins to be added by the Guice Tweaker.
- getGuiceTweakerExtraPlugins() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- getGuiceTweakerFromThreadLocal() - Method in class org.spincast.testing.core.SpincastTestBase
-
- getGuiceTweakerPluginsToDisable() - Method in class org.spincast.testing.core.SpincastTestBase
-
Ids of plugins to disable.
- getGzipBuffer() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getGzipCheckerHandlerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getGzipCheckerHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getGzipNoNextHandler() - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- getGzipOption() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The currently set gzip options.
- getGzipOption() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getH2Server() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getHandler() - Method in interface org.spincast.core.routing.RouteHandlerMatch
-
The route handler.
- getHandler() - Method in class org.spincast.plugins.routing.RouteHandlerMatchDefault
-
- getHeader(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the values of the specified header from the current request or
an empty list if not found.
- getHeader(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The values of a specific response header.
- getHeader(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets an header.
- getHeader(String) - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getHeader(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getHeader(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getHeaderFirst(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The first value of the specified header from the current request.
- getHeaderFirst(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The first value of a specific header.
- getHeaderFirst(String) - Method in interface org.spincast.core.filters.CorsFilterClient
-
Gets the first value of an header.
- getHeaderFirst(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the first value of an header.
- getHeaderFirst(String) - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getHeaderFirst(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getHeaderFirst(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getHeaders() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns all headers of the current request.
- getHeaders() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The currently set response headers.
- getHeaders() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHeaders() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the headers.
- getHeaders() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getHeaders() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getHeaders() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getHeaderValue() - Method in interface org.spincast.core.routing.ETag
-
Gets the HTTP header value to use for this ETag.
- getHeaderValue() - Method in class org.spincast.plugins.routing.ETagDefault
-
- getHoldability() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getHoldability() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getHostForDefaultPublicServerSchemeHostPort() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHotlinkingManager() - Method in interface org.spincast.core.routing.StaticResource
-
- getHotlinkingManager() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getHotlinkingManager() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getHotlinkingStategy(Object, URI, StaticResource<?>) - Method in interface org.spincast.core.routing.hotlinking.HotlinkingManager
-
The strategy to use to protect the hotlinked resource.
- getHotlinkingStategy(Object, URI, StaticResource<?>) - Method in class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
-
- getHotSwapClassesRedefinitionsWatcherDummyImpl() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- getHotSwapClassesRedefinitionWatcherImpl() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- getHotSwapFilesModificationsWatcherImpl() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- getHtmlEscapeType() - Method in interface org.spincast.core.validation.ValidationMessage
-
How should the text be escaped when displayed in
HTML?
- getHtmlEscapeType() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- getHtmlFormEncoding() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The encoding the use to parse the data from HTML forms.
- getHtmlFormEncoding() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getHttpAuthActiveRealms() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getHttpAuthenticationHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
Handler to check for HTTP authentication requirement.
- getHttpAuthenticationRealms() - Method in interface org.spincast.core.server.Server
-
Returns the existing HTTP authentication realms, the
key being the realm's name and the value being the
prefix path associated to this realm.
- getHttpAuthenticationRealms() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getHttpAuthHandlerNextHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getHttpAuthIdentityManagersByRealmName() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getHttpAuthPassword() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHttpAuthUsername() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHttpClient() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getHttpClient() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHttpClient() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getHttpClient() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getHttpClientBuilder() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHttpEntityEnclosingRequestBase(String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getHttpEntityEnclosingRequestBase(String) - Method in class org.spincast.plugins.httpclient.builders.PatchRequestBuilderDefault
-
- getHttpEntityEnclosingRequestBase(String) - Method in class org.spincast.plugins.httpclient.builders.PostRequestBuilderDefault
-
- getHttpEntityEnclosingRequestBase(String) - Method in class org.spincast.plugins.httpclient.builders.PutRequestBuilderDefault
-
- getHttpMethod() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the request's HTTP method.
- getHttpMethod() - Method in interface org.spincast.core.filters.CorsFilterClient
-
Gets the request's HTTP method.
- getHttpMethod() - Method in class org.spincast.core.routing.ResourceToPush
-
- getHttpMethod(Object) - Method in interface org.spincast.core.server.Server
-
Gets the HTTP method associated with the request.
- getHttpMethod() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getHttpMethod(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getHttpMethodAnnotation(HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getHttpMethods() - Method in interface org.spincast.core.routing.Route
-
The HTTP methods this route applies to.
- getHttpMethods() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getHttpMethods() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getHttpRequestExecutor() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getHttpServerPort() - Method in interface org.spincast.core.config.SpincastConfig
-
The HTTP (unsecure) port on which the server will listen on.
- getHttpServerPort() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpServerPort() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreKeyPass() - Method in interface org.spincast.core.config.SpincastConfig
-
The "keypass" of the KeyStore, for SSL.
- getHttpsKeyStoreKeyPass() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpsKeyStoreKeyPass() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStorePath() - Method in interface org.spincast.core.config.SpincastConfig
-
The path to the KeyStore, for SSL.
- getHttpsKeyStorePath() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpsKeyStorePath() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreStorePass() - Method in interface org.spincast.core.config.SpincastConfig
-
The "storepass" of the KeyStore, for SSL.
- getHttpsKeyStoreStorePass() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpsKeyStoreStorePass() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsKeyStoreType() - Method in interface org.spincast.core.config.SpincastConfig
-
The type of the KeyStore, for SSL.
- getHttpsKeyStoreType() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpsKeyStoreType() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getHttpsServerPort() - Method in interface org.spincast.core.config.SpincastConfig
-
The HTTPS (secure) port on which the server will listen on.
- getHttpsServerPort() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getHttpsServerPort() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getId() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getId() - Method in class org.spincast.core.guice.SpincastCorePlugin
-
- getId() - Method in interface org.spincast.core.guice.SpincastPlugin
-
The id of the plugin.
- getId() - Method in interface org.spincast.core.routing.Route
-
The route id.
- getId() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The WebSocket route id.
- getId() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
-
- getId() - Method in class org.spincast.plugins.config.SpincastConfigPlugin
-
- getId() - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
-
- getId() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
-
- getId() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
-
- getId() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
-
- getId() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
-
- getId() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
-
- getId() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastCsrfToken
-
- getId() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
-
- getId() - Method in class org.spincast.plugins.gson.SpincastGsonPlugin
-
- getId() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPlugin
-
- getId() - Method in class org.spincast.plugins.httpcaching.SpincastHttpCachingPlugin
-
- getId() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
-
- getId() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPlugin
-
- getId() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPlugin
-
- getId() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPlugin
-
- getId() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
-
- getId() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
-
- getId() - Method in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPlugin
-
- getId() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
-
- getId() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
-
- getId() - Method in class org.spincast.plugins.pebble.SpincastPebblePlugin
-
- getId() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsPlugin
-
- getId() - Method in class org.spincast.plugins.request.SpincastRequestPlugin
-
- getId() - Method in class org.spincast.plugins.response.SpincastResponsePlugin
-
- getId() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getId() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getId() - Method in class org.spincast.plugins.routing.SpincastRoutingPlugin
-
- getId() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- getId() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getId() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPlugin
-
- getId() - Method in interface org.spincast.plugins.session.SpincastSession
-
The unique id of this session.
- getId() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getId() - Method in class org.spincast.plugins.session.SpincastSessionPlugin
-
- getId() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPlugin
-
- getId() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPlugin
-
- getId() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPlugin
-
- getId() - Method in class org.spincast.plugins.undertow.SpincastUndertowPlugin
-
- getId() - Method in class org.spincast.plugins.variables.SpincastVariablesPlugin
-
- getId() - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
-
- getImageFilePath() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getImageFilePath() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getIndentationSpaceNumber() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
-
- getIndexMap() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getInjector() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getInjector() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getInjector() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskFactoryDefault
-
- getInjector() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns the Guice injector.
- getInjectorProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getInjectorProvider() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getInsertJdbcStatementDefaultImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getInstance() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getInstanceFromGuiceCache() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getInstanceFromGuiceCache() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getInstant(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an Instant from a ISO 8601 date element.
- getInstant(int, Instant) - Method in interface org.spincast.core.json.JsonArray
-
Gets an Instant from a ISO 8601 date element.
- getInstant(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getInstant(int, Instant) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getInstant(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstant(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstant(String, boolean, Instant, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstant(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an Instant from a ISO 8601 date string element using the
specified JsonPath.
- getInstant(String, Instant) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an Instant from a ISO 8601 date string element using the
specified JsonPath.
- getInstant(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instant from a
TIMESTAMP WITH TIME ZONE
(ie: "TIMESTAMPTZ") column.
- getInstant(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instant from a
TIMESTAMP WITH TIME ZONE
(ie: "TIMESTAMPTZ") column.
- getInstant(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getInstant(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getInstantElement(String, boolean, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstantFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstantNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an Instant from a ISO 8601 date element.
- getInstantNoKeyParsing(String, Instant) - Method in interface org.spincast.core.json.JsonObject
-
Gets an Instant from a ISO 8601 date element.
- getInstantNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstantNoKeyParsing(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInstantSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getInstantSerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getInstantSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getInt(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getInt(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getInt(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getInt(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getInteger(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Integer.
- getInteger(int, Integer) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Integer.
- getInteger(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getInteger(int, Integer) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getInteger(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInteger(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInteger(String, boolean, Integer, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getInteger(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Integer using the
specified JsonPath.
- getInteger(String, Integer) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Integer using the
specified JsonPath.
- getInteger(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getInteger(String, Integer) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getIntegerElement(String, boolean, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getIntegerFromElement(Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getIntegerFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getIntegerList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getIntegerList(String, List<Integer>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getIntegerNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Integer.
- getIntegerNoKeyParsing(String, Integer) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Integer.
- getIntegerNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getIntegerNoKeyParsing(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getIntegerOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getIntegerOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getIntegerOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getIntegerOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getIntegerOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getIntegerOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getIntegerOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getIntegerOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getInternalErrorHtmlContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getInternalErrorJsonContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getInternalErrorTextContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getInternalErrorXmlContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getInvalidTargetType() - Method in exception org.spincast.core.exceptions.CantCompareException
-
- getInvalidTargetType() - Method in exception org.spincast.core.exceptions.CantConvertException
-
- getIp() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Gets the IP of the current request.
- getIp(Object) - Method in interface org.spincast.core.server.Server
-
Gets the IP of the current request.
- getIp() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getIp(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getIso8601DateParser1() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParser2() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParser3() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParser4() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParser5() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParser6() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getIso8601DateParserDefault() - Static method in class org.spincast.core.utils.SpincastStatics
-
- getItems() - Method in interface org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
-
- getItems() - Method in class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
-
- getJacksonPrettyPrinter() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJacksonPrettyPrinterIndentation() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJacksonPrettyPrinterNewline() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJdbcScope() - Method in class org.spincast.plugins.jdbc.DataSourceInterceptor
-
- getJdbcUtils() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
-
- getJdbcUtils() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getJdbcUtils() - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
-
- getJdbcUtils() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getJdbcUtils() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getJsBundleFile(String) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getJsBundlePebbleFunctionName() - Method in interface org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfig
-
The name of the provided Pebble function to
bundle multiple .js files.
- getJsBundlePebbleFunctionName() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- getJsBundlesDir() - Method in interface org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfig
-
The directory where the generated js bundles
will be saved by the Pebble "jsBundle()" function.
- getJsBundlesDir() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- getJsBundlesUrlPath() - Method in interface org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfig
-
The relative url path to serve js files
bundled using the Pebble "jsBundle()" function.
- getJsBundlesUrlPath() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- getJsonArray(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonArray.
- getJsonArray(int, JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonArray.
- getJsonArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonArray(int, JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonArray(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArray(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArray(String, boolean, JsonArray, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArray(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonArray using the
specified JsonPath.
- getJsonArray(String, JsonArray) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonArray using the
specified JsonPath.
- getJsonArrayDeserializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonArrayDeserializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonArrayDeserializer() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getJsonArrayDeserializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonArrayFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArrayImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getJsonArrayNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonArray.
- getJsonArrayNoKeyParsing(String, JsonArray) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonArray.
- getJsonArrayNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArrayNoKeyParsing(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArrayOrEmpty(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonArray.
- getJsonArrayOrEmpty(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonArrayOrEmpty(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArrayOrEmpty(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArrayOrEmpty(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonArray using the
specified JsonPath.
- getJsonArrayOrEmpty(String, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonArray using the
specified JsonPath.
- getJsonArrayOrEmptyNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonArray.
- getJsonArrayOrEmptyNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonArraySerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonArraySerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonArraySerializer() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getJsonArraySerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonBody() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to an immutable JsonObject.
- getJsonBody(Class<T>) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to the specified class.
- getJsonBody() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getJsonBody(Class<T>) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getJsonBodyAsMap() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to a Map<String, Object>.
- getJsonBodyAsMap() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getJsOneLinerOutputFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getJsOneLinerOutputFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getJsonManager() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getJsonManager() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getJsonManager() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getJsonManager() - Method in class org.spincast.core.flash.FlashMessageDefault
-
- getJsonManager() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonManager() - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getJsonManager() - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- getJsonManager() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- getJsonManager() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getJsonManager() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getJsonManager() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getJsonManager() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getJsonManager() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getJsonManager() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getJsonManager() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getJsonManager() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getJsonManager() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getJsonManager() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getJsonManager() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getJsonManager() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getJsonManager() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getJsonManagerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonMixinInfos() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonObject(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonObject.
- getJsonObject(int, JsonObject) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonObject.
- getJsonObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonObject(int, JsonObject) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonObject(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObject(String, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObject(String, boolean, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObject(String, boolean, JsonObject, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObject(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonObject using the
specified JsonPath.
- getJsonObject(String, JsonObject) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonObject using the
specified JsonPath.
- getJsonObjectDeserializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonObjectDeserializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonObjectDeserializer() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getJsonObjectDeserializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonObjectFactory() - Method in class org.spincast.plugins.gson.serializers.EnumSerializer
-
- getJsonObjectFactory() - Method in class org.spincast.plugins.gson.serializers.JsonArrayDeserializer
-
- getJsonObjectFactory() - Method in class org.spincast.plugins.gson.serializers.JsonObjectDeserializer
-
- getJsonObjectFactory() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonObjectFactory() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonObjectFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getJsonObjectNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonObject.
- getJsonObjectNoKeyParsing(String, JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonObject.
- getJsonObjectNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectNoKeyParsing(String, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectOrEmpty(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as JsonObject.
- getJsonObjectOrEmpty(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getJsonObjectOrEmpty(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectOrEmpty(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectOrEmpty(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonObject using the
specified JsonPath.
- getJsonObjectOrEmpty(String, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as JsonObject using the
specified JsonPath.
- getJsonObjectOrEmptyNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as JsonObject.
- getJsonObjectOrEmptyNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonObjectSerializer() - Method in class org.spincast.plugins.gson.serializers.EnumSerializer
-
- getJsonObjectSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonObjectSerializer() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonObjectSerializer() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getJsonObjectSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonPathArrayIndexMax() - Method in interface org.spincast.core.config.SpincastConfig
-
Gets the maximum index of an element of an array, when parsing
a JsonPath.
- getJsonPathArrayIndexMax() - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getJsonPathArrayIndexMax() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getJsonPathCachingMap() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getJsonPathUtils() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getJsonPathUtils() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getJsonPathUtilsImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
-
- getJsonPathUtilsImplClass() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
-
- getKey() - Method in exception org.spincast.core.dictionary.DictionaryKeyNotFoundException
-
- getKey() - Method in class org.spincast.core.utils.Pair
-
- getKeyManagers(String, String, String, String) - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- getKeyMaxLengthWhenConvertingMapToJsonObject() - Method in interface org.spincast.core.config.SpincastConfig
-
Gets the maximum length of a
key in a Map that
can be parsed as
JsonPaths using the
create
method.
- getKeyMaxLengthWhenConvertingMapToJsonObject() - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getKeyMaxLengthWhenConvertingMapToJsonObject() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getKeyStore(String, String, String) - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- getKeyStoreInputStream(String) - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- getLastModificationDate() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getLatch() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getLaunchException() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getLearningPushHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getListenersByClassToWatch() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
- getListenersByDirAbsolutePaths() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- getListenersByWatchKey() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- getLocale() - Method in exception org.spincast.core.dictionary.DictionaryKeyNotFoundException
-
- getLocaleBestMatch() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Find what the request tells should be the best
Locale to use for a response, by looking
at the "Accept-Language" header.
- getLocaleBestMatch() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getLocaleBestMatchFromAcceptLanguageHeader(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Gets the best Locale to use given a "Accept-Language" HTTP header.
- getLocaleBestMatchFromAcceptLanguageHeader(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getLocaleResolver() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getLocaleResolver() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getLocaleResolver() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getLocaleResolver() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getLocaleResolver() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
-
- getLocaleResolver() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getLocaleToUse() - Method in interface org.spincast.core.exchange.RequestContext
-
The best Locale to use, as resolved by
the LocaleResolver.
- getLocaleToUse() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getLocaleToUse() - Method in interface org.spincast.core.locale.LocaleResolver
-
The best Locale to use.
- getLocaleToUse() - Method in interface org.spincast.core.websocket.WebsocketContext
-
The best Locale to use, as resolved by
the LocaleResolver during the
initial HTTP request.
- getLocaleToUse() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getLocaleToUse() - Method in class org.spincast.plugins.localeresolver.LocaleResolverDefault
-
The default way to find the Locale to use is to check for
a cookie, or otherwise use the request "Accept-Language" header.
- getLocaleToUse() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getLogbackFileEncoding() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
-
- getLoginTimeout() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- getLogWriter() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- getLong(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Long.
- getLong(int, Long) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as Long.
- getLong(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getLong(int, Long) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getLong(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLong(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLong(String, boolean, Long, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLong(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Long using the
specified JsonPath.
- getLong(String, Long) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as Long using the
specified JsonPath.
- getLong(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getLong(String, Long) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getLong(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getLong(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getLongElement(String, boolean, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLongFromElement(Object) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getLongFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLongList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getLongList(String, List<Long>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getLongNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Long.
- getLongNoKeyParsing(String, Long) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as Long.
- getLongNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLongNoKeyParsing(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getLongOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getLongOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getLongOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getLongOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getLongOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getLongOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getLongOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getLongOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getMainArgs() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- getMainArgs() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- getMainArgs() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
- getMainHandler() - Method in interface org.spincast.core.routing.Route
-
The main handler.
- getMainHandler() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getMainHandler() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getMainRouteHandlerMatch() - Method in interface org.spincast.core.routing.RoutingResult
-
The main route handler and its information, from the routing result.
- getMainRouteHandlerMatch() - Method in class org.spincast.plugins.routing.RoutingResultDefault
-
- getMainRoutes() - Method in interface org.spincast.core.routing.Router
-
Gets the main routes.
- getMainRoutes() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getMainTempDir() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getMainVariation() - Method in enum org.spincast.core.utils.ContentTypeDefaults
-
- getMainVariationWithUtf8Charset() - Method in enum org.spincast.core.utils.ContentTypeDefaults
-
- getMap() - Method in class org.spincast.core.json.JsonObjectDefault
-
- getMap(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getMap(String, Map<String, Object>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getMapList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getMapList(String, List<Map<String, Object>>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getMargin() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getMargin() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getMaxAgeInSeconds() - Method in interface org.spincast.core.filters.CorsFilterClient
-
The max age to cache a cors preflight response.
- getMaxAgeInSeconds() - Method in interface org.spincast.core.routing.StaticResourceCorsConfig
-
The max Age a preflight request can be cached.
- getMaxAgeInSeconds() - Method in class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
-
- getMaxCacheItems() - Method in class org.spincast.core.flash.FlashMessagesHolderDefault
-
- getMaxNumberOfKeysWhenConvertingMapToJsonObject() - Method in interface org.spincast.core.config.SpincastConfig
-
Gets the maximum number of keys in a Map that
can be parsed as JsonPaths to create a
JsonObject.
- getMaxNumberOfKeysWhenConvertingMapToJsonObject() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getMaxNumberOfKeysWhenConvertingMapToJsonObject() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getMaxNumberOfKeysWhenConvertingMapToJsonObject() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getMessageFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getMessageFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getMessages() - Method in class org.spincast.core.dictionary.DictionaryBase
-
- getMessages() - Method in class org.spincast.core.request.FormDefault
-
- getMessages(String) - Method in class org.spincast.core.request.FormDefault
-
- getMessages() - Method in interface org.spincast.core.validation.ValidationSet
-
Gets the validation keys and their
associated messages.
- getMessages(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Gets the validation messages for the specified key.
- getMessagesFormatted(ValidationMessageFormatType) - Method in class org.spincast.core.request.FormDefault
-
- getMessagesFormatted(String, ValidationMessageFormatType) - Method in class org.spincast.core.request.FormDefault
-
- getMessagesFormatted(String, ValidationMessageFormatType) - Method in interface org.spincast.core.validation.ValidationSet
-
Quick way to get a formatted version of the validation
messages for the specified key.
- getMessagesFormatted(ValidationMessageFormatType) - Method in interface org.spincast.core.validation.ValidationSet
-
Quick way to get a formatted version of all validation
messages.
- getMetaData() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getMetaData() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getMethodRepeatUntilFailureAnnotationLoopsNbr(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getMethodRepeatUntilFailureAnnotationLoopsSleep(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getMethodRepeatUntilSuccessAnnotationLoopsNbr(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getMethodRepeatUntilSuccessAnnotationLoopsSleep(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getMethodToUse() - Static method in class org.spincast.testing.junitrunner.NoTestsFrameworkMethod
-
- getMigrationsPackage() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getMilliSecondsIncrementWhenWaitingForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The number of milliseconds to sleep between two validations that all
endpoints are closed properly before calling the killing server.stop() method.
- getMilliSecondsIncrementWhenWaitingForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getMilliSecondsIncrementWhenWaitingForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getMimeTypeFromExtension(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Gets the mime type from the extension.
- getMimeTypeFromExtension(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getMimeTypeFromMultipleSources(String, String, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Gets the mime type using multiple sources of information.
- getMimeTypeFromMultipleSources(String, String, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getMimeTypeFromPath(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Gets the mime type from a path, using its extension.
- getMimeTypeFromPath(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getMixinClass() - Method in interface org.spincast.plugins.jacksonjson.JsonMixinInfo
-
The mixin class.
- getMixinClass() - Method in class org.spincast.plugins.jacksonjson.JsonMixinInfoDefault
-
- getMixinClass() - Method in interface org.spincast.plugins.jacksonxml.XmlMixinInfo
-
The mixin class.
- getMixinClass() - Method in class org.spincast.plugins.jacksonxml.XmlMixinInfoDefault
-
- getModel() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The JsonObject which serves as the model for
the response.
- getModel() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getModelElement(Map<String, Object>, String) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getModificationDate() - Method in interface org.spincast.plugins.session.SpincastSession
-
The Instant at which the session was modified
for the last time.
- getModificationDate() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getModule() - Method in class org.spincast.core.guice.GuiceModuleUtils
-
- getName() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the cookie name.
- getName() - Method in class org.spincast.core.cookies.CookieDefault
-
- getName() - Method in class org.spincast.plugins.attemptslimiter.AttemptCriteria
-
- getName() - Method in class org.spincast.plugins.httpclient.FileToUpload
-
- getName() - Method in class org.spincast.testing.junitrunner.NoTestsFrameworkMethod
-
- getName() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Test class display name.
- getNbrMaxAttemptsPerDuration() - Method in interface org.spincast.plugins.attemptslimiter.AttemptRule
-
The number of allowed attempts in a given
duration.
- getNbrMaxAttemptsPerDuration() - Method in class org.spincast.plugins.attemptslimiter.AttemptRuleDefault
-
- getNCharacterStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getNCharacterStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getNClob(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getNClob(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getNetworkTimeout() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getNewControllerKey() - Method in exception org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
-
- getNewlineChars() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
-
- getNewlineToBrFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getNewlineToBrFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getNewPeerIdLock(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Gets the creation lock for a peer id.
- getNewRoute() - Method in exception org.spincast.core.exceptions.ForwardRouteException
-
The new route to forward to.
- getNewUrl() - Method in exception org.spincast.core.exceptions.RedirectException
-
The new route to redirect to.
- getNext() - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
-
- getNext() - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
- getNextHandler() - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
- getNextHandler() - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- getNodeGlobalDir() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getNomExecutableName() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getNotFoundHtmlContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getNotFoundJsonContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getNotFoundPlainTextContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getNotFoundXmlContent(String) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getNString(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getNString(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element, untyped.
- getObject(int, Object) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element, untyped.
- getObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getObject(int, Object) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getObject(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getObject(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getObject(String, boolean, Object, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getObject(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an untyped Object using the
specified JsonPath.
- getObject(String, Object) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an untyped Object using the
specified JsonPath.
- getObject(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(int, Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(String, Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(int, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObject(String, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getObjectConverter() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getObjectConverter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getObjectConverterImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getObjectFromGsonJsonElement(JsonElement) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getObjectMapper() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getObjectNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an untyped Object.
- getObjectNoKeyParsing(String, Object) - Method in interface org.spincast.core.json.JsonObject
-
Gets an untyped Object.
- getObjectNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getObjectNoKeyParsing(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getOldPath() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
-
- getOpacity() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getOpacity() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getOpenApi() - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as a
OpenAPI object.
- getOpenApi() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiAsJson() - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as pretty
formatted JSON.
- getOpenApiAsJson(boolean) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as JSON.
- getOpenApiAsJson() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiAsJson(boolean) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiAsYaml() - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as pretty
formatted YAML.
- getOpenApiAsYaml(boolean) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as YAML.
- getOpenApiAsYaml() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiAsYaml(boolean) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiPrefix() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getOpenApiSpecificationsUrl() - Method in interface org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfig
-
The absolute URL or relative path to the Open API
specifications file.
- getOpenApiSpecificationsUrl() - Method in class org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfigDefault
-
- getOrCreateHttpAuthIdentityManagersByRealmName(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getOriginalQuery() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getOrigninalRequestUrlWithPotentialCacheBusters(HttpServerExchange) - Method in interface org.spincast.plugins.undertow.CacheBusterRemovalHandler
-
Get the original URL of the request potentially containing cache
busters.
- getOrigninalRequestUrlWithPotentialCacheBusters(HttpServerExchange) - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
-
- getOut() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getOutLines() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getOutputType(File) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getOverridingModules() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getParametersFromQuerystring(String, boolean) - Method in interface org.spincast.core.utils.SpincastUtils
-
Parses a querystring (starting with a "?" or not) and returns
the list of parameters.
- getParametersFromQuerystring(String, boolean) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getParams() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getParentLogger() - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- getParsedQuery() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getPath() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the cookie path.
- getPath() - Method in class org.spincast.core.cookies.CookieDefault
-
- getPath() - Method in class org.spincast.core.routing.ResourceToPush
-
- getPath() - Method in interface org.spincast.core.routing.Route
-
The route path.
- getPath() - Method in class org.spincast.core.utils.ResourceInfo
-
The path to the resource.
- getPath() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The WebSocket route path.
- getPath() - Method in class org.spincast.plugins.httpclient.FileToUpload
-
- getPath() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getPath() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getPath() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- getPath() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getPath() - Method in interface org.spincast.plugins.routing.utils.ReplaceDynamicParamsResult
-
The resulting path
- getPath() - Method in class org.spincast.plugins.routing.utils.ReplaceDynamicParamsResultDefault
-
- getPath() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getPathParam(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
A specific value parsed from a dynamic parameter of the route path.
- getPathParam(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getPathParams() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The values parsed from the dynamic parameters of the route path.
- getPathParams() - Method in interface org.spincast.core.routing.RouteHandlerMatch
-
The values parsed from the URL, given
the dynamic parameters of the route's path, if any.
- getPathParams() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getPathParams() - Method in class org.spincast.plugins.routing.RouteHandlerMatchDefault
-
- getPathsFromYamlString(String, String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getPattern(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getPatternFromAlias(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Get a path pattern from its alias.
- getPatternNbr() - Method in enum org.spincast.plugins.dateformatter.DatePattern
-
- getPebbleEngineString() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getPebbleEngineTemplateClasspath() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getPebbleEngineTemplateFileSystem() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getPebbleExtensionImplClass() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
-
- getPebbleExtensionImplClass() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- getPebbleExtensionImplClass() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
-
- getPebbleTemplate(Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getPebbleTimeZoneCookieDomain() - Method in interface org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfig
-
The domain to use for the TimeZone coookie.
- getPebbleTimeZoneCookieDomain() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- getPebbleTimeZoneCookieExpiredHoursNbr() - Method in interface org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfig
-
The number of hours the timeZone cookie will
live.
- getPebbleTimeZoneCookieExpiredHoursNbr() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- getPebbleTimeZoneCookiePath() - Method in interface org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfig
-
The path to use for the TimeZone coookie.
- getPebbleTimeZoneCookiePath() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- getPebbleTimeZoneCookieReloadingQsParamName() - Method in interface org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfig
-
The name of the querystring parameter that
will be used is reloading the page after the
timeZone cookie is set is enabled.
- getPebbleTimeZoneCookieReloadingQsParamName() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- getPeerContextesMap() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getPeerId() - Method in interface org.spincast.core.websocket.WebsocketConnectionConfig
-
The id to attribute to the connecting peer.
- getPeerId() - Method in interface org.spincast.core.websocket.WebsocketContext
-
The id of the peer.
- getPeerId() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getPeersIds() - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
The connected peers' ids.
- getPeersIds() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getPercentageWidth() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getPercentageWidth() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getPg() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getPhysicalLocation() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getPingBytes() - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
-
- getPingsIntervalSeconds() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getPluginModule() - Method in class org.spincast.core.guice.SpincastCorePlugin
-
- getPluginModule() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
-
- getPluginModule(Class<? extends SpincastConfig>) - Method in class org.spincast.plugins.config.SpincastConfigPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
-
- getPluginModule(Class<? extends Dictionary>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.gson.SpincastGsonPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.httpcaching.SpincastHttpCachingPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.pebble.SpincastPebblePlugin
-
- getPluginModule() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.request.SpincastRequestPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.response.SpincastResponsePlugin
-
- getPluginModule(Class<? extends Router<?, ?>>) - Method in class org.spincast.plugins.routing.SpincastRoutingPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.session.SpincastSessionPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.undertow.SpincastUndertowPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.variables.SpincastVariablesPlugin
-
- getPluginModule() - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
-
- getPlugins() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getPluginsToDisable() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getPluginsToDisable() - Method in interface org.spincast.core.guice.SpincastPlugin
-
If required, the ids of plugins that shouldn't
be installed.
- getPluginsToDisable() - Method in class org.spincast.core.guice.SpincastPluginBase
-
- getPluginsToDisable() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getPosition() - Method in interface org.spincast.core.routing.Route
-
The position at which this route should be run during a
routing process.
- getPosition() - Method in interface org.spincast.core.routing.RouteHandlerMatch
-
The position the handler should be run at.
- getPosition() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
The current route handler position.
- getPosition() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getPosition() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getPosition() - Method in class org.spincast.plugins.routing.RouteHandlerMatchDefault
-
- getPosition() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- getPosition() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getPosition() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getPostCssConfigFileDir(JsonObject) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
Return a directory where to find a
"postcss.config.js" serving as the
configurations for "postcss".
- getPostCssConfigFileDirsParentDir() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getPostcssExecutableName() - Method in interface org.spincast.plugins.cssautoprefixer.config.SpincastCssAutoprefixerConfig
-
The name or full path to the
"postcss" npm artifact executable.
- getPostcssExecutableName() - Method in class org.spincast.plugins.cssautoprefixer.config.SpincastCssAutoprefixerConfigDefault
-
- getPrettyPrinterIndentationSpaceNumber() - Method in interface org.spincast.plugins.jacksonjson.SpincastJsonManagerConfig
-
The number of space to use as indentation for pretty print.
- getPrettyPrinterIndentationSpaceNumber() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManagerConfigDefault
-
- getPrettyPrinterIndentationSpaceNumber() - Method in interface org.spincast.plugins.jacksonxml.SpincastXmlManagerConfig
-
The number of space to use as indentation for pretty print.
- getPrettyPrinterIndentationSpaceNumber() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManagerConfigDefault
-
- getPrettyPrinterNewlineChars() - Method in interface org.spincast.plugins.jacksonjson.SpincastJsonManagerConfig
-
The newline characters to use for pretty print.
- getPrettyPrinterNewlineChars() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManagerConfigDefault
-
- getPrettyPrinterNewlineChars() - Method in interface org.spincast.plugins.jacksonxml.SpincastXmlManagerConfig
-
The newline characters to use for pretty print.
- getPrettyPrinterNewlineChars() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManagerConfigDefault
-
- getPrettyTime(Locale) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
-
- getPrettyTimesByLocale() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
-
- getPreviousResponseCookie(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getPreviousResponseCookies() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getProcess() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
-
- getProcessKiller() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
-
Can be null if the process
was not created.
- getPropertyAsMap(Map<String, Object>, String) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getPropertyAsString(Map<String, Object>, String) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getPublicServerHost() - Method in interface org.spincast.core.config.SpincastConfig
-
The public host
- getPublicServerHost() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getPublicServerPort() - Method in interface org.spincast.core.config.SpincastConfig
-
The public port
- getPublicServerPort() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getPublicServerScheme() - Method in interface org.spincast.core.config.SpincastConfig
-
The public scheme
- getPublicServerScheme() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
Three of the rare "final" methods in Spincast!
- getPublicURI() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getPublicUrlBase() - Method in interface org.spincast.core.config.SpincastConfig
-
The application can't know by itself on which
scheme/host/port it is served publicly.
- getPublicUrlBase() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
You should override this config!!!!
- getPublicUrlBase() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getQueryBuilder() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getQueryParamFlashMessageId() - Method in interface org.spincast.core.config.SpincastConfig
-
The name of the queryString parameter to use
for a Flash Message id, when cookies are not
available.
- getQueryParamFlashMessageId() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getQueryString(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The queryString of the request.
- getQueryString(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getQuerystringAppendFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getQuerystringAppendFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getQuerystringFromUrl(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Return the querystring of an URL, without
leading "?".
- getQuerystringFromUrl(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getQueryStringParam(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
A specific parameter taken from the queryString of the request.
- getQueryStringParam(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getQuerystringParametersFromUrl(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Parses an URL and returns the list of its querystring parameters,
if any.
- getQuerystringParametersFromUrl(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getQueryStringParamFirst(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The first (and often only) value of a specific parameter taken from the
queryString of the request.
- getQueryStringParamFirst(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getQueryStringParams() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The parameters taken from the queryString of the request.
- getQueryStringParams(Object) - Method in interface org.spincast.core.server.Server
-
Gets the queryString parameters.
- getQueryStringParams() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getQueryStringParams(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getQuerystringToHiddenFieldsFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getQuerystringToHiddenFieldsFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRandomElement(Set<T>) - Method in interface org.spincast.core.utils.SpincastUtils
-
Returns a random element from the set or
null if the set is null or empty.
- getRandomElement(Set<T>) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getRawConfig(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
Gets a config from the raw Map.
- getRawConfigs() - Method in class org.spincast.plugins.config.ConfigFinder
-
Get raw configs, as a Map
- getRawInputStream(Object) - Method in interface org.spincast.core.server.Server
-
The raw InputStream of the current request.
- getRawInputStream(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getRealmNameToDisplay(String, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
The realm name to display.
- getRedirectFilterPosition() - Method in interface org.spincast.plugins.routing.SpincastRouterConfig
-
The default position for a redirect "before" filter.
- getRedirectFilterPosition() - Method in class org.spincast.plugins.routing.SpincastRouterConfigDefault
-
- getRedirectRuleBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRedirectRuleBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getRedirectRuleBuilderImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getRedirectUrl(Object, URI, StaticResource<?>) - Method in interface org.spincast.core.routing.hotlinking.HotlinkingManager
-
- getRedirectUrl(Object, URI, StaticResource<?>) - Method in class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
-
- getRef(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getRef(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getRegExPattern() - Method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- getRepeatUntilFailureAnnotationLoopsSleep(RepeatUntilFailure) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getRepeatUntilSuccessAnnotationLoopsSleep(RepeatUntilSuccess) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- GetRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
-
Http Client builder for a GET request.
- GetRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a GET request.
- GetRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.GetRequestBuilderDefault
-
- getRequestConfig() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getRequestContext() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- getRequestContext() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getRequestContext() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getRequestContext() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- getRequestContext() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getRequestContextFactory() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getRequestContextImplementationClass() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getRequestContextImplementationClass() - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- getRequestContextImplementationClass() - Method in class org.spincast.core.guice.SpincastPluginBase
-
- getRequestContextImplementationClass() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
-
- getRequestContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppTestingBase
-
- getRequestContextInterface() - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- getRequestContextProvider() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.localeresolver.LocaleResolverDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getRequestContextProvider() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- getRequestContextType() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getRequestCustomVariables(HttpServerExchange) - Method in interface org.spincast.plugins.undertow.SpincastUndertowUtils
-
Gets the custom variables Map associated with the
specified exchange object.
- getRequestCustomVariables(WebSocketHttpExchange) - Method in interface org.spincast.plugins.undertow.SpincastUndertowUtils
-
Gets the custom variables Map associated with the
specified exchange object (when wrpped inside a WebSocketHttpExchange).
- getRequestCustomVariables(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
-
- getRequestCustomVariables(WebSocketHttpExchange) - Method in class org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
-
- getRequestHeaders() - Method in class org.spincast.core.routing.ResourceToPush
-
- getRequestHeaders(Object) - Method in interface org.spincast.core.server.Server
-
The headers from the request.
- getRequestHeaders(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
The names of the headers are case insensitive.
- getRequestPath() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The path of the request (no querystring).
- getRequestPath(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The path of the request (no querystring).
- getRequestPath() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getRequestPath(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getRequestRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getRequestRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getRequestScheme(Object) - Method in interface org.spincast.core.server.Server
-
Gets the request scheme, "http" for example.
- getRequestScheme(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getRequestScopedVariables() - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
-
- getResource(String) - Method in class org.spincast.plugins.undertow.FileClassPathResourceManagerDefault
-
- getResourceInfo() - Method in interface org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfig
-
The path about the Logback XML file to load.
- getResourceInfo() - Method in class org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfigDefault
-
- getResourcePath() - Method in interface org.spincast.core.routing.StaticResource
-
The path of the resource on the classpath or on the
file system.
- getResourcePath() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getResourcesToPush() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getResponseContentType(HttpServerExchange) - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- getResponseContentTypeToUse(Object) - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getResponseHeaders(Object) - Method in interface org.spincast.core.server.Server
-
Gets the response headers.
- getResponseHeaders(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getResponseRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getResponseRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getRoute(String) - Method in interface org.spincast.core.routing.Router
-
Gets a route using its routeId.
- getRoute(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getRouteBuilderImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getRouteFactory() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getRouteFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRouteFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getRouteForwardingMaxNumber() - Method in interface org.spincast.core.config.SpincastConfig
-
The maximum number of time a request can be forwarded to another
route.
- getRouteForwardingMaxNumber() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getRouteFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRouteFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRouteHandlerMatches() - Method in interface org.spincast.core.routing.RoutingResult
-
The handlers matching the route (a main handler + filters, if any),
in order they have to be called.
- getRouteHandlerMatches() - Method in class org.spincast.plugins.routing.RoutingResultDefault
-
- getRouteHandlerMatchFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRouteHandlerMatchFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getRouteHandlerMatchImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getRouteHttpMethodAndPathToHide() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getRouteIdFunction() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRouteIdFunctionName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getRouteIdsToHide() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getRouteKey() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getRouteParamPatternAliases() - Method in interface org.spincast.core.routing.Router
-
The path patterns' aliases.
- getRouteParamPatternAliases() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getRouter() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getRouter() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getRouter() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getRouter() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getRouter() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
-
- getRouter() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getRouter() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getRouter() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getRouter() - Method in class org.spincast.plugins.session.SpincastSessionFilterAdder
-
- getRouter() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- getRouter() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getRouterImplementationKey() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getRoutingRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getRoutingRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getRoutingResult() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
The routing result for the current request,
as returned by the router.
- getRoutingResult() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- getRoutingTypes() - Method in interface org.spincast.core.routing.Route
-
The routing types the route should be considered for.
- getRoutingTypes() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getRoutingTypes() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getRowId(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getRowId(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getRunHandler() - Method in class org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerDefault
-
- getRunNotifier() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getSameSite() - Method in interface org.spincast.core.cookies.Cookie
-
The "sameSite" attribute.
- getSameSite() - Method in class org.spincast.core.cookies.CookieDefault
-
- getSavedSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Gets a session from the database/data source.
- getSavedSession(String) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getScheduledTasks() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
-
- getScheduler() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
- getScheduler() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
-
- getSchema() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getSchema() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getScopeChain(Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getScopedObjectMap(Key<T>) - Method in class org.spincast.core.guice.SpincastRequestScope
-
- getScript() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getSecondsToWaitForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The number of seconds max to wait for all endpoints to be closed properly
before calling the killing server.stop() method.
- getSecondsToWaitForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getSecondsToWaitForWebSocketEndpointsToBeProperlyClosedBeforeKillingTheServer() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSecSocketKey() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Generates a random String for the "Sec-WebSocket-Key"
Websocket header.
- getSeedErrorProvider(Key) - Static method in class org.spincast.core.guice.SpincastRequestScope
-
Returns a provider that always throws exception complaining that the
object in question must be seeded before it can be injected.
- getSelectedFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getSelectedFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getSelectJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getServer() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getServer() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getServer() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getServer() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getServer() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getServer() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getServer() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getServer() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getServer() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getServer() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getServer() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getServerBuilder() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getServerEndpointHandlers() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getServerHost() - Method in interface org.spincast.core.config.SpincastConfig
-
The host/IP on which the server will listen to.
- getServerHost() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getServerHost() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The host on which to start the server.
- getServerHost() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getServerHost() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- getServerMaxRequestBodyBytes() - Method in interface org.spincast.core.config.SpincastConfig
-
Maximum number of bytes a request's body can have.
- getServerMaxRequestBodyBytes() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getServerPingIntervalSeconds() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getServerPort() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getServerPort() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
The port on which to start the H2
TCP server.
- getServerPort() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- getServerStartedListeners() - Method in class org.spincast.core.server.ServerUtilsDefault
-
- getServerStartTryNbr() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getServerUtils() - Method in class org.spincast.core.config.ServerStartedInterceptor
-
- getServerUtils() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getServerUtilsImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getSession(String) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionRepository
-
Gets a session from the database/data source.
- getSessionAttributeNameCreationDate() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSessionAttributeNameId() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSessionAttributeNameModificationDate() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSessionIdCookieName() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The name of the cookie used to store the
Session id, by default.
- getSessionIdCookieName() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getSessionIdFromUserRequest(RequestContext<?>) - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSessionMaxInactiveMinutes() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The number of minutes before
an inactive session is deleted.
- getSessionMaxInactiveMinutes() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getShort(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getShort(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getShort(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getShort(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getShortOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getShortOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns null when null, not 0 as
JDBC does by default!
- getShortOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getShortOrNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getShortOrZero(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getShortOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns 0 when null.
- getShortOrZero(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getShortOrZero(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getSkipHandler() - Method in class org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerDefault
-
- getSkipResourceOnQueryStringHandlerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getSkipResourceOnQueryStringHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSourceRoute() - Method in interface org.spincast.core.routing.RouteHandlerMatch
-
The route associated with this match.
- getSourceRoute() - Method in class org.spincast.plugins.routing.RouteHandlerMatchDefault
-
- getSpecificConfigImplClass() - Method in class org.spincast.plugins.config.SpincastConfigPluginModule
-
- getSpecificDictionaryImplClass() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
-
- getSpecificRouterImplementationClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getSpecificTargetFilePath() - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- getSpecs() - Method in interface org.spincast.core.routing.Route
-
The optional specs for the route.
- getSpecs() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
May be null.
- getSpecs() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getSpecsAnnotation(Object) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getSpecsParameters() - Method in interface org.spincast.core.routing.Route
-
Optional specs parameters.
- getSpecsParameters() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getSpecsParameters() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getSpincastAttemptsLimiterPluginConfig() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- getSpincastAttemptsLimiterPluginConfig() - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
-
- getSpincastAttemptsLimiterPluginConfig() - Method in class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
-
- getSpincastAttemptsLimiterPluginConfig() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginScheduledTaskProviderDefault
-
- getSpincastAttemptsLimiterPluginConfigImpl() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- getSpincastAttemptsLimiterPluginRepository() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- getSpincastAttemptsLimiterPluginRepository() - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
-
- getSpincastAttemptsLimiterPluginRepository() - Method in class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
-
- getSpincastAttemptsLimiterPluginScheduledTaskProviderImplClass() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
-
- getSpincastConfig() - Method in class org.spincast.core.config.SpincastInit
-
- getSpincastConfig() - Method in class org.spincast.core.config.SpincastInitValidator
-
- getSpincastConfig() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getSpincastConfig() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getSpincastConfig() - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- getSpincastConfig() - Method in class org.spincast.core.request.FormDefault
-
- getSpincastConfig() - Method in class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
-
- getSpincastConfig() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getSpincastConfig() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getSpincastConfig() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.localeresolver.LocaleResolverDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getSpincastConfig() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getSpincastConfig() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.SpincastRouterConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- getSpincastConfig() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
- getSpincastConfig() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getSpincastConfig() - Method in class org.spincast.testing.core.SpincastTestBase
-
- getSpincastConfigPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastConfigTestingImplementationClass() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
The implementation class to use for the SpincastConfig
binding.
- getSpincastConnectionFactory() - Method in class org.spincast.plugins.jdbc.JdbcScope
-
- getSpincastConnectionImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getSpincastCoreDictionaryEntriesImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getSpincastCorePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastCryptoConfig() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
- getSpincastCryptoConfigImplClass() - Method in class org.spincast.plugins.crypto.SpincastCryptoPluginModule
-
- getSpincastCryptoUtils() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getSpincastCssAutoprefixerConfig() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getSpincastCssAutoprefixerManagerImpl() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
-
- getSpincastCssYuiCompressorConfig() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getSpincastCssYuiCompressorConfigImpl() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
-
- getSpincastCssYuiCompressorManager() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getSpincastCssYuiCompressorManagerImpl() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
-
- getSpincastCssYuiCompressorPebbleExtensionImpl() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
-
- getSpincastCurrentVersion() - Method in interface org.spincast.core.utils.SpincastUtils
-
Gets the current Spincast version.
- getSpincastCurrentVersion() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- getSpincastDataSourceFactory() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
-
- getSpincastDataSourceFactory() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getSpincastDataSourceFactory() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getSpincastDataSourceImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getSpincastDictionaryPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastFilters() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getSpincastFilters() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getSpincastFilters() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getSpincastFiltersKey() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getSpincastFlywayMigraterImpl() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPluginModule
-
- getSpincastFlywayMigration() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayJdbcMigrationExecutor
-
- getSpincastFlywayMigration() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getSpincastFormsCsrfProtectionFilter() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastFormsCsrfProtectionFilterImplClass() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- getSpincastFormsDoubleSubmitProtectionConfig() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
-
- getSpincastFormsDoubleSubmitProtectionFilter() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastFormsDoubleSubmitProtectionFilterImplClass() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- getSpincastFormsDoubleSubmitProtectionRepository() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
-
- getSpincastFormsDoubleSubmitProtectionRepository() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getSpincastFormsDoubleSubmitProtectionRepositoryOptional() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
-
- getSpincastFormsDoubleSubmitProtectionRepositoryOptional() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastFormsProtectionConfig() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
-
- getSpincastFormsProtectionConfig() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getSpincastFormsProtectionConfig() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
- getSpincastFormsProtectionConfig() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastFormsProtectionConfigImplClass() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- getSpincastFormsProtectionPluginScheduledTaskProviderImplClass() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- getSpincastFrontControllerHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastGsonManager() - Method in class org.spincast.plugins.gson.serializers.JsonArrayDeserializer
-
- getSpincastGsonManager() - Method in class org.spincast.plugins.gson.serializers.JsonArraytSerializer
-
- getSpincastGsonManager() - Method in class org.spincast.plugins.gson.serializers.JsonObjectSerializer
-
- getSpincastHttpAuthIdentityManagerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getSpincastHttpAuthIdentityManagerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastHttpCachingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastHttpClientConfig() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getSpincastHttpClientUtils() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getSpincastHttpClientUtils() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getSpincastHttpClientUtilsClass() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
-
- getSpincastHttpClientUtilsClass() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
-
- getSpincastHttpClientUtilsWithWebsocketClass() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
-
- getSpincastHttpClientWithWebsocketConfig() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getSpincastHttpClientWithWebsocketUtils() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getSpincastHttpResponseFactory() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getSpincastImageWatermarkerBuilderImpl() - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPluginModule
-
- getSpincastImageWatermarkerImpl() - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPluginModule
-
- getSpincastJacksonJsonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastJacksonXmlPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastJsClosureCompilerConfig() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getSpincastJsClosureCompilerConfigImpl() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
-
- getSpincastJsClosureCompilerManager() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getSpincastJsCLosureCompilerManagerImpl() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
-
- getSpincastJsClosureCompilerPebbleExtensionImpl() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
-
- getSpincastJsonManager() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
-
- getSpincastJsonManagerConfig() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getSpincastLocaleResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastLogbackConfigurerConfig() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
-
- getSpincastLogbackConfigurerConfigImpl() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPluginModule
-
- getSpincastModelRootVariableName() - Method in interface org.spincast.core.config.SpincastConfig
-
Name of the root variables reserved for
Spincast in the response's model.
- getSpincastModelRootVariableName() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getSpincastOpenApiBottomUpPluginConfig() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- getSpincastOpenApiBottomUpPluginConfigImpl() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
-
- getSpincastOpenApiManagerImpl() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
-
- getSpincastPebbleExtensionClass() - Method in class org.spincast.plugins.pebble.SpincastPebblePluginModule
-
- getSpincastPebblePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastPebbleTemplatingEngineClass() - Method in class org.spincast.plugins.pebble.SpincastPebblePluginModule
-
- getSpincastPebbleTemplatingEngineConfig() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getSpincastPebbleTemplatingEngineConfig() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
-
- getSpincastProcessUtils() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getSpincastProcessUtilsImpl() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsPluginModule
-
- getSpincastRequestPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastRequestScope() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getSpincastReservedMap() - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Gets the Map reserved for Spincast usage to put some
global templating variables.
- getSpincastReservedMap() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getSpincastResourceHandlerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getSpincastResourceHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastResponsePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastRouterConfig() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
-
- getSpincastRouterConfig() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- getSpincastRouterConfig() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getSpincastRouterConfig() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getSpincastRouterConfig() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getSpincastRoutingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastRoutingUtils() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
-
- getSpincastRoutingUtils() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getSpincastRoutingUtils() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getSpincastRoutingUtils() - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
- getSpincastRoutingUtilsImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getSpincastScheduledTaskFactory() - Method in class org.spincast.plugins.scheduledtasks.SpincastTaskSchedulerProviderDefault
-
- getSpincastScheduledTaskFactoryImplClass() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
-
- getSpincastScheduledTaskRegisterImplClass() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
-
- getSpincastScheduledTasksPluginConfigrImplClass() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionFilterAdder
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSpincastSessionConfig() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastSessionConfigImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionDeleteOldSessionsScheduledTask() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- getSpincastSessionFactory() - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
-
- getSpincastSessionFactory() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastSessionFilter() - Method in class org.spincast.plugins.session.SpincastSessionFilterAdder
-
- getSpincastSessionFilterAdderImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionFilterImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getSpincastSessionManager() - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- getSpincastSessionManagerImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionPluginScheduledTaskProviderImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSessionRepository() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
- getSpincastSessionRepositoryImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastSwaggerUiConfig() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- getSpincastSwaggerUiConfigImpl() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPluginModule
-
- getSpincastTaskSchedulerProviderImplClass() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
-
- getSpincastTemplatingAddonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastTestingH2Config() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- getSpincastTestingPostgresConfig() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- getSpincastTimeZoneResolverConfig() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getSpincastTimeZoneResolverConfigImplClass() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
-
- getSpincastTimeZoneResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastUndertowConfig() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastUndertowConfig() - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
-
- getSpincastUndertowConfig() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getSpincastUndertowConfigImplementation() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getSpincastUndertowPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastUndertowServerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getSpincastUndertowUtils() - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
-
- getSpincastUndertowUtils() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastUndertowUtils() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getSpincastUndertowUtilsClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getSpincastUserSessionImplClass() - Method in class org.spincast.plugins.session.SpincastSessionPluginModule
-
- getSpincastUtils() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- getSpincastUtils() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getSpincastUtils() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- getSpincastUtils() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- getSpincastUtils() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfigDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
-
- getSpincastUtils() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getSpincastUtils() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getSpincastUtils() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- getSpincastUtils() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastUtils() - Method in class org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
-
- getSpincastUtils() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getSpincastUtils() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
-
- getSpincastUtilsKey() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getSpincastVariablesPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getSpincastWatermarkerFactory() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getSpincastWebsocketEndpointFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSpincastWritableDirPath() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
The path to the writable directory.
- getSpincastXmlIndenter() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
-
- getSpincastXmlManagerClass() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
-
- getSpincastXmlManagerConfig() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
-
- getSpincastXmlManagerConfig() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
-
- getSpincastXmlPrettyPrinterProvider() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
-
- getSql(boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Returns the current SQL query.
- getSql(boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getSqlFormmatter() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getSQLXML(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getSQLXML(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getSslContext() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getSslContextFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getSSLContextFactoryClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getStackTrace(Throwable) - Static method in class org.spincast.core.utils.SpincastStatics
-
Gets the stack trace of an Exception.
- getStackTrace(Throwable) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getStackTraceInstance(Throwable) - Method in class org.spincast.core.utils.SpincastStatics
-
- getStandardBody() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getStartServerSleepMilliseconds() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getStatement() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Returns the underlying statement.
- getStatement() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
-
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
-
- getStatementWithParamsAdded(Connection) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
-
- getStaticResource() - Method in interface org.spincast.core.routing.Route
-
- getStaticResource() - Method in class org.spincast.plugins.routing.RouteDefault
-
- getStaticResource() - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
- getStaticResourceBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getStaticResourceBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getStaticResourceBuilderImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getStaticResourceCacheConfigFactory() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getStaticResourceCacheConfigImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getStaticResourceCorsAllowedMethods() - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
Those are the valid HTTP methods for requests to
static resources served directly by the HTTP server.
- getStaticResourceCorsConfigFactory() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getStaticResourceCorsConfigImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getStaticResourceFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getStaticResourceFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getStaticResourceFactory() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getStaticResourceKey() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getStaticResourceServed(String) - Method in interface org.spincast.core.server.Server
-
Gets a static resource served directly by the server, using its path.
- getStaticResourceServed(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getStaticResourcesPathHandler() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getStaticResourcesServed() - Method in interface org.spincast.core.server.Server
-
Gets all static resource served directly by the server.
- getStaticResourcesServed() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getStaticResourcesServedByUrlPath() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getStaticResourceType() - Method in interface org.spincast.core.routing.StaticResource
-
The type of static resource.
- getStaticResourceType() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getStaticTokens() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
-
- getStatus() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the HTTP status.
- getStatus() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- getStatusCode() - Method in interface org.spincast.core.exceptions.CustomStatusCodeException
-
The status code to use for the response.
- getStatusCode() - Method in exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
-
- getStatusCode() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The current status code sent or to be send.
- getStatusCode() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getString(int) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as String.
- getString(int, String) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as String.
- getString(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getString(int, String) - Method in class org.spincast.core.json.JsonArrayDefault
-
- getString(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getString(String, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getString(String, boolean, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getString(String, boolean, String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getString(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as String using the
specified JsonPath.
- getString(String, String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as String using the
specified JsonPath.
- getString(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getString(String, String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getString(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getString(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getStringBody(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body as a String, using the specified encoding.
- getStringBody(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getStringBodyEncoding() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getStringFromObject(Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getStringList(String) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getStringList(String, List<String>) - Method in class org.spincast.plugins.config.ConfigFinder
-
- getStringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as String.
- getStringNoKeyParsing(String, String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as String.
- getStringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getStringNoKeyParsing(String, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getSubmittedFormInfo(String) - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
Returns the Date/ProtectionId or null
if invalid.
- getSwaggerAnnotationsCreatorImpl() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
-
- getSwaggerUiPath() - Method in interface org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfig
-
The URL path the Swagger UI will be served on.
- getSwaggerUiPath() - Method in class org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfigDefault
-
- getSyncExecutionResult() - Method in exception org.spincast.plugins.processutils.exceptions.TimeoutException
-
- getSyncExecutionResult() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- getSystemErrLines() - Method in interface org.spincast.plugins.processutils.SyncExecutionResult
-
The System standard errors produced by the
executed program.
- getSystemErrLines() - Method in class org.spincast.plugins.processutils.SyncExecutionResultDefault
-
- getSystemOutLines() - Method in interface org.spincast.plugins.processutils.SyncExecutionResult
-
The System standard output produced by the
executed program.
- getSystemOutLines() - Method in class org.spincast.plugins.processutils.SyncExecutionResultDefault
-
- getSystemPropertiesConfigs() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getSystemPropertiesPrefixes() - Method in class org.spincast.plugins.config.ConfigFinder
-
- getSystemPropertiesPrefixes() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
The allowed prefixes a system property can have
to be used as a configuration.
- getSystemPropertiesPrefixes() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- getTag() - Method in interface org.spincast.core.routing.ETag
-
Gets the tag text.
- getTag() - Method in class org.spincast.plugins.routing.ETagDefault
-
- getTagCacheTypeItemNbr() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
The number of "cache" tag item to keep in cache.
- getTagCacheTypeItemNbr() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getTargetClass() - Method in interface org.spincast.plugins.jacksonjson.JsonMixinInfo
-
The class to apply the mixin to.
- getTargetClass() - Method in class org.spincast.plugins.jacksonjson.JsonMixinInfoDefault
-
- getTargetClass() - Method in interface org.spincast.plugins.jacksonxml.XmlMixinInfo
-
The class to apply the mixin to.
- getTargetClass() - Method in class org.spincast.plugins.jacksonxml.XmlMixinInfoDefault
-
- getTargetWatermarkImageWidth(BufferedImage) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getTempDir() - Method in interface org.spincast.core.config.SpincastConfig
-
A directory where temp files can be written by Spincast.
- getTempDir() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getTemplateCacheItemNbr() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
The number of template item to keep in cache.
- getTemplateCacheItemNbr() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getTemplatingEngine() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getTemplatingEngine() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
- getTemplatingEngine() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getTemplatingEngine() - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
-
- getTemplatingEngine() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- getTemplatingEngine() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getTemplatingGlobalVariable(String) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Gets a global templating variable.
- getTemplatingGlobalVariable(String) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getTemplatingGlobalVariables() - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
The global templating variables.
- getTemplatingGlobalVariables() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
-
- getTemplatingRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getTemplatingRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getTestClassInstance() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getTestClassRepeatUntilFailureAnnotationLoopsNbr() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getTestClassRepeatUntilFailureAnnotationLoopsSleep() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getTestClassRepeatUntilSuccessAnnotationLoopsNbr() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getTestClassRepeatUntilSuccessAnnotationLoopsSleep() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- getTestDateNoTime() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Get a test date without time.
- getTestingConfigImplClass() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
- getTestingConfigImplementationClass() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- getTestingConfigImplementationClass() - Method in class org.spincast.testing.core.SpincastTestBase
-
The implementation to use for the SpincastConfig binding,
when running tests.
- getTestingConfigImplementationClass2() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- getTestingWritableTempDir() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns the directory that can be used to create files
and subdirectories during testing.
- getText() - Method in class org.spincast.core.filters.SpincastFiltersDefault.LazyLoadedFlashMessageAlert
-
- getText() - Method in interface org.spincast.core.flash.FlashMessage
-
The text of the Flash message.
- getText() - Method in class org.spincast.core.flash.FlashMessageDefault
-
- getText() - Method in interface org.spincast.core.response.Alert
-
The text of the Alert message.
- getText() - Method in class org.spincast.core.response.AlertDefault
-
- getText() - Method in interface org.spincast.core.validation.ValidationMessage
-
The text of the message.
- getText() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- getText() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getText() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getTextColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getTextColor() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getTextFont() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- getTextFont() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getThisClassFileInputStream() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
- getThreadExecutorForAppEvents() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The ExecutorService to use to
send events to the application.
- getThreadExecutorForAppEventsThreadNumber() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The maximum number of concurrent threads used when
sending events to the application.
- getThreadExecutorForAppEventsThreadThreadFactory() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The ThreadFactory to use for the Executor that
sends events to the application.
- getThreadExecutorForAppEventsTimeoutAmount() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The timeout amount before cancelling a task when
sending events to the application.
- getThreadExecutorForAppEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The timeout unit before cancelling a task when
sending events to the application.
- getThreadExecutorForClientEvents() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
The ExecutorService to use to
send events to the client.
- getThreadExecutorForClientEventsThreadNumber() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
The maximum number of concurrent threads used when
sending events to the application.
- getThreadExecutorForClientEventsThreadThreadFactory() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
The ThreadFactory to use for the Executor that
sends events to the client.
- getThreadExecutorForClientEventsTimeoutAmount() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
The timeout amount before cancelling a task when
sending events to the application.
- getThreadExecutorForClientEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
The timeout asdasd before cancelling a task when
sending events to the application.
- getTime(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTime(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTime(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTime(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTimestamp(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTimestamp(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTimestamp(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTimestamp(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTimeZoneCookieFunction() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getTimeZoneResolver() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getTimeZoneResolver() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getTimeZoneResolver() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getTimeZoneResolver() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getTimeZoneResolver() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
-
- getTimeZoneToUse() - Method in interface org.spincast.core.exchange.RequestContext
-
The best TimeZone to use, as resolved by
the TimeZoneResolver.
- getTimeZoneToUse() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getTimeZoneToUse() - Method in interface org.spincast.core.timezone.TimeZoneResolver
-
The best TimeZone to use.
- getTimeZoneToUse() - Method in interface org.spincast.core.websocket.WebsocketContext
-
The best TimeZone to use, as resolved by
the TimeZoneResolver.
- getTimeZoneToUse() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- getTimeZoneToUse() - Method in class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
-
- getTimeZoneToUse() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- getTotalCount() - Method in interface org.spincast.plugins.jdbc.utils.ItemsAndTotalCount
-
- getTotalCount() - Method in class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
-
- getTotalFromSelectQuery(Connection) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
-
Returns -1 to indicate the number of items should be taken instead of the total
found by a generated query.
- getTransactionIsolation() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getTrigger() - Method in class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
-
- getTrigger() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
-
- getTrigger() - Method in interface org.spincast.plugins.scheduledtasks.SpincastScheduledTask
-
When to run this task?
- getTrigger() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
-
- getTrigger() - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
-
- getTrimTransformer() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- getTrustManagers() - Method in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
-
- getType() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getType() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getTypeMap() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getUndertowWebsocketEndpointWriterClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getUndertowWebsocketEndpointWriterFactory() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getUndertowWebsocketWriter() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getUnicodeStream(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getUnicodeStream(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getUnsentBytes() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets the current unsent bytes (AKA the buffer).
- getUnsentBytes() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getUnsentCharacters() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets the current unsent characters (AKA the buffer), using the
UTF-8 encoding.
- getUnsentCharacters(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets the current unsent characters (AKA the buffer), using the
specified encoding.
- getUnsentCharacters() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getUnsentCharacters(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getUpdateJdbcStatementImpl() - Method in class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
-
- getUpdateNotDirtySessionPeriodInSeconds() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
The number of seconds between two updates of the
modification date of a session, wheen the session
is not dirty.
- getUpdateNotDirtySessionPeriodInSeconds() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- getUploadedFileFirst(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The uploaded files of the specified HTML's name attribute.
- getUploadedFileFirst(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getUploadedFiles() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The key of the map if the HTML's name attribute.
- getUploadedFiles(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The uploaded files of the specified HTML's name attribute.
- getUploadedFiles(Object) - Method in interface org.spincast.core.server.Server
-
The uploaded files, if any.
- getUploadedFiles() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getUploadedFiles(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getUploadedFiles(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getUrl() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- getURL(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getURL(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getUrl() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- getUrlPath() - Method in interface org.spincast.core.routing.StaticResource
-
The URL to reach this static resource.
- getUrlPath() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- getValidationClassError() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationClassFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationClassFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationClassNoMessage() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationClassSuccess() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationClassWarning() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationElementDefaultName() - Method in interface org.spincast.core.config.SpincastConfig
-
The default name to use for the validation element
that will be available on the response's model when
Form elements are added.
- getValidationElementDefaultName() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getValidationFactory() - Method in class org.spincast.core.request.FormDefault
-
- getValidationFreshFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationFreshFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationGroupMessagesFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationGroupMessagesTemplatePath() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationGroupMessagesTemplatePath() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
The path to the template to use to display
the validation messages of a Form's field group.
- getValidationGroupMessagesTemplatePath() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getValidationHasErrorsFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationHasErrorsFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationHasSuccessesFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationHasSuccessesFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationHasWarningsFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationHasWarningsFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationIsValidFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationIsValidFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationLevel() - Method in interface org.spincast.core.validation.ValidationMessage
-
The validation level of thr message :
ERROR, WARNING or SUCCESS.
- getValidationLevel() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- getValidationMessageImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getValidationMessagesFilter(String) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationMessagesFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationMessagesTemplatePath() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationMessagesTemplatePath() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
The path to the template to use to display
the validation messages of a Form' field.
- getValidationMessagesTemplatePath() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- getValidationResultAsJsonObject() - Method in class org.spincast.core.request.FormDefault
-
- getValidationResultAsJsonObject() - Method in interface org.spincast.core.validation.ValidationSet
-
The
JsonObject in which the validation messages
are actually stored.
- getValidationSetImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getValidationSubmittedFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidationSubmittedFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
- getValidatorsImplClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getValidTimeZoneIds() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- getValue() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the cookie value.
- getValue() - Method in class org.spincast.core.cookies.CookieDefault
-
- getValue() - Method in exception org.spincast.core.exceptions.CantCompareException
-
- getValue() - Method in exception org.spincast.core.exceptions.CantConvertException
-
- getValue() - Method in class org.spincast.core.utils.Pair
-
- getValue() - Method in class org.spincast.plugins.attemptslimiter.AttemptCriteria
-
- getValue() - Method in enum org.spincast.plugins.processutils.MavenProjectGoal
-
- getVariables() - Method in interface org.spincast.core.flash.FlashMessage
-
Potential variables associated with this Flash
message.
- getVariables() - Method in class org.spincast.core.flash.FlashMessageDefault
-
- getVariablesRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getVariablesRequestContextAddonProvider() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getVariations() - Method in enum org.spincast.core.utils.ContentTypeDefaults
-
- getVersion() - Method in interface org.spincast.core.cookies.Cookie
-
Gets the cookie version.
- getVersion() - Method in class org.spincast.core.cookies.CookieDefault
-
- getVersion() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
-
- getWarnings() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getWarnings() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- getWatchKeysByDirAbsolutePaths() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- getWatermarkerId() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getWatermarkImageForWidth(int) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getWatermarkImagesTempDir() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getWatermarkOriginalImage() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- getWebsocketAutomaticPingIntervalSeconds() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
When automatic pings are enabled for WebSocket
connections, how many seconds should be waited
between two pings?
Defaults to 20 seconds.
- getWebsocketAutomaticPingIntervalSeconds() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketAutomaticPingIntervalSeconds() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
When the automatic WebSocket pings are enabled, this is the
interval (in seconds) between two pings.
- getWebsocketAutomaticPingIntervalSeconds() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebSocketChannelByPeerId() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- getWebsocketClientReader() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getWebsocketContextFactory() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.core.guice.GuiceTweaker
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.core.guice.SpincastPluginBase
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
-
- getWebsocketContextImplementationClass() - Method in class org.spincast.testing.defaults.NoAppTestingBase
-
- getWebsocketContextInterface() - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- getWebsocketController() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The WebSocket controller to use.
- getWebsocketController() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- getWebsocketController() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getWebsocketDefaultClosingCode() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The default code to send to the WebsocketClientHandler when a WebSocket connection
was found to be closed.
- getWebsocketDefaultClosingCode() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketDefaultClosingCode() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The default code to use when sending a
"closing Websocket connection" event to a peer.
- getWebsocketDefaultClosingCode() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketDefaultClosingReason() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The default reason to send to the WebsocketClientHandler
when a WebSocket connection was found to be closed.
- getWebsocketDefaultClosingReason() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketDefaultClosingReason() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The default reason to use when sending a
"closing Websocket connection" event to a peer.
- getWebsocketDefaultClosingReason() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketEndpointClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
-
- getWebsocketEndpointCreationLock(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
Gets the creation/close lock for a specific Websocket endpoint.
- getWebsocketEndpointHandlerKey() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getWebsocketEndpointManager(String) - Method in interface org.spincast.core.server.Server
-
Returns the manager for a Websockets endpoint.
- getWebsocketEndpointManager(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getWebsocketEndpointManagers() - Method in interface org.spincast.core.server.Server
-
Returns the managers of the existing Websockets endpoints.
- getWebsocketEndpointManagers() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getWebsocketEndpointsMap() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- getWebsocketEndpointToControllerKeysMapClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
- getWebsocketEndpointToControllerManager() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getWebsocketPeerContext(String) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
- getWebsocketPingMessageString() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The ping text to use.
- getWebsocketPingMessageString() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketPingMessageString() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The ping text to use.
- getWebsocketPingMessageString() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebSocketProtocolHandshakeHandler() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
The handler to use for the Websocket connection.
- getWebsocketRoute() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getWebsocketRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getWebsocketRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getWebsocketRouteBuilderImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getWebsocketRouteFactory() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- getWebsocketRouteHandlerFactory() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- getWebsocketRouteHandlerFactory() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
-
- getWebsocketRouteHandlerImplClass() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getWebsocketRouteKey() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
-
- getWebsocketServerEndpointHandlerFactory() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
- getWebsocketTestExpectedWebsocketV13AcceptHeaderValue() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
- getWebsocketThreadExecutorForAppEventsThreadFactory() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The ThreadFactory to use to create threads when
sending WebSocket events to the application.
- getWebsocketThreadExecutorForAppEventsThreadFactory() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketThreadExecutorForAppEventsThreadNumber() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The maximum number of concurrent threads used when
sending WebSocket events to the application.
- getWebsocketThreadExecutorForAppEventsThreadNumber() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketThreadExecutorForAppEventsTimeoutAmount() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The timeout amount before cancelling a task when
sending WebSocket events to the application.
- getWebsocketThreadExecutorForAppEventsTimeoutAmount() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketThreadExecutorForAppEventsTimeoutTimeUnit() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
The timeout TimeUnit before cancelling a task when
sending WebSocket events to the application.
- getWebsocketThreadExecutorForAppEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- getWebsocketThreadExecutorForClientEventsThreadFactory() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The ThreadFactory to use to create threads to send WebSocket events
to the WebsocketClientHandler.
- getWebsocketThreadExecutorForClientEventsThreadFactory() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketThreadExecutorForClientEventsThreadNumber() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The maximum number of concurrent threads used when
sending events to the WebsocketClientHandler.
- getWebsocketThreadExecutorForClientEventsThreadNumber() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketThreadExecutorForClientEventsTimeoutAmount() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The timeout amount before cancelling a task when
sending events to the WebsocketClientHandler.
- getWebsocketThreadExecutorForClientEventsTimeoutAmount() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketThreadExecutorForClientEventsTimeoutTimeUnit() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
The timeout TimeUnit before cancelling a task when
sending events to the WebsocketClientHandler.
- getWebsocketThreadExecutorForClientEventsTimeoutTimeUnit() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- getWebsocketWriteCallback(WebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getWholeValidationKey() - Method in class org.spincast.core.request.FormDefault
-
- getWrappedConnection() - Method in interface org.spincast.plugins.jdbc.SpincastConnection
-
- getWrappedConnection() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- getWritableRootDir() - Method in interface org.spincast.core.config.SpincastConfig
-
A directory where generated files
can be written by Spincast.
- getWritableRootDir() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- getXmlBody(Class<T>) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to the specified class.
- getXmlBody(Class<T>) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getXmlBodyAsJsonObject() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to an immutable JsonObject.
- getXmlBodyAsJsonObject() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getXmlBodyAsMap() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to a Map<String, Object>.
- getXmlBodyAsMap() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getXmlIndenterClass() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
-
- getXmlManager() - Method in class org.spincast.core.controllers.SpincastFrontController
-
- getXmlManager() - Method in class org.spincast.core.exchange.RequestContextBase
-
- getXmlManager() - Method in class org.spincast.core.exchange.RequestContextBaseDeps
-
- getXmlManager() - Method in class org.spincast.core.request.FormDefault
-
- getXmlManager() - Method in class org.spincast.core.websocket.WebsocketContextBaseDeps
-
- getXmlManager() - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
- getXmlManager() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- getXmlManager() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- getXmlMapper() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getXmlMapperPretty() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getXmlMixinInfos() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getXmlPrettyPrinter() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
- getXmlPrettyPrinterClass() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
-
- getXnio() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
- getXnioInstance() - Method in interface org.spincast.plugins.httpclient.websocket.utils.SpincastHttpClientWithWebsocketUtils
-
- getXnioInstance() - Method in class org.spincast.plugins.httpclient.websocket.utils.SpincastHttpClientWithWebsocketUtilsDefault
-
- guice() - Method in interface org.spincast.core.exchange.RequestContext
-
Easy access to the Guice context.
- guice() - Method in class org.spincast.core.exchange.RequestContextBase
-
- guice() - Method in interface org.spincast.core.websocket.WebsocketContext
-
Easy access to the Guice context.
- guice() - Method in class org.spincast.core.websocket.WebsocketContextBase
-
- GuiceAopMethodNameMatcher - Class in org.spincast.core.guice
-
Guice AOP Method Matcher that will matche on the
name of the method.
- GuiceAopMethodNameMatcher(String) - Constructor for class org.spincast.core.guice.GuiceAopMethodNameMatcher
-
- guiceInjected() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
Flag to know that dependencies
have been injected by Guice.
- GuiceModuleUtils - Class in org.spincast.core.guice
-
Utilities to inspect/manipulate
Guice modules.
- GuiceModuleUtils(Module) - Constructor for class org.spincast.core.guice.GuiceModuleUtils
-
- GuiceModuleUtils(Set<Module>) - Constructor for class org.spincast.core.guice.GuiceModuleUtils
-
- GuiceModuleUtils(Module...) - Constructor for class org.spincast.core.guice.GuiceModuleUtils
-
- GuiceTweaker - Class in org.spincast.core.guice
-
Spincast plugin made available through a ThreadLocal.
- GuiceTweaker() - Constructor for class org.spincast.core.guice.GuiceTweaker
-
- GzipCheckerHandler - Interface in org.spincast.plugins.undertow
-
Handler that will check if gzip compression is required for
the resource and, if so, will call a gzip handler before
calling the next handler.
- GzipCheckerHandlerDefault - Class in org.spincast.plugins.undertow
-
- GzipCheckerHandlerDefault(HttpHandler, String, SpincastUtils) - Constructor for class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- GzipCheckerHandlerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create GzipCheckerHandlers
- GzipOption - Enum in org.spincast.core.utils
-
Control how gzip should be applied on a route.
- id(String) - Method in interface org.spincast.core.routing.RouteBuilder
-
An id that can be used to identify the route.
- id(String) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
The WebSocket route id.
- id(String) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- id(String) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- IgnoreErrorButStopLoops - Annotation Type in org.spincast.testing.junitrunner
-
This is an annotation only useful in some very
corner cases tests.
- ignoreRoutesByIds(String...) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
Ignore routes using their ids.
- ignoreRoutesByIds(String...) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- ignoreRouteUsingHttpMethodAndPath(HttpMethod, String) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
Ignore a route using its HTTP method and path.
- ignoreRouteUsingHttpMethodAndPath(HttpMethod, String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- image(String) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The image on the file system to use as the watermark.
- image(String, boolean) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The image to use as the watermark.
- image(String) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- image(String, boolean) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- imageWatermarkerBuilder() - Method in interface org.spincast.plugins.watermarker.SpincastWatermarkerFactory
-
- incrementAttemptsCount() - Method in interface org.spincast.plugins.attemptslimiter.Attempt
-
Increments the number of attempts.
- incrementAttemptsCount() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- init() - Method in class org.spincast.core.config.SpincastInit
-
- init() - Method in class org.spincast.core.config.SpincastInitValidator
-
Init
- init() - Method in class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
-
- init() - Method in class org.spincast.core.request.FormDefault
-
- init(SpincastConfig, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Init : binds the aliases.
- init(String[]) - Static method in class org.spincast.defaults.bootstrapping.Spincast
-
Initialize a default Spincast application.
- init(String[]) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Create the Guice context and starts the
application.
- init() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- init() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
- init() - Method in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
- init(CtClass) - Static method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
- init() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
- init() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
-
- init() - Method in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
-
- init() - Method in class org.spincast.plugins.request.SpincastRequestPluginDictionaryEntries
-
- init() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- init() - Method in class org.spincast.plugins.session.SpincastSessionFilterAdder
-
- init() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
-
- init() - Method in class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
-
- init() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- init() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
- init() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
- injectDependencies(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
Once the deserialization of an Object is done,
we inject dependencies using Guice.
- injectDependencies(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Once the deserialization of an Object is done,
we inject dependencies using Guice.
- injectDependencies(Object) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Once the deserialization of an Object is done,
we inject dependencies using Guice.
- inQuotesStringFormat(String, boolean) - Method in interface org.spincast.core.utils.SpincastUtils
-
Format a String so it can be outputed in a HTML
page, as a one line javascript string or the
attribute of an HTML element.
- inQuotesStringFormat(String, boolean) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- insert() - Method in interface org.spincast.plugins.jdbc.statements.InsertStatement
-
Runs the insert query, returns the number of affected rows.
- insert() - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
-
- insertGetGeneratedId(String) - Method in interface org.spincast.plugins.jdbc.statements.InsertStatement
-
Runs the insert query and return the generated id
- insertGetGeneratedId(String) - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
-
- insertPrivate(String) - Method in class org.spincast.plugins.jdbc.statements.InsertStatementDefault
-
If primaryKeyColumnName is null, returns the
affected rows number.
- insertRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- InsertStatement - Interface in org.spincast.plugins.jdbc.statements
-
- InsertStatementDefault - Class in org.spincast.plugins.jdbc.statements
-
- InsertStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.InsertStatementDefault
-
- install(Module) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
- InstantSerializer - Class in org.spincast.plugins.gson.serializers
-
- InstantSerializer() - Constructor for class org.spincast.plugins.gson.serializers.InstantSerializer
-
- invalidate() - Method in interface org.spincast.plugins.session.SpincastSession
-
Sets the session as "not valid anymore".
- invalidate() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- invalidFormMatchAction(RequestContext<?>, String) - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
-
What to do when the submitted form is not valid
(already submitted for example).
- invoke(MethodInvocation) - Method in class org.spincast.core.config.ServerStartedInterceptor
-
- invoke(MethodInvocation) - Method in class org.spincast.plugins.jdbc.DataSourceInterceptor
-
- IS_EXCEPTION_HANDLING - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
If an "Exception" route is run, this variable will be set to true.
- IS_NOT_FOUND_ROUTE - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
If a "Not Found" route is run, this variable will be set
and its value will be true.
- IS_RESPONSE_CHARACTERS_BASED_BY_DEFAULT - Static variable in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- isAddAlertsToModel() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
Should Alert messages (and therefore Flash message)
be added to the model when sending this one as Json or XML?
- isAddDefaultTemplateVariablesFilter() - Method in interface org.spincast.core.config.SpincastConfig
-
Should the GlobalTemplateVariablesAdderFilter be automatically
added to all routes?
- isAddDefaultTemplateVariablesFilter() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isAfterLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isAllowCommentsInJson() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Should comments be accepted in Json?
- isAllowCookies() - Method in interface org.spincast.core.filters.CorsFilterClient
-
Are cookies allowed in the cors request?
- isAllowCookies() - Method in interface org.spincast.core.routing.StaticResourceCorsConfig
-
Are cookies allowed?
- isAllowCookies() - Method in class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
-
- isAlwaysChangeCacheBusterCodeInDevMode() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isAtLeastOneEquivalentElementInCommon(Collection<?>, Collection<?>) - Method in interface org.spincast.core.utils.ObjectConverter
-
Do the two Collections have at least one equivalent element
in common?
- isAtLeastOneEquivalentElementInCommon(Collection<?>, Collection<?>) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isAutoAddSessionFilters() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
Should the required before and after
filters be added automatically?
- isAutoAddSessionFilters() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- isAutoBindDeleteOldAttemptsScheduledTask() - Method in interface org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfig
-
Should the scheduled task to delete old attempts in the database
be automatically added?
- isAutoBindDeleteOldAttemptsScheduledTask() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
-
- isAutoRegisterScheduledTaskToDeleteOldSessions() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
-
- isBase64StringOrNull(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Returns true if the element is a valid base 64 String,
or is null.
- isBase64StringOrNull(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isBeforeFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isBindAppClass() - Method in interface org.spincast.testing.core.AppTestingConfigs
-
Should the App class itself (the clas in which
Spincast.init() or
Spincast.configure() is called) be
bound?
- isBindCallerClass() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isBindCallerClassSet() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isCachePrivate() - Method in interface org.spincast.core.routing.StaticResourceCacheConfig
-
Should
private be used when sending
caching headers?
more info...
- isCachePrivate() - Method in class org.spincast.plugins.routing.StaticResourceCacheConfigDefault
-
- isCachePrivateByDefault() - Method in class org.spincast.core.filters.SpincastFiltersDefault
-
- isCachePrivateByDefault() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- isCachePrivateDefault() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
Is the cache private by default?
- isCanBeConvertedTo(Class<?>, Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to the specified
referenceType?
- isCanBeConvertedTo(Class<?>, Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToBigDecimal(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type BigDecimal, or can be
converted and retrieved as one.
- isCanBeConvertedToBigDecimal(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToBigDecimal(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToBigDecimal(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToBigDecimal(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type BigDecimal, or can be
converted and retrieved as one.
- isCanBeConvertedToBigDecimal(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
BigDecimal?
- isCanBeConvertedToBigDecimal(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToBigDecimalNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type BigDecimal, or can be
converted and retrieved as one.
- isCanBeConvertedToBigDecimalNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToBoolean(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Boolean, or can be
converted and retrieved as one.
- isCanBeConvertedToBoolean(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToBoolean(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToBoolean(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToBoolean(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Boolean, or can be
converted and retrieved as one.
- isCanBeConvertedToBoolean(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Boolean?
- isCanBeConvertedToBoolean(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToBooleanNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type Boolean, or can be
converted and retrieved as one.
- isCanBeConvertedToBooleanNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToByteArray(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type base 64 String representing
a byte array, or can be converted and retrieved as one.
- isCanBeConvertedToByteArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToByteArray(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToByteArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToByteArray(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type base 64 String representing
a byte array, or can be converted and retrieved as one.
- isCanBeConvertedToByteArray(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
byte[]?
- isCanBeConvertedToByteArray(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToByteArrayNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type base 64 String representing
a byte array, or can be converted and retrieved as one.
- isCanBeConvertedToByteArrayNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDate(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Date, or can be
converted and retrieved as one.
- isCanBeConvertedToDate(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToDate(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDate(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDate(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Date, or can be
converted and retrieved as one.
- isCanBeConvertedToDateFromJsonDateFormat(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Date? The source element must follow
the Json date format.
- isCanBeConvertedToDateFromJsonDateFormat(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToDateNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type Date, or can be
converted and retrieved as one.
- isCanBeConvertedToDateNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDouble(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Double, or can be
converted and retrieved as one.
- isCanBeConvertedToDouble(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToDouble(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDouble(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToDouble(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Double, or can be
converted and retrieved as one.
- isCanBeConvertedToDouble(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Double?
- isCanBeConvertedToDouble(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToDoubleNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type Double, or can be
converted and retrieved as one.
- isCanBeConvertedToDoubleNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToFloat(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Float, or can be
converted and retrieved as one.
- isCanBeConvertedToFloat(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToFloat(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToFloat(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToFloat(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Float, or can be
converted and retrieved as one.
- isCanBeConvertedToFloat(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Float?
- isCanBeConvertedToFloat(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToFloatNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type Float, or can be
converted and retrieved as one.
- isCanBeConvertedToFloatNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToInteger(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Integer, or can be
converted and retrieved as one.
- isCanBeConvertedToInteger(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToInteger(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToInteger(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToInteger(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Integer, or can be
converted and retrieved as one.
- isCanBeConvertedToInteger(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Integer?
- isCanBeConvertedToInteger(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToIntegerNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specifiedkey (not parsed
as a JsonPath) exists and
is currently null, of type Integer, or can be
converted and retrieved as one.
- isCanBeConvertedToIntegerNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonArray(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type JsonArray, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToJsonArray(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonArray(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type JsonArray, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonArray(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
JsonArray?
- isCanBeConvertedToJsonArray(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToJsonArrayNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type JsonArray, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonArrayNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonObject(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type JsonObject, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToJsonObject(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonObject(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToJsonObject(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type JsonObject, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonObject(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
JsonObject?
- isCanBeConvertedToJsonObject(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToJsonObjectNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type JsonObject, or can be
converted and retrieved as one.
- isCanBeConvertedToJsonObjectNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToLong(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type Long, or can be
converted and retrieved as one.
- isCanBeConvertedToLong(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToLong(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToLong(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToLong(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type Long, or can be
converted and retrieved as one.
- isCanBeConvertedToLong(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
Long?
- isCanBeConvertedToLong(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToLongNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type Long, or can be
converted and retrieved as one.
- isCanBeConvertedToLongNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToString(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null, of type String, or can be
converted and retrieved as one.
- isCanBeConvertedToString(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isCanBeConvertedToString(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToString(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeConvertedToString(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null, of type String, or can be
converted and retrieved as one.
- isCanBeConvertedToString(Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Can the element be converted to a
String?
- isCanBeConvertedToString(Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isCanBeConvertedToStringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null, of type String, or can be
converted and retrieved as one.
- isCanBeConvertedToStringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isCanBeGenerated() - Method in interface org.spincast.core.routing.StaticResource
-
Can this resource be generated?
- isCanBeGenerated() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isClassLoadedFromJar(Class<?>) - Method in interface org.spincast.core.utils.SpincastUtils
-
Was the specified Class loaded from a .jar file?
- isClassLoadedFromJar(Class<?>) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isClasspath() - Method in interface org.spincast.core.routing.StaticResource
-
Is the resource on the classpath?
- isClasspath() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- isClasspath() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isClasspathPath() - Method in class org.spincast.plugins.httpclient.FileToUpload
-
- isClasspathResource() - Method in class org.spincast.core.utils.ResourceInfo
-
Is it a resource on the classpath or on the
file system?
- isClasspathResourceLoadedFromJar(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Is the classpath resource in a .jar file? Otherwise
it is on the file system.
- isClasspathResourceLoadedFromJar(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isClosed() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Is the response closed? If so, nothing more can be sent...
- isClosed() - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Is this endpoint closed?
- isClosed() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- isClosed() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isClosed() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- isClosed() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- isClosing() - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Is this endpoint closing?
- isClosing() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
- isContainsSpecialCharacters(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Valid of a String only contains characters over 31 (or
DEL (127).
- isContainsSpecialCharacters(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isContentTypeToSkipGziping(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Should the specified Content-Type be gzipped?
- isContentTypeToSkipGziping(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isContentTypeToSkipGziping(HttpServerExchange) - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
-
- isCookiesEnabledValidated() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Did we validate that the current user has
cookies enabled?
- isCookiesEnabledValidated() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isCorsOriginValid(CorsFilterClient, Set<String>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- isCorsRequestedHeadersToBeSentValid(CorsFilterClient, Set<String>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- isCorsRequestMethodHeaderValid(CorsFilterClient, Set<HttpMethod>) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- isCreateStaticResourceOnDisk() - Method in class org.spincast.plugins.routing.SpincastRouter
-
- isCssBundlesDisabled() - Method in interface org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfig
-
Is bundling disabled?
- isCssBundlesDisabled() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- isCssBundlesIgnoreSslCertificateErrors() - Method in interface org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfig
-
When creating a CSS bundle using the Pebble "cssBundle()" function,
should we ignore SSL certificate errors such as errors
for self-signed certificates when performing the requests to
retrieve the CSS files?
- isCssBundlesIgnoreSslCertificateErrors() - Method in class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
-
- isDatabaseToUpper() - Method in interface org.spincast.testing.core.h2.SpincastTestingH2Config
-
Defaults to false.
- isDatabaseToUpper() - Method in class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
-
- isDefaultRouteCacheFilterPrivate() - Method in interface org.spincast.core.config.SpincastConfig
-
When using the .cache() method on
a route builder, is the cache private by default?
- isDefaultRouteCacheFilterPrivate() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isDevelopmentMode() - Method in interface org.spincast.core.config.SpincastConfig
-
Let this to true on a development environment,
where errors can be publicly displayed, where cache can
be disabled, where class redefinition can be done, etc.
- isDevelopmentMode() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isDevelopmentMode() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
We do not run in "debug" mode.
- isDir() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- isDirResource() - Method in interface org.spincast.core.routing.StaticResource
-
Is the resource a directory?
- isDirResource() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isDirty() - Method in interface org.spincast.plugins.session.SpincastSession
-
Was the session modified since it was loaded?
- isDirty() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- isDisableAllDefaultPlugins() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableAutoSpecs() - Method in interface org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfig
-
If this returns true no automatic
specs are going to be generated from the main
routes.
- isDisableAutoSpecs() - Method in class org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfigDefault
-
- isDisableBindCurrentClass() - Method in class org.spincast.core.guice.GuiceTweaker
-
- isDisableBindCurrentClass() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- isDisableBindCurrentClass() - Method in class org.spincast.testing.core.SpincastTestBase
-
- isDisableCorePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultConfigPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultCookiesPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultDictionaryPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultHttpCachingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultJsonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultLocaleResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultRequestPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultResponsePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultRoutingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultServerPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultTemplatingAddonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultTemplatingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultTimeZoneResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultVariablesPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableDefaultXmlPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
- isDisableRedirectHandling() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- isDisableSllCetificateErrors() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
By default, for the tests, by disable the
SSL certificate errors.
- isDisableSslCertificateErrors() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
- isDiscard() - Method in interface org.spincast.core.cookies.Cookie
-
Is this cookie to be discarded?
- isDiscard() - Method in class org.spincast.core.cookies.CookieDefault
-
- isElementExists(int) - Method in interface org.spincast.core.json.JsonArray
-
Is there an element at the specified index? This returns
true even if the element is null.
- isElementExists(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isElementExists(JsonObject, String) - Method in interface org.spincast.core.json.JsonManager
-
Does the object contain an element at
the specified JsonPath (even if
null)?
- isElementExists(JsonArray, String) - Method in interface org.spincast.core.json.JsonManager
-
Does the array contain an element at
the specified JsonPath (even if
null)?
- isElementExists(JsonObject, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Does the object contain an element at
the JsonPath position (even if
null)?
- isElementExists(JsonArray, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Does the array contain an element at
the JsonPath position (even if
null)?
- isElementExists(JsonObject, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- isElementExists(JsonArray, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
-
- isElementExists(JsonObject, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- isElementExists(JsonArray, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
-
- isElementExists(JsonObject, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- isElementExists(JsonArray, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
- isElementExistsNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Does the JsonObject contain an element at
the specified key?
The key is considered as is, without
being parsed as a JsonPath.
- isElementExistsNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectDefault
-
- isEmailValid(String) - Method in interface org.spincast.core.validation.Validators
-
Validates an email.
- isEmailValid(String) - Method in class org.spincast.core.validation.ValidatorsDefault
-
- isEnableCookiesValidator() - Method in interface org.spincast.core.config.SpincastConfig
-
If true, Spincast will always try to set a cookie
to validate if cookies are enabled on the client.
- isEnableCookiesValidator() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isEnableCookiesValidator() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- isEnabled() - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsListener
-
Should this listener be enabled?
- isEnabled() - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsListener
-
Should this listener be enabled?
- isEnableHttp2() - Method in interface org.spincast.core.config.SpincastConfig
-
Should
HTTP/2 be enabled on the
embedded
Server, if its supports it?
Note that Undertow, the default server provided with
Spincast, does support it.
- isEnableHttp2() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isEnableLearningPushHandler() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
Should LearningPushHandler be enabled?
- isEnableLearningPushHandler() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- isEnvironmentVariablesStripPrefix() - Method in class org.spincast.plugins.config.ConfigFinder
-
- isEnvironmentVariablesStripPrefix() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
Should the prefix of an environment variable be stripped?
For example, if #environmentVariablesPrefixes indicates
that "app." is an environment variable prefix, then "app.admin.email"
will result in a "admin.email" key.
- isEnvironmentVariablesStripPrefix() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- isEquivalent(Object, Object) - Method in interface org.spincast.core.utils.ObjectConverter
-
Are the two elements equivalent?
- isEquivalent(Object, Object) - Method in class org.spincast.core.utils.ObjectConverterDefault
-
- isEquivalentTo(JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Compares the current JsonArray to the specified one
and returns true if they are equivalent.
- isEquivalentTo(JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isEquivalentTo(JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Compares the current JsonObject to the specified one
and returns true if they are equivalent.
- isEquivalentTo(JsonObject) - Method in class org.spincast.core.json.JsonObjectDefault
-
- isError() - Method in class org.spincast.core.request.FormDefault
-
- isError(String) - Method in class org.spincast.core.request.FormDefault
-
- isError() - Method in interface org.spincast.core.validation.ValidationMessage
-
Returns true if the message level
is ERROR.
- isError() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- isError() - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
contains at least one ERROR message.
- isError(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
for the element at the specified key contains
at least one ERROR message.
- isEtagMatches(ETag, boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isEtagsFromIfMatchHeaderContainsAWildcard() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isEtagsFromIfNoneMatchHeaderContainsAWildcard() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isETagWeakComparison() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isExceptionInBeforeClass() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- isExceptionRoute() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
Are we currently on an "Exception" routing type?
- isExceptionRoute() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- isExpectingBeforeClassException() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- isExpectingFailure() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- isExpired() - Method in interface org.spincast.core.cookies.Cookie
-
Is this cookie expired?
- isExpired() - Method in class org.spincast.core.cookies.CookieDefault
-
- isExternalFileConfigsOverrideEnvironmentVariables() - Method in class org.spincast.plugins.config.ConfigFinder
-
- isExternalFileConfigsOverrideEnvironmentVariables() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
If an external configuration file is used and
environment variables too, should configurations
from the file override those from environment variables?
- isExternalFileConfigsOverrideEnvironmentVariables() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- isFileResource() - Method in interface org.spincast.core.routing.StaticResource
-
Is the resource a file?
- isFileResource() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isFileSytem() - Method in interface org.spincast.core.routing.StaticResource
-
Is the resource on the file system?
- isFileSytem() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isFlashMessageExists() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Is there a Flash message?
- isFlashMessageExists() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isForcedAsDirty() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- isFormAlreadySubmitted(String) - Method in interface org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionRepository
-
Is the specified protectionId one of an already submitted
form?
- isForwarded() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
Is the current route forwarded?
- isForwarded() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- isGuiceInjected() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
- isGzipped() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Is the response gzipped?
- isGzipped() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
-
- isHeadersSent() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Are the response headers sent? If this is the case,
then the headers can't be changed anymore.
- isHeadersSent() - Method in interface org.spincast.core.filters.CorsFilterClient
-
Are the headers sent?
- isHeadersSent() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- isHostAndRefererValid(Object, URI, String, String, StaticResource<?>) - Method in class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
-
- isHotlinkingProtected() - Method in interface org.spincast.core.routing.StaticResource
-
Is the resource hotlinking protected?
- isHotlinkingProtected() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- isHotlinkingProtected() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isHotswapAgentAvailable() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
-
- isHTMLShouldBeReturn() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Will return true if the request specifies
that HTML is the most appropriate format
to return.
- isHTMLShouldBeReturn() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isHttpOnly() - Method in interface org.spincast.core.cookies.Cookie
-
Is the cookie availableto the server
and not to javascript?
- isHttpOnly() - Method in class org.spincast.core.cookies.CookieDefault
-
- isHttps() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Is the request a secure HTTPS one?
- isHttps() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isIfMatchEtagMatches() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isIfNoneMatchEtagMatches() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
-
- isIgnoreMethodsAnnotatedWithInjectDuringConfigurationsTweaking() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- isIgnoreQueryString() - Method in interface org.spincast.core.routing.StaticResource
-
If true, only one
instance of the resource will be generated and cached.
- isIgnoreQueryString() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- isIgnoreQueryString() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isIgnoreRemainingTests() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- isImageFileOnClasspath() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
-
- isImageFileOnClasspath() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- isImageWatermark() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
-
- isInExecutableJar() - Static method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- isInline() - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
-
- isInTransactionnalScope() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- isInTransactionScope() - Method in class org.spincast.plugins.jdbc.JdbcScope
-
- isInvalidated() - Method in interface org.spincast.plugins.session.SpincastSession
-
Has the session been invalidated?
- isInvalidated() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- isJsBundlesDisabled() - Method in interface org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfig
-
Is bundling disabled?
- isJsBundlesDisabled() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- isJsBundlesIgnoreSslCertificateErrors() - Method in interface org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfig
-
When creating a JS bundle using the Pebble "jsBundle()" function,
should we ignore SSL certificate errors such as errors
for self-signed certificates when performing the requests to
retrieve the Javascript files?
- isJsBundlesIgnoreSslCertificateErrors() - Method in class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
-
- isJsonShouldBeReturn() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Will return true if the request specifies
that Json is the most appropriate format
to return.
- isJsonShouldBeReturn() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isKeyBound(Class<?>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Checks if a class is bound in the Module
- isKeyBound(Key<?>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Checks if a key is bound in the Module
- isKillingRequested() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
-
- isLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isLastInstanceOfThisTestToRun() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
- isLogTheException() - Method in interface org.spincast.core.exceptions.PublicException
-
Should the exception be logged?
- isLogTheException() - Method in exception org.spincast.core.exceptions.PublicExceptionDefault
-
- isLogTheException() - Method in exception org.spincast.core.exceptions.PublicExceptionNoLog
-
- isManagingEndpoint(String, WebsocketController<?, ?>) - Method in interface org.spincast.core.websocket.WebsocketEndpointToControllerManager
-
Is the specified controller currently the manager of the
endpoint?
- isManagingEndpoint(String, WebsocketController<?, ?>) - Method in class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
-
- isMaxReached() - Method in interface org.spincast.plugins.attemptslimiter.Attempt
-
Max number of attempts reached.
- isMaxReached() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
-
- isMustSkipResourceRequest(Route<R>, Route<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- isMutable() - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isMutable() - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Is this object/array mutable?
- isNew() - Method in interface org.spincast.plugins.session.SpincastSession
-
Returns true if the session
has been created in the current request.
- isNew() - Method in class org.spincast.plugins.session.SpincastSessionDefault
-
- isNotFoundRoute() - Method in interface org.spincast.core.routing.RoutingRequestContextAddon
-
Are we currently on a "Not Found" routing type?
- isNotFoundRoute() - Method in class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
-
- isNull(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that there is an element at the specified index and
it is null.
- isNull(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isNull(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isNull(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is null.
- isNullNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is null.
- isNullNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeBigDecimal(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type BigDecimal, without requiring
any conversion.
- isOfTypeBigDecimal(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeBigDecimal(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeBigDecimal(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type BigDecimal, without requiring
any conversion.
- isOfTypeBigDecimalNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type BigDecimal, without requiring
any conversion.
- isOfTypeBigDecimalNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeBoolean(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Boolean, without requiring
any conversion.
- isOfTypeBoolean(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeBoolean(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeBoolean(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeBoolean(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Boolean, without requiring
any conversion.
- isOfTypeBooleanNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath)> exists and
is currently null or of type Boolean, without requiring
any conversion.
- isOfTypeBooleanNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeByteArray(int, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified JsonPath exists and
is currently null or of type byte[], without requiring
any conversion.
- isOfTypeByteArray(int, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeByteArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeByteArray(String, boolean, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeByteArray(String, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type byte[], without requiring
any conversion.
- isOfTypeByteArrayNoKeyParsing(String, boolean) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type byte[], without requiring
any conversion.
- isOfTypeByteArrayNoKeyParsing(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDate(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Date, without requiring
any conversion.
- isOfTypeDate(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeDate(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDate(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDate(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Date, without requiring
any conversion.
- isOfTypeDateNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type Date, without requiring
any conversion.
- isOfTypeDateNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDouble(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Double, without requiring
any conversion.
- isOfTypeDouble(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeDouble(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDouble(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeDouble(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Double, without requiring
any conversion.
- isOfTypeDoubleNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type Double, without requiring
any conversion.
- isOfTypeDoubleNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeeBigDecimal(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeFloat(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Float, without requiring
any conversion.
- isOfTypeFloat(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeFloat(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeFloat(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeFloat(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Float, without requiring
any conversion.
- isOfTypeFloatNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type Float, without requiring
any conversion.
- isOfTypeFloatNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeInteger(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Integer, without requiring
any conversion.
- isOfTypeInteger(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeInteger(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeInteger(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeInteger(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Integer, without requiring
any conversion.
- isOfTypeIntegerNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type Integer, without requiring
any conversion.
- isOfTypeIntegerNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonArray(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type JsonArray, without requiring
any conversion.
- isOfTypeJsonArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeJsonArray(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonArray(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type JsonArray, without requiring
any conversion.
- isOfTypeJsonArrayNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type JsonArray, without requiring
any conversion.
- isOfTypeJsonArrayNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonObject(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type JsonObject, without requiring
any conversion.
- isOfTypeJsonObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeJsonObject(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonObject(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeJsonObject(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type JsonObject, without requiring
any conversion.
- isOfTypeJsonObjectNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type JsonObject, without requiring
any conversion.
- isOfTypeJsonObjectNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeLong(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type Long, without requiring
any conversion.
- isOfTypeLong(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeLong(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeLong(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeLong(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type Long, without requiring
any conversion.
- isOfTypeLongNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type Long, without requiring
any conversion.
- isOfTypeLongNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeString(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified index exists and
is currently null or of type String, without requiring
any conversion.
- isOfTypeString(int) - Method in class org.spincast.core.json.JsonArrayDefault
-
- isOfTypeString(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeString(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOfTypeString(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified JsonPath exists and
is currently null or of type String, without requiring
any conversion.
- isOfTypeStringNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Validates that the element at the specified key (not parsed
as a JsonPath) exists and
is currently null or of type String, without requiring
any conversion.
- isOfTypeStringNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
-
- isOperationAnnotationContainsParameter(Operation, String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- isPathContainDynamicParams(String) - Method in interface org.spincast.plugins.routing.utils.SpincastRoutingUtils
-
Does the specified path contain dynamic (or splat) parameters?
- isPathContainDynamicParams(String) - Method in class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
-
- isPebbleAvailable() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
-
- isPebbleAvailable() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
-
- isPebbleAvailable() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
-
- isPermanently() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
-
- isPlaceholdersRemaining() - Method in interface org.spincast.plugins.routing.utils.ReplaceDynamicParamsResult
-
Are there some placeholders remaining in the resulting
path?
- isPlaceholdersRemaining() - Method in class org.spincast.plugins.routing.utils.ReplaceDynamicParamsResultDefault
-
- isPlainTextShouldBeReturn() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Will return true if the request specifies
that plain-text is the most appropriate format
to return.
- isPlainTextShouldBeReturn() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- isPortAvailable(String, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Is the specified port available?
Note that this will be true at the time the method run,
but may be false a couple of milliseconds after...
- isPortOpen(String, int) - Method in interface org.spincast.core.utils.SpincastUtils
-
Validate if a port is open and connectable.
- isPortOpen(String, int) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isPreflightRequest(CorsFilterClient) - Method in class org.spincast.core.filters.CorsFilterDefault
-
- isProcessAlive() - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Returns true if the process is alive;
- isProcessAlive() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
-
- isPushSupported(ServerConnection) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- isReadOnly() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- isRedirectPermanently() - Method in exception org.spincast.core.exceptions.RedirectException
-
Is this a temporary or permanent redirection?
- isRefreshPageAfterAddingPebbleTimeZoneCookie() - Method in interface org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfig
-
Should the page be refreshed once the TimeZone
cookie has been set for the first time?
- isRefreshPageAfterAddingPebbleTimeZoneCookie() - Method in class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
-
- isRegEx() - Method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
- isRequestedResourceNameEndsWithBeforeExtension(URI, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Returns true if the name of the requested
resource ends with the specified suffix.
- isRequestedResourceNameEndsWithBeforeExtension(String, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Returns true if the name of the requested
resource ends with the specified suffix.
- isRequestedResourceNameEndsWithBeforeExtension(URI, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isRequestedResourceNameEndsWithBeforeExtension(String, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isRequestSizeValidated() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- isResetResponse() - Method in interface org.spincast.core.exceptions.ResponseResetableException
-
Should the the response be reset before starting the
"Exception" routing process?
- isResetResponse() - Method in exception org.spincast.core.exceptions.ResponseResetableExceptionDefault
-
- isResourceChangeListenerSupported() - Method in class org.spincast.plugins.undertow.FileClassPathResourceManagerDefault
-
- isResponseCharactersBased() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
Try to determine is the response is characters based or not.
- isResponseClosed(Object) - Method in interface org.spincast.core.server.Server
-
Is the response closed?
- isResponseClosed(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- isResponseHeadersSent(Object) - Method in interface org.spincast.core.server.Server
-
Are the response headers sent?
- isResponseHeadersSent(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- isRestrictedCryptographyJavaVersion() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Is the current Java version cryptography restricted?
- isRestrictedCryptographyJavaVersion() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
- isRouteMatchAcceptedContentType(Route<R>, List<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- isRouteMatchHttpMethod(Route<R>, HttpMethod) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Validate if a route matches the given HTTP method.
- isRoutesCaseSensitive() - Method in interface org.spincast.core.config.SpincastConfig
-
Are the URLS case-sensitive or not, during the route matching
process?
The default value is false.
- isRoutesCaseSensitive() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isRoutingTypeMatch(RoutingType, Route<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
-
- isRunning() - Method in interface org.spincast.core.server.Server
-
Is this server running (started)?
- isRunning() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- isRunningFromExecutableJar() - Method in interface org.spincast.core.utils.SpincastUtils
-
Is the current code running from
an executable .jar? An executable .jar is a
jar with Main-Class in its
META-INF/MANIFEST.MF.
- isRunningFromExecutableJar() - Method in class org.spincast.core.utils.SpincastUtilsDefault
-
- isSecure() - Method in interface org.spincast.core.cookies.Cookie
-
Is the "secure" feature on?
- isSecure() - Method in class org.spincast.core.cookies.CookieDefault
-
- isSerializeEnumsToNameAndLabelObjects() - Method in interface org.spincast.plugins.jacksonjson.SpincastJsonManagerConfig
-
Should enums be serialized to :
{
"name" : "ENUM_ELEMENT_NAME",
"label" : "result of ENUM_ELEMENT_NAME.toString()"
}
If false, an enum is serialized to its name
only.
- isSerializeEnumsToNameAndLabelObjects() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManagerConfigDefault
-
- isSessionPermanentByDefault() - Method in interface org.spincast.plugins.session.config.SpincastSessionConfig
-
When a cookie is automatically added to a
visitor, should it be permanent (10 years)?
Otherwise, it will be browser-session long
only (the default).
- isSessionPermanentByDefault() - Method in class org.spincast.plugins.session.config.SpincastSessionConfigDefault
-
- isSetSecureFalseOnCookiesFromBag() - Method in class org.spincast.testing.core.AppBasedTestingBase
-
- isShouldGzip() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
- isSkipResources() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- isSkipResourcesRequests() - Method in interface org.spincast.core.routing.Route
-
Should a request for a resource be skipped?
- isSkipResourcesRequests() - Method in class org.spincast.plugins.routing.RouteDefault
-
- isSpecsIgnore() - Method in interface org.spincast.core.routing.Route
-
Is this route ignored when specs are
generated?
- isSpecsIgnore() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- isSpecsIgnore() - Method in class org.spincast.plugins.routing.RouteDefault
-
- isSpicastCoreRouteOrPluginRoute() - Method in interface org.spincast.core.routing.Route
-
Is this a route added by Spincast itself
or by a plugin? Otherwise, the route is
considered as an application route.
- isSpicastCoreRouteOrPluginRoute() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
Is this a route added by Spincast itself
or by a plugin? Otherwise, the route is
considered as an application route.
- isSpicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
-
- isSpicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.RouteDefault
-
- isSpicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
-
- isSpicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
-
- isSpicastOrPluginAddedResource() - Method in interface org.spincast.core.routing.StaticResource
-
Is this a resource added by Spincast itself
or by a plugin? Otherwise, the resource is
considered as an application resource.
- isSpicastOrPluginAddedResource() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
-
- isSpicastOrPluginAddedResource() - Method in class org.spincast.plugins.routing.StaticResourceDefault
-
- isSpincastRequestScopedBound - Variable in class org.spincast.core.guice.SpincastCorePluginModule
-
- isStaticResourceRoute() - Method in interface org.spincast.core.routing.Route
-
- isStaticResourceRoute() - Method in class org.spincast.plugins.routing.RouteDefault
-
- isStrictVariablesEnabled() - Method in interface org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfig
-
Is the strict variable policy on?
- isStrictVariablesEnabled() - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
-
- isSuccess() - Method in class org.spincast.core.request.FormDefault
-
- isSuccess(String) - Method in class org.spincast.core.request.FormDefault
-
- isSuccess() - Method in interface org.spincast.core.validation.ValidationMessage
-
Returns true if the message level
is SUCCESS.
- isSuccess() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- isSuccess() - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
only contains SUCCESS messages
(or contains no messages at all).
- isSuccess(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
for the element at the specified key only contains
SUCCESS messages
(or contains no messages at all).
- isSupportedHttpMethod(HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- isSystemPropertiesStripPrefix() - Method in class org.spincast.plugins.config.ConfigFinder
-
- isSystemPropertiesStripPrefix() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
Should the prefix of an system property be stripped?
For example, if #systemPropertiesPrefixes indicates
that "app." is an system property prefix, then "app.admin.email"
will result in a "admin.email" key.
- isSystemPropertiesStripPrefix() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- isTestClassDisabledPostBeforeClass() - Method in class org.spincast.testing.core.SpincastTestBase
-
- isTestClassDisabledPostBeforeClass() - Method in interface org.spincast.testing.junitrunner.CanBeDisabled
-
Should the tests of this class all be disabled?
- isTestClassDisabledPreBeforeClass() - Method in class org.spincast.testing.core.SpincastTestBase
-
- isTestClassDisabledPreBeforeClass() - Method in interface org.spincast.testing.junitrunner.CanBeDisabled
-
Should the tests class be disabled?
- isTestingMode() - Method in interface org.spincast.core.config.SpincastConfig
-
Returns true if the context
has been created for running tests.
- isTestingMode() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isThrowExceptionIfSpecifiedClasspathConfigFileIsNotFound() - Method in class org.spincast.plugins.config.ConfigFinder
-
- isThrowExceptionIfSpecifiedClasspathConfigFileIsNotFound() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
Should an exception be thrown if a classpath config file is specified
(is not null) but is not found.
- isThrowExceptionIfSpecifiedClasspathConfigFileIsNotFound() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- isThrowExceptionIfSpecifiedExternalConfigFileIsNotFound() - Method in class org.spincast.plugins.config.ConfigFinder
-
- isThrowExceptionIfSpecifiedExternalConfigFileIsNotFound() - Method in interface org.spincast.plugins.config.SpincastConfigPluginConfig
-
Should an exception be thrown if an external config file is specified
(is not null) but is not found.
- isThrowExceptionIfSpecifiedExternalConfigFileIsNotFound() - Method in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
-
- isTimeoutException() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
-
- isToHideFromHttpMethodAndPath(Route<R>, HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- isToHideFromId(Route<R>) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
-
- isUpdateModificationDateEvenIfNotDirty(SpincastSession) - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
-
- isValid() - Method in class org.spincast.core.request.FormDefault
-
- isValid(String...) - Method in class org.spincast.core.request.FormDefault
-
- isValid() - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
does not contain ERROR messages.
- isValid(String...) - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
for the elements at the specified keys
dont not contain ERROR messages.
- isValid(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- isValidateLocalhostHost() - Method in interface org.spincast.core.config.SpincastConfig
-
- isValidateLocalhostHost() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isValidateLocalhostHost() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
- isValidationEnabled() - Method in interface org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfig
-
Is attempts validation enabled?
- isValidationEnabled() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
-
- isValidAutoprefixerEnvironment() - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Return true if Autoprefixer can be
run properly.
- isValidAutoprefixerEnvironment() - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
-
- isWarning() - Method in class org.spincast.core.request.FormDefault
-
- isWarning(String) - Method in class org.spincast.core.request.FormDefault
-
- isWarning() - Method in interface org.spincast.core.validation.ValidationMessage
-
Returns true if the message level
is WARNING.
- isWarning() - Method in class org.spincast.core.validation.ValidationMessageDefault
-
- isWarning() - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
contains at least one WARNING message, but no
ERROR messages.
- isWarning(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Returns true if the validation set
for the element at the specified key contains at
least one WARNING message, but no
ERROR messages.
- isWeak() - Method in interface org.spincast.core.routing.ETag
-
Is it weak?
- isWeak() - Method in class org.spincast.plugins.routing.ETagDefault
-
- isWebsocketAutomaticPing() - Method in interface org.spincast.plugins.undertow.config.SpincastUndertowConfig
-
If true, pings will automatically
be sent to peers of a WebSocket endpoint as an
heartbeat.
- isWebsocketAutomaticPing() - Method in class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
-
- isWebsocketAutomaticPingEnabled() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfig
-
Are automatic pings enabled when a WebSocket
connection is established?
Default to true.
- isWebsocketAutomaticPingEnabled() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
-
- isWebsocketRoute() - Method in interface org.spincast.core.routing.Route
-
Is this a Websocket route?
- isWebsocketRoute() - Method in class org.spincast.plugins.routing.RouteDefault
-
- isWebsocketUpgrade(HttpResponse) - Method in class org.spincast.plugins.httpclient.builders.SpincastHttpRequestExecutor
-
- isWildcard() - Method in interface org.spincast.core.routing.ETag
-
Is it a wildcard ETag?
- isWildcard() - Method in class org.spincast.plugins.routing.ETagDefault
-
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
-
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
-
- isWrapperFor(Class<?>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
-
- isWriteToDiskDynamicStaticResource() - Method in interface org.spincast.core.config.SpincastConfig
-
If true, the dynamic resources (static resource
which have a generator in case they don't exist) won't be
saved to disk.
- isWriteToDiskDynamicStaticResource() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
- isXMLShouldBeReturn() - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
Will return true if the request specifies
that XML is the most appropriate format
to return.
- isXMLShouldBeReturn() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
- ItemsAndTotalCount<T> - Interface in org.spincast.plugins.jdbc.utils
-
- ItemsAndTotalCountDefault<T> - Class in org.spincast.plugins.jdbc.utils
-
- ItemsAndTotalCountDefault() - Constructor for class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
-
Empty result.
- ItemsAndTotalCountDefault(List<T>, long) - Constructor for class org.spincast.plugins.jdbc.utils.ItemsAndTotalCountDefault
-
- iterator() - Method in class org.spincast.core.json.JsonArrayDefault
-
- iterator() - Method in class org.spincast.core.json.JsonObjectDefault
-