Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort(Executor) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- about(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- absolute(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- accept(Set<ContentTypeDefaults>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Sets the accepted
Content-Types
. - accept(Set<ContentTypeDefaults>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- accept(ContentTypeDefaults...) - Method in interface org.spincast.core.routing.RouteBuilder
-
Sets the accepted
Content-Types
. - accept(ContentTypeDefaults...) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- acceptAsString(String...) - Method in interface org.spincast.core.routing.RouteBuilder
-
Sets the accepted
Content-Types
. - acceptAsString(String...) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- acceptAsString(Set<String>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Sets the accepted
Content-Types
. - acceptAsString(Set<String>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- add(int, Object) - Method in interface org.spincast.core.json.JsonArray
-
Inserts an object at the specified index in the array.
- add(int, Object) - Method in class org.spincast.core.json.JsonArrayDefault
- add(int, Object, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Adds an object at the specified index.
- add(int, Object, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- add(Object) - Method in interface org.spincast.core.json.JsonArray
-
Adds an object at the end of the array.
- add(Object) - Method in class org.spincast.core.json.JsonArrayDefault
- add(Object, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Adds an object at the end of the array.
- add(Object, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- addAlert(AlertLevel, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds an Alert that is, in general, displayed at the top of the page to show the user an Error, a Warning or a confirmation message.
- addAlert(AlertLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addAlertsToModel() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addAll(Object[]) - Method in interface org.spincast.core.json.JsonArray
-
Adds all elements at the end of the array.
- addAll(Object[]) - Method in class org.spincast.core.json.JsonArrayDefault
- addAll(Object[], boolean) - Method in interface org.spincast.core.json.JsonArray
-
Adds elements at the end of the array.
- addAll(Object[], boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- addAll(Collection<?>) - Method in interface org.spincast.core.json.JsonArray
-
Adds all elements at the end of the array.
- addAll(Collection<?>) - Method in class org.spincast.core.json.JsonArrayDefault
- addAll(Collection<?>, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Adds all elements at the end of the array.
- addAll(Collection<?>, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- addAll(JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Adds all elements at the end of the array.
- addAll(JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
- addAll(JsonArray, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Adds elements at the end of the array.
- addAll(JsonArray, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- addAppToWebsite(File, File, File, String, String, String) - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
- addAsIs(Integer, Object) - Method in class org.spincast.core.json.JsonArrayDefault
- addAsIs(Object) - Method in class org.spincast.core.json.JsonArrayDefault
- addBatch() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Adds the current set of parameters as a batch entry.
- addBatch() - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
- addBatch() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- addBatchParams(Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- addBorder(BufferedImage) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
- addBuilderOptions(Undertow.Builder) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addCacheHeaders(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
-
Adds cache headers if required.
- addCallerClassModule() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds a module to bind the caller class.
- addCommonLoaderFeatures(PebbleEngine.Builder) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- addCommonModelElements(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Adds some common elements to the response's model.
- addConsumesAnnotationToHandlerMethod(List<Annotation>, Specs, Route<R>) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addContentTypeHeader(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
- addCookies(Object, Map<String, Cookie>) - Method in interface org.spincast.core.server.Server
-
Adds cookies.
- addCookies(Object, Map<String, Cookie>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addCookieSafe(String, String, Integer) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addCoreAndPluginsMessages() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- addCurrentParamsToStatement(PreparedStatement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- addCustomCookies(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- addCustomErrorHandling(Statement, FrameworkMethod) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- addCustomHeaders(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- addDefaultFilters() - Method in class org.spincast.plugins.routing.SpincastRouter
- addDefaultGlobalTemplateVariables(R) - Method in interface org.spincast.core.filters.SpincastFilters
-
Adds some default variables so they are available to any template rendering (in a request scope).
- addDefaultGlobalTemplateVariables(R) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- addDefaultNotFoundRoute() - Method in class org.spincast.core.controllers.SpincastFrontController
-
Add the default Not Found route.
- addDemoAppsToWebsite() - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
-
Adds a zipped version of the demo apps to the website.
- addDependenciesInCustomRequestScope(R) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Add dependencies to the custom request scope
- addEndpointController(String, WebsocketController<?, ?>) - Method in interface org.spincast.core.websocket.WebsocketEndpointToControllerManager
-
Adds a link between a WebSocket endpoint and a controller.
- addEndpointController(String, WebsocketController<?, ?>) - Method in class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
- addError(String, String, String) - Method in class org.spincast.core.request.FormDefault
- addError(String, String, String) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Error validation Message.
- addError(String, String, String, ValidationHtmlEscapeType) - Method in class org.spincast.core.request.FormDefault
- addError(String, String, String, ValidationHtmlEscapeType) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Error validation Message.
- addExtraSystemProperties() - Method in class org.spincast.testing.core.SpincastTestBase
-
Adds System properties as they are provided by the
SpincastTestBase.getExtraSystemProperties()
method. - addFileToUploadBody(String, boolean, String) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Adds a file to upload body.
- addFileToUploadBody(String, boolean, String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- addFileToUploadBody(String, String) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Adds a file to upload body.
- addFileToUploadBody(String, String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- addFilters() - Method in class org.spincast.plugins.session.SpincastSessionFilterAdder
- addForm(Form) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds a
Form
object to the response's model and links its validation messages to the default "validation" root element. - addForm(Form) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addForm(Form, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds a
Form
object to the response's model and links its validation messages to the specified validation element. - addForm(Form, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addFormBodyFieldValue(String, String) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Adds a value to a Form field.
- addFormBodyFieldValue(String, String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- addHeaderValue(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds a value to a response header.
- addHeaderValue(String, String) - Method in interface org.spincast.core.filters.CorsFilterClient
-
Adds an header value.
- addHeaderValue(String, String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addHeaderValue(String, String) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds a value to the specified header.
- addHeaderValue(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addHeaderValues(String, List<String>) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds a list of values to a response header.
- addHeaderValues(String, List<String>) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addHeaderValues(String, List<String>) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds some values to the specified header.
- addHeaderValues(String, List<String>) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- addHTMLAcceptHeader() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addHTMLAcceptHeader() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds an
Accept
head forHTML
. - addHttpAuthentication(String, String, String) - Method in interface org.spincast.core.server.Server
-
Adds a user to an HTTP protected realm.
- addHttpAuthentication(String, String, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addHttpAuthHeaders(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- addHttpListener(Undertow.Builder, String, int) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addHttpMethodAnnotation(List<Annotation>, HttpMethod) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addHttpsListener(Undertow.Builder, String, int) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addJsonAcceptHeader() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addJsonAcceptHeader() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds an
Accept
head forJson
. - addJsonArrayMixin(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Specifies the root element name when serializing a JsonArray
- addJsonObjectMixin(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Specifies the root element name when serializing a JsonObject
- addMainArgsModule(String[]) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds a module to bind the main args.
- addMaxEntitySize(Undertow.Builder) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addMessage(String, ValidationLevel, String, String) - Method in class org.spincast.core.request.FormDefault
- addMessage(String, ValidationLevel, String, String) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new validation Message.
- addMessage(String, ValidationLevel, String, String, ValidationHtmlEscapeType) - Method in class org.spincast.core.request.FormDefault
- addMessage(String, ValidationLevel, String, String, ValidationHtmlEscapeType) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new validation Message.
- addMessage(String, ValidationMessage) - Method in class org.spincast.core.request.FormDefault
- addMessage(String, ValidationMessage) - Method in interface org.spincast.core.validation.ValidationSet
-
Adds a new validation Message to this set, using the specified validation key.
- addMessageFormattedSpecifickey(String, List<ValidationMessage>, ValidationMessageFormatType, StringBuilder, JsonObject) - Method in class org.spincast.core.request.FormDefault
- addMessages() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
To override to add messages to the dictionary.
- addMessagesFormattedSpecifickeyHtml(String, StringBuilder, List<ValidationMessage>) - Method in class org.spincast.core.request.FormDefault
- addMessagesFormattedSpecifickeyTextPlain(String, StringBuilder, List<ValidationMessage>) - Method in class org.spincast.core.request.FormDefault
- addOperationAnnotationToHandlerMethod(List<Annotation>, Specs) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addOverridingModules(Module) - Method in class org.spincast.core.guice.GuiceTweaker
-
Those overriding modules will be added both *before* and then, again, *after* the plugins are applied.
- addParam(String, Object) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- addParametersAnnotationToHandlerMethod(List<Annotation>, String, Specs) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addParamsToStatement(PreparedStatement, Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- addPathAnnotationToHandlerMethod(List<Annotation>, String) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addPlainTextAcceptHeader() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addPlainTextAcceptHeader() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds an
Accept
head forplain text
. - addProducesAnnotationToHandlerMethod(List<Annotation>, Specs) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- addQuickStartToWebsite() - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
-
Adds a zipped version of the Quick Start to the website.
- addRedirectHandler(Handler<R>) - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- addRequestContextInCustomRequestScope(R) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Add the request context objects in the cutom request scope
- addRoute(Route<R>) - Method in interface org.spincast.core.routing.Router
-
Adds a route, directly.
- addRoute(Route<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- addRouteParamPatternAlias(String, String) - Method in interface org.spincast.core.routing.Router
-
Adds an alias for a path pattern.
- addRouteParamPatternAlias(String, String) - Method in class org.spincast.plugins.routing.SpincastRouter
- addSecurityHeaders(R) - Method in interface org.spincast.core.filters.SpincastFilters
-
Adds some recommended security headers.
- addSecurityHeaders(R) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- addSpincastMixins(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- addSslContext(WebSocketClient.ConnectionBuilder) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- addStaticResource(StaticResource<R>) - Method in interface org.spincast.core.routing.Router
-
Adds a
static resource
route, directly. - addStaticResource(StaticResource<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- addStaticResourceToServe(StaticResource<?>) - Method in interface org.spincast.core.server.Server
-
Adds a static resource to serve directly by the server.
- addStaticResourceToServe(StaticResource<?>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- addSuccess(String, String, String) - Method in class org.spincast.core.request.FormDefault
- addSuccess(String, String, String) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Success validation Message.
- addSuccess(String, String, String, ValidationHtmlEscapeType) - Method in class org.spincast.core.request.FormDefault
- addSuccess(String, String, String, ValidationHtmlEscapeType) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Success validation Message.
- addTemplatingGlobalVariable(String, Object) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Adds a global variable that will be available to any following evaluation by the templating engine.
- addTemplatingGlobalVariable(String, Object) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- addTemplatingGlobalVariables(Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Adds global variables that will be available to any following evaluation by the templating engine.
- addTemplatingGlobalVariables(Map<String, Object>) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- addTestFailureListener(RunNotifier) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- addUser(String, String) - Method in interface org.spincast.plugins.undertow.SpincastHttpAuthIdentityManager
-
Adds a user to this identity manager.
- addUser(String, String) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
- addWarning(String, String, String) - Method in class org.spincast.core.request.FormDefault
- addWarning(String, String, String) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Warning validation Message.)
- addWarning(String, String, String, ValidationHtmlEscapeType) - Method in class org.spincast.core.request.FormDefault
- addWarning(String, String, String, ValidationHtmlEscapeType) - Method in interface org.spincast.core.validation.ValidationSet
-
Creates and adds a new Warning validation Message.)
- addWebsocketRequestHeaders() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- addWebsocketRoute(WebsocketRoute<R, W>) - Method in interface org.spincast.core.routing.Router
-
Adds a Websocket route, directly.
- addWebsocketRoute(WebsocketRoute<R, W>) - Method in class org.spincast.plugins.routing.SpincastRouter
- addXMLAcceptHeader() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- addXMLAcceptHeader() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Adds an
Accept
head forXML
. - addYamlStringSpecifiedPaths(OpenAPI) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- AdminController - Class in org.spincast.website.controllers
-
Admin controller
- AdminController(String[], JsonManager, SpincastUtils, NewsService, AppConfig) - Constructor for class org.spincast.website.controllers.AdminController
- after(RequestContext<?>) - Method in interface org.spincast.plugins.session.SpincastSessionFilter
- after(RequestContext<?>) - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
- after(Handler<R>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds an "after" filter which will only be applied to this particular route.
- after(Handler<R>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- afterClass() - Method in class org.spincast.testing.core.AppBasedTestingBase
- afterClass() - Method in class org.spincast.testing.core.SpincastTestBase
- afterClass() - Method in interface org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider
-
Called after the tests of the class are ran.
- afterClassLoops() - Method in class org.spincast.testing.core.SpincastTestBase
- afterClassLoops() - Method in interface org.spincast.testing.junitrunner.RepeatedClassAfterMethodProvider
-
Called after all the loops of the class as specified by the
RepeatUntilFailure
orRepeatUntilSuccess
annotations. - afterLast() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- afterPlugins(Module) - Method in class org.spincast.core.guice.GuiceTweaker
-
Ran after the plugins are applied in SpincastBootstrapper.
- afterTest() - Method in class org.spincast.testing.core.SpincastTestBase
-
This method will be called after each test.
- Alert - Interface in org.spincast.core.response
-
An
Alert
is am Error, a Warning or a Confirmation message often displayed at the top of a webpage to inform the user about the result of an action. - AlertDefault - Class in org.spincast.core.response
- AlertDefault(AlertLevel, String) - Constructor for class org.spincast.core.response.AlertDefault
- AlertLevel - Enum Class in org.spincast.core.response
-
The possible levels of an
Alert
- ALL() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds all HTTP methods as being supported.
- ALL() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching any HTTP method, and on any path.
- ALL() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- ALL() - Method in class org.spincast.plugins.routing.SpincastRouter
- ALL(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching any HTTP method.
- ALL(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- allRoutingTypes() - Method in interface org.spincast.core.routing.RouteBuilder
-
This route will be considered for all routing types.
- allRoutingTypes() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- ALWAYS - Enum constant in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
- apacheCookieToHttpHeaderValue(Cookie) - Method in interface org.spincast.plugins.httpclient.utils.SpincastHttpClientUtils
- apacheCookieToHttpHeaderValue(Cookie) - Method in class org.spincast.plugins.httpclient.utils.SpincastHttpClientUtilsDefault
- App - Class in org.spincast.demos.better
- App - Class in org.spincast.demos.quick
- App - Class in org.spincast.demos.sum
- App - Class in org.spincast.demos.supercalifragilisticexpialidocious
- App() - Constructor for class org.spincast.demos.better.App
- App() - Constructor for class org.spincast.demos.quick.App
- App() - Constructor for class org.spincast.demos.sum.App
- App() - Constructor for class org.spincast.demos.supercalifragilisticexpialidocious.App
- AppBasedDefaultContextTypesTestingBase - Class in org.spincast.testing.defaults
- AppBasedDefaultContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.AppBasedDefaultContextTypesTestingBase
- AppBasedTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.testing.core - AppBasedTestingBase() - Constructor for class org.spincast.testing.core.AppBasedTestingBase
- AppBasedWebsocketTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.testing.defaults -
Base class for WebSocket testing.
- AppBasedWebsocketTestingBase() - Constructor for class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- appClass(Class<?>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Bind the specified class as the app class.
- AppConfig - Class in org.spincast.demos.supercalifragilisticexpialidocious
- AppConfig - Interface in org.spincast.quickstart.config
-
Application's custom configurations.
- AppConfig(SpincastConfigPluginConfig, boolean) - Constructor for class org.spincast.demos.supercalifragilisticexpialidocious.AppConfig
-
Constructor
- AppConfigDefault - Class in org.spincast.quickstart.config
-
Implementation for the application's custom configurations.
- AppConfigDefault(SpincastConfigPluginConfig, boolean) - Constructor for class org.spincast.quickstart.config.AppConfigDefault
-
Constructor
- AppController - Class in org.spincast.demos.better
- AppController - Class in org.spincast.demos.supercalifragilisticexpialidocious
- AppController - Class in org.spincast.quickstart.controller
-
The application controller.
- AppController - Interface in org.spincast.demos.sum
- AppController() - Constructor for class org.spincast.demos.better.AppController
- AppController() - Constructor for class org.spincast.demos.supercalifragilisticexpialidocious.AppController
- AppController(AppConfig) - Constructor for class org.spincast.quickstart.controller.AppController
- AppControllerDefault - Class in org.spincast.demos.sum
- AppControllerDefault() - Constructor for class org.spincast.demos.sum.AppControllerDefault
- AppHandler - Interface in org.spincast.quickstart.exchange
-
The only purpose of this interface is to make it easier to declare a Route Handler as "AppHandler" instead of "Handler<AppRequestContext>".
- AppHandler - Interface in org.spincast.website.exchange
- AppLogbackConfigurerConfig - Class in org.spincast.quickstart.config
-
Configure Logback
- AppLogbackConfigurerConfig(SpincastUtils, AppConfig, TemplatingEngine) - Constructor for class org.spincast.quickstart.config.AppLogbackConfigurerConfig
- apply(Module) - Method in class org.spincast.core.guice.GuiceTweaker
-
Ran as a regular plugin.
- apply(Module) - Method in class org.spincast.core.guice.SpincastCorePlugin
- apply(Module) - Method in interface org.spincast.core.guice.SpincastPlugin
-
Applies the plugin.
- apply(Module) - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- apply(Module) - Method in class org.spincast.plugins.config.SpincastConfigPlugin
- apply(Module) - Method in class org.spincast.plugins.crypto.SpincastCryptoPlugin
- apply(Module) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
- apply(Module) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
- apply(Module) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
- apply(Module) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
- apply(Module) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
- apply(Module) - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- apply(Module) - Method in class org.spincast.plugins.gson.SpincastGsonPlugin
- apply(Module) - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPlugin
- apply(Module) - Method in class org.spincast.plugins.httpcaching.SpincastHttpCachingPlugin
- apply(Module) - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
- apply(Module) - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPlugin
- apply(Module) - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPlugin
- apply(Module) - Method in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- apply(Module) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
- apply(Module) - Method in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPlugin
- apply(Module) - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
- apply(Module) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
- apply(Module) - Method in class org.spincast.plugins.pebble.SpincastPebblePlugin
- apply(Module) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsPlugin
- apply(Module) - Method in class org.spincast.plugins.request.SpincastRequestPlugin
- apply(Module) - Method in class org.spincast.plugins.response.SpincastResponsePlugin
- apply(Module) - Method in class org.spincast.plugins.routing.SpincastRoutingPlugin
- apply(Module) - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPlugin
- apply(Module) - Method in class org.spincast.plugins.session.SpincastSessionPlugin
- apply(Module) - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPlugin
- apply(Module) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPlugin
- apply(Module) - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPlugin
- apply(Module) - Method in class org.spincast.plugins.undertow.SpincastUndertowPlugin
- apply(Module) - Method in class org.spincast.plugins.variables.SpincastVariablesPlugin
- apply(Module) - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
- apply(CorsFilterClient) - Method in interface org.spincast.core.filters.CorsFilter
-
Apply the cors filter and return the result.
- apply(CorsFilterClient) - Method in class org.spincast.core.filters.CorsFilterDefault
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.gson.SpincastGsonPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.session.SpincastSessionPlugin
- applyRequiredPlugins(Module) - Method in class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
- applySpincastCryptoPlugin(Module) - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- applySpincastJdbcPlugin(Module) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
- applySpincastProcessUtilsPlugin(Module) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
- applySpincastScheduledTasksPlugin(Module) - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- applySpincastScheduledTasksPlugin(Module) - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- applySpincastScheduledTasksPlugin(Module) - Method in class org.spincast.plugins.session.SpincastSessionPlugin
- applySpincastSessionPlugin(Module) - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- AppModule - Class in org.spincast.demos.better
- AppModule - Class in org.spincast.demos.sum
- AppModule - Class in org.spincast.demos.supercalifragilisticexpialidocious
- AppModule - Class in org.spincast.quickstart.guice
-
Guice module for the application.
- AppModule - Class in org.spincast.website.guice
- AppModule() - Constructor for class org.spincast.demos.better.AppModule
- AppModule() - Constructor for class org.spincast.demos.sum.AppModule
- AppModule() - Constructor for class org.spincast.demos.supercalifragilisticexpialidocious.AppModule
- AppModule() - Constructor for class org.spincast.quickstart.guice.AppModule
- AppModule() - Constructor for class org.spincast.website.guice.AppModule
- AppPebbleExtension - Class in org.spincast.website.pebble
-
Custom Pebble extension.
- AppPebbleExtension() - Constructor for class org.spincast.website.pebble.AppPebbleExtension
- AppRequestContext - Interface in org.spincast.demos.supercalifragilisticexpialidocious
- AppRequestContext - Interface in org.spincast.quickstart.exchange
-
Interface of our custom Request Context type.
- AppRequestContext - Interface in org.spincast.website.exchange
- AppRequestContextDefault - Class in org.spincast.demos.supercalifragilisticexpialidocious
- AppRequestContextDefault - Class in org.spincast.quickstart.exchange
-
Implementation of our custom Request Context type.
- AppRequestContextDefault - Class in org.spincast.website.exchange
-
Custom request context class
- AppRequestContextDefault(Object, RequestContextBaseDeps<AppRequestContext>, HttpClient) - Constructor for class org.spincast.demos.supercalifragilisticexpialidocious.AppRequestContextDefault
- AppRequestContextDefault(Object, RequestContextBaseDeps<AppRequestContext>, HttpClient) - Constructor for class org.spincast.quickstart.exchange.AppRequestContextDefault
- AppRequestContextDefault(Object, RequestContextBaseDeps<AppRequestContext>) - Constructor for class org.spincast.website.exchange.AppRequestContextDefault
- AppRouter - Interface in org.spincast.quickstart.exchange
-
The only purpose of this interface is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
- AppRouter - Interface in org.spincast.website.exchange
-
The only purpose of this interface is to make it easier to inject the application specific router by using "AppRouter" instead of "Router<AppRequestContext, DefaultWebsocketContext>".
- AppRouterDefault - Class in org.spincast.quickstart.exchange
-
The only purpose of this class is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
- AppRouterDefault - Class in org.spincast.website.exchange
- AppRouterDefault(SpincastRouterDeps<AppRequestContext, AppWebsocketContext>) - Constructor for class org.spincast.quickstart.exchange.AppRouterDefault
- AppRouterDefault(SpincastRouterDeps<AppRequestContext, DefaultWebsocketContext>) - Constructor for class org.spincast.website.exchange.AppRouterDefault
- AppTestingConfigs - Interface in org.spincast.testing.core
-
Informations about the configurations to use when testing the application.
- AppWebsocketContext - Interface in org.spincast.quickstart.exchange
-
Custom type which allows our application to extend the default Websocket Context.
- AppWebsocketContextDefault - Class in org.spincast.quickstart.exchange
-
Implementation of our custom Websocket Context type.
- AppWebsocketContextDefault(String, String, WebsocketPeerManager, WebsocketContextBaseDeps<AppWebsocketContext>) - Constructor for class org.spincast.quickstart.exchange.AppWebsocketContextDefault
- attempt(String, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.AttemptsManager
-
Gets the current
Attempt
, given the action to protect and criterias. - attempt(String, AttemptCriteria...) - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- attempt(String, AttemptsAutoIncrementType, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.AttemptsManager
-
Gets the current
Attempt
, given the action to protect and criterias. - attempt(String, AttemptsAutoIncrementType, AttemptCriteria...) - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- Attempt - Interface in org.spincast.plugins.attemptslimiter
-
Represents the current attempt.
- AttemptCriteria - Class in org.spincast.plugins.attemptslimiter
-
A criteria for which a maximum of attempts at an action may have been reached.
- AttemptCriteria(String, String) - Constructor for class org.spincast.plugins.attemptslimiter.AttemptCriteria
- AttemptDefault - Class in org.spincast.plugins.attemptslimiter
- AttemptDefault(SpincastAttemptsLimiterPluginRepository, SpincastAttemptsLimiterPluginConfig, boolean, String, AttemptCriteria...) - Constructor for class org.spincast.plugins.attemptslimiter.AttemptDefault
- AttemptFactory - Interface in org.spincast.plugins.attemptslimiter
- AttemptRule - Interface in org.spincast.plugins.attemptslimiter
-
An attempt rule.
- AttemptRuleDefault - Class in org.spincast.plugins.attemptslimiter
- AttemptRuleDefault(String, int, Duration) - Constructor for class org.spincast.plugins.attemptslimiter.AttemptRuleDefault
- AttemptsAutoIncrementType - Enum Class in org.spincast.plugins.attemptslimiter
- AttemptsManager - Interface in org.spincast.plugins.attemptslimiter
-
Attempts manager.
- AttemptsManagerDefault - Class in org.spincast.plugins.attemptslimiter
- AttemptsManagerDefault(SpincastAttemptsLimiterPluginRepository, AttemptFactory, SpincastAttemptsLimiterPluginConfig) - Constructor for class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- autoCommit(DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Executes the
queries
with a Connection guaranteed to not be closed during the process. - autoPrefix(File) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS file.
- autoPrefix(File) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoPrefix(File, Charset) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS file.
- autoPrefix(File, Charset) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoPrefix(File, Charset, JsonObject) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS file.
- autoPrefix(File, Charset, JsonObject) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoPrefix(File, JsonObject) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS file.
- autoPrefix(File, JsonObject) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoPrefix(String) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS String.
- autoPrefix(String) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoPrefix(String, JsonObject) - Method in interface org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManager
-
Apply Autoprefixer on the specified CSS String.
- autoPrefix(String, JsonObject) - Method in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- autoRegisterDeleteOldDoubleSubmitProtectionIdsScheduledTask() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
Should this plugin automatically register a scheduled task that will call
SpincastFormsDoubleSubmitProtectionRepository.deleteOldFormsProtectionIds(int)
for cleanup? - autoRegisterDeleteOldDoubleSubmitProtectionIdsScheduledTask() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
B
- backgroundColor(Color) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The background color to use for the watermark.
- backgroundColor(Color) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- BasicFormatterImpl - Class in org.spincast.plugins.jdbc.utils
-
Performs formatting of basic SQL statements (DML + query).
- BasicFormatterImpl() - Constructor for class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
- basicHtml(boolean, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Cleans HTML, only allowing basic elements.
- basicHtml(boolean, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- basicHtml(boolean, String, boolean) - Method in interface org.spincast.core.utils.SpincastUtils
-
Cleans HTML, only allowing basic elements.
- basicHtml(boolean, String, boolean) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- batchInsert() - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
-
Run the batch insert query.
- batchInsert() - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- batchInsert(String) - Method in interface org.spincast.plugins.jdbc.statements.BatchInsertStatement
-
Run the batch insert query and return the generated ids, if the current driver supports it.
- batchInsert(String) - Method in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- BatchInsertStatement - Interface in org.spincast.plugins.jdbc.statements
- BatchInsertStatementDefault - Class in org.spincast.plugins.jdbc.statements
- BatchInsertStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- before(RequestContext<?>) - Method in interface org.spincast.plugins.session.SpincastSessionFilter
- before(RequestContext<?>) - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
- before(Handler<R>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds a "before" filter which will only be applied to this particular route.
- before(Handler<R>) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
Adds a before filter.
- before(Handler<R>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- before(Handler<R>) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- BeforeAfterClassMethodsProvider - Interface in org.spincast.testing.junitrunner
-
Provides methods that can be called before and after tests from a class are ran.
- beforeClass() - Method in class org.spincast.testing.core.AppBasedTestingBase
- beforeClass() - Method in class org.spincast.testing.core.SpincastTestBase
- beforeClass() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Don't forget to first call
super.beforeClass()
- beforeClass() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- beforeClass() - Method in interface org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider
-
Called before the tests of the class are ran.
- beforeClassException(Throwable) - Method in class org.spincast.testing.core.SpincastTestBase
- beforeClassException(Throwable) - Method in interface org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider
-
This method will be called if an exception occures during the
BeforeAfterClassMethodsProvider.beforeClass()
execution. - beforeFirst() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- beforePlugins(Module) - Method in class org.spincast.core.guice.GuiceTweaker
-
Ran before the plugins are applied in SpincastBootstrapper.
- beforeStartServer() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Allows some initialization to be run once the Guice context is created, but before the Server is started.
- beforeStartServer() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
Allows some initialization to be run once the Guice context is created, but before the Server is started.
- beforeTest() - Method in class org.spincast.testing.core.SpincastTestBase
-
This method will be called before each test.
- beforeTest() - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- beforeTest() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Ran before every test.
- beforeTest() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
Ran before every test.
- BigDecimalSerializer - Class in org.spincast.plugins.gson.serializers
- BigDecimalSerializer() - Constructor for class org.spincast.plugins.gson.serializers.BigDecimalSerializer
- BINARY - Enum constant in enum class org.spincast.core.utils.ContentTypeDefaults
- bindAlphaAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindAlphaNumericAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindAlphaNumericPlusAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindAlphaPlusAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindCacheBusterRemovalHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindCookieFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindCoreDictionaryMessages() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindCorsHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindCurrentClass(boolean) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- bindCustomXmlIndenter() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- bindDateFormatterFactory() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
- bindDefaultPredefinedRouteParamPatternsBinder() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindETagFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindFileClassPathResourceManagerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindFlashMessageFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindFlashMessagesHolder() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindFormFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindFrontController() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindGzipCheckerHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindHotSwapClassesRedefinitionWatcher() - Method in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
- bindHttpAuthIdentityManagerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindHttpClientFactory() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
- bindHttpClientFactory() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
-
Override to bind WebsocketRequestBuilder too.
- bindHttpResponseFactory() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
- bindingHierarchyToRemove(Class<?>) - Method in class org.spincast.core.guice.GuiceTweaker
-
An binding hierarchy to remove from the combined modules.
- bindJsonManager() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
- bindJsonMixinsMultiBinder() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
- bindJsonObjectFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindJsonPathUtils() - Method in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
- bindLangAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindLocaleResolver() - Method in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPluginModule
- bindNumericAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindNumericPlusAlias(boolean, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- bindObjectConverter() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindPebbleExtension() - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
- bindPebbleExtension() - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
- bindPebbleExtension() - Method in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
- bindPebbleExtension() - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
- bindPebbleExtension() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
- bindRedirectRuleBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.httpcaching.SpincastHttpCachingPluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.request.SpincastRequestPluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.response.SpincastResponsePluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPluginModule
- bindRequestContextAddon() - Method in class org.spincast.plugins.variables.SpincastVariablesPluginModule
- bindRequestContextBaseDeps() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindRequestContextFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindRequestContextInRequestScope() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindRequestContextType() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindRouteFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindRouteHandlerMatchFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindRouter() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindServerStartedInterceptor() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindServerStartedListenersMultibinder() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindServerUtils() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindsInterceptors() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindSkipResourceOnQueryStringHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindSpincastDictionary() - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
- bindSpincastFilters() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindSpincastHttpClientUtils() - Method in class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
- bindSpincastHttpClientWithWebsocketUtils() - Method in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
- bindSpincastInitValidator() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindSpincastRequestScope() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
Note that can only be called once.
- bindSpincastResourceHandlerFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindSpincastRoutingUtils() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindSpincastUndertowUtils() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindSpincastUtilsClass() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindSSLContextFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindStaticResourceBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindStaticResourceCacheConfigFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindStaticResourceCorsConfigFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindStaticResourceFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindStaticResourceHotlinkingManager() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindTestingModeFlag() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
Currently, we set the @TestingMode flag to "true" if a GuiceTweaker exists or if JUnit/TestNG can be detected in the stacktrace.
- bindTimeZoneResolver() - Method in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
- bindUndertowWebsocketEndpointWriterFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindValidationFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindValidators() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindWebsocketContextFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindWebsocketContextType() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindWebsocketEndpointFactory() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- bindWebsocketEndpointHandlerFactory() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindWebsocketEndpointToControllerManager() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- bindWebsocketRouteBuilderFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindWebsocketRouteFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindWebsocketRouteHandlerFactory() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- bindXmlManager() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- bindXmlMixinsMultiBinder() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- binxCustomXmlPrettyPrinter() - Method in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- BodySenderRequestBuilderBase<T extends BodySenderRequestBuilderBase<?>> - Interface in org.spincast.plugins.httpclient.builders
-
Builders that can send a body, or upload files.
- BodySenderRequestBuilderBaseDefault<T extends BodySenderRequestBuilderBase<?>> - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the builders that can send a body or upload files..
- BodySenderRequestBuilderBaseDefault(String, CookieFactory, HttpResponseFactory, JsonManager, XmlManager, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
-
Constructor
- BodySenderRequestBuilderBaseDefault.BodyType - Enum Class in org.spincast.plugins.httpclient.builders
- Bool - Class in org.spincast.core.utils
-
Boolean object that can't be autoboxed.
- border(int, Color) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The border to add around the watermark.
- border(int, Color) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- BOTH - Enum constant in enum class org.spincast.plugins.dateformatter.DateParts
- BOTTOM_CENTER - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- BOTTOM_LEFT - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- BOTTOM_RIGHT - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- BUFFER - Enum constant in enum class org.spincast.plugins.processutils.ExecutionOutputStrategy
-
The output is buffered so it is available when the process ends.
- build() - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
- build() - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
Creates the actual
SpincastImageWatermarker
. - build() - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- buildKey(String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- bundleCss(File, List<String>, String, int) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- bundleJs(File, List<String>, String, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- bundlingDisabledOutput(List<String>) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- bundlingDisabledOutput(List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- bundlingOutput(String) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- bundlingOutput(String) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
C
- cache() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- 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) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds public cache headers.
- cache(int) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds public cache headers.
- cache(int) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- cache(int) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- cache(int) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache(int, boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds cache headers.
- cache(int, boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- cache(int, boolean) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- cache(int, boolean) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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(int, boolean, Integer) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds cache headers.
- cache(int, boolean, Integer) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Adds cache headers.
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- cache(int, boolean, Integer) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- cache(R) - Method in interface org.spincast.core.filters.SpincastFilters
- cache(R) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- cache(R, int) - Method in interface org.spincast.core.filters.SpincastFilters
- cache(R, int) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- cache(R, int, boolean) - Method in interface org.spincast.core.filters.SpincastFilters
- cache(R, int, boolean) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- cache(R, int, boolean, Integer) - Method in interface org.spincast.core.filters.SpincastFilters
- cache(R, int, boolean, Integer) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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
- canExecuteInTransaction() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayJdbcMigrationExecutor
- 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
- checksumMatches(Integer) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
- checksumMatchesWithoutBeingIdentical(Integer) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
- classes(String...) - Method in interface org.spincast.core.routing.RouteBuilder
-
A route may have multiple "classes" to identify and group them.
- classes(String...) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
A WebSocket route may have multiple "classes" to identify and group them.
- classes(String...) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- classes(String...) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- 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.
- clearAllValidation() - Method in class org.spincast.core.request.FormDefault
- clearAllValidation() - Method in interface org.spincast.core.validation.ValidationSet
-
Removes all previously added messages and reset the validation status.
- 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() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- clearSql(boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Clears the current SQL query being built.
- 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() - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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(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(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 interface org.spincast.core.json.JsonManager
-
Tries to clone an object to a
JsonObject
or aJsonArray
, if the object is not of a primitive type (orBigDecimal
). - clone(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- clone(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- clone(Object, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Tries to clone an object to a
JsonObject
or aJsonArray
, if the object is not of a primitive type (orBigDecimal
). - clone(Object, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- 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() - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- close() - Method in class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- 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
- 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() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- closeEndpoint(boolean) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes the entire WebSocket endpoint.
- closeEndpoint(boolean) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- closeEndpoint(int, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes the entire WebSocket endpoint.
- 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) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- closePeer(String, int, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointManager
-
Closes a specific peer connection on the endpoint.
- closePeer(String, int, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- closeQuietly(Closeable) - Static method in class org.spincast.core.utils.SpincastStatics
- 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
- closeQuietlyInstance(Closeable) - 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
- commit() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- community(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- 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(File, String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify a js file.
- compile(File, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- compile(File, List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify a js file.
- compile(File, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- compile(String, String...) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify javascript content, as a String.
- compile(String, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- compile(String, List<String>) - Method in interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify javascript content, as a String.
- compile(String, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- 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>, String...) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- 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(List<File>, List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- COMPILE - Enum constant in enum class org.spincast.plugins.processutils.MavenProjectGoal
- compileCustom(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 interface org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManager
-
Compile/Minify js/js files.
- compileCustom(List<String>) - Method in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- computeIfAbsent(CacheKey, Function<? super CacheKey, ? extends Object>) - Method in class org.spincast.plugins.pebble.utils.SpincastCaffeineTagCache
- computeIfAbsent(Object, Function<? super Object, ? extends PebbleTemplate>) - Method in class org.spincast.plugins.pebble.utils.SpincastCaffeineTemplateCache
- 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.demos.better.AppModule
- configure() - Method in class org.spincast.demos.sum.AppModule
- configure() - Method in class org.spincast.demos.supercalifragilisticexpialidocious.AppModule
- 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
- configure() - Method in class org.spincast.quickstart.guice.AppModule
- configure() - Method in class org.spincast.website.guice.AppModule
- 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(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 - Enum constant in enum class org.spincast.core.routing.HttpMethod
- CONNECT(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
CONNECT
request. - 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
- consumes() - Element in annotation interface org.spincast.plugins.openapi.bottomup.Specs
-
The media types the route consumes.
- 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 ifnull
)? - ContentTypeDefaults - Enum Class 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 specifiedT
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) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- 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, 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() - Method in interface org.spincast.core.validation.ValidationMessage
-
Converts the message to a
JsonObject
object. - convertToJsonObject() - Method in class org.spincast.core.validation.ValidationMessageDefault
- 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
- 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 plainList<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, String, String, String, Date, boolean, boolean, CookieSameSite, boolean, int, 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, SpincastConfig) - Constructor for class org.spincast.core.cookies.CookieDefault
-
Constructor
- CookieFactory - Interface in org.spincast.core.cookies
-
Factory to create cookies.
- CookieSameSite - Enum Class 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
- copyJavadocsToWebsite() - Method in class org.spincast.website.maven.SpincastMavenPreparePackageRelease
-
Copies the Javadoc to the website
- copyParamsAndStaticTokensTo(Statement) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- 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() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors() - Method in class org.spincast.plugins.routing.SpincastRouter
- cors() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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>) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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>) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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>) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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>) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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(String, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
- cors(Set<String>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
- cors(Set<String>, Set<String>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, 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.StaticResourceBuilderDefault
- 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) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>, Set<String>, boolean) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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 interface org.spincast.core.routing.StaticResourceBuilder
-
Enables Cross-Origin Resource Sharing (Cors)
- cors(Set<String>, Set<String>, Set<String>, boolean, int) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- 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>) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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(Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.plugins.routing.SpincastRouter
- cors(R) - 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 interface org.spincast.core.filters.SpincastFilters
-
Cross-Origin Resource Sharing (Cors) handling.
- cors(R, Set<String>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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>) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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, Set<String>, Set<String>, Set<String>, boolean, Set<HttpMethod>, int) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- 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 Class 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() - 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() - Method in interface org.spincast.core.routing.RouteBuilderFactory
-
Creates a route builder without using a router.
- create() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Creates and returns the static resource without adding it to the router.
- create() - Method in interface org.spincast.core.websocket.WebsocketRouteBuilderFactory
-
Creates a route builder without using a router.
- create() - Method in class org.spincast.plugins.gson.SpincastGsonManager
- create() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- create() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- create() - Method in interface org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerFactory
- 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(boolean, StaticResourceType, String, String, Handler<R>, StaticResourceCorsConfig, StaticResourceCacheConfig, boolean, boolean, HotlinkingManager) - Method in interface org.spincast.core.routing.StaticResourceFactory
- create(int, boolean, Integer) - Method in interface org.spincast.plugins.routing.StaticResourceCacheConfigFactory
- create(int, String, byte[], Map<String, List<String>>, Map<String, Cookie>, boolean) - Method in interface org.spincast.plugins.httpclient.HttpResponseFactory
- create(ResourceManager, StaticResource<?>) - Method in interface org.spincast.plugins.undertow.SpincastResourceHandlerFactory
- create(ResourceManager, StaticResource<?>, HttpHandler) - Method in interface org.spincast.plugins.undertow.SpincastResourceHandlerFactory
- create(HttpHandler) - Method in interface org.spincast.plugins.undertow.CacheBusterRemovalHandlerFactory
- create(HttpHandler, HttpHandler) - Method in interface org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerFactory
- create(HttpHandler, String) - Method in interface org.spincast.plugins.undertow.GzipCheckerHandlerFactory
- create(HttpHandler, StaticResourceCorsConfig) - Method in interface org.spincast.plugins.undertow.CorsHandlerFactory
- create(String) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates a strong ETag, using a specific tag.
- create(String) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
- create(String, boolean) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates a strong or weak ETag, using a specific tag.
- create(String, boolean) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
- create(String, boolean, 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 class org.spincast.plugins.routing.ETagFactoryDefault
- 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(String, WebsocketEndpointHandler) - Method in interface org.spincast.plugins.undertow.WebsocketEndpointFactory
- create(Connection) - Method in interface org.spincast.plugins.jdbc.SpincastConnectionFactory
- create(Map<String, WebSocketChannel>) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriterFactory
- create(Map<String, Object>, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an JonObject based on the specified Map.
- create(Set<String>, Set<String>, Set<String>, boolean, int) - Method in interface org.spincast.plugins.routing.StaticResourceCorsConfigFactory
- create(DataSource) - Method in interface org.spincast.plugins.jdbc.SpincastDataSourceFactory
- create(FlashMessageLevel, String) - Method in interface org.spincast.core.flash.FlashMessageFactory
- create(FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.flash.FlashMessageFactory
- create(JsonObject, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates an JonObject based on the specified JsonObject.
- create(Handler<R>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Creates and returns the route without adding it to the router.
- 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(Router<R, W>) - Method in interface org.spincast.core.routing.RouteBuilderFactory
-
Creates a route builder using the specified router.
- create(Router<R, W>) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilderFactory
-
Creates a WebSocket route builder using the specified 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(Router<R, W>, String) - Method in interface org.spincast.core.routing.RedirectRuleBuilderFactory
- 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(WebsocketController<R, W>) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- 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() - Method in class org.spincast.plugins.gson.SpincastGsonManager
- createArray() - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- createArray(List<Object>, boolean) - Method in interface org.spincast.core.json.JsonObjectFactory
-
Creates a JsonArray based on the List.
- 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) - 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
- 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.
- createCorsFilterClient(HttpServerExchange, StaticResourceCorsConfig) - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
-
Create the client for the cors filter.
- 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.
- 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
- createDirManager(String, String) - Method in interface org.spincast.plugins.undertow.SpincastClassPathResourceManagerFactory
- createExternalDocumentationAnnotation() - Method in interface org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreator
- createExternalDocumentationAnnotation() - Method in class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
- createFileManage(String) - Method in interface org.spincast.plugins.undertow.SpincastClassPathResourceManagerFactory
- createFileModificationsWatcherService() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- createFirstUser() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Creates a first default user
- 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) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- createForm(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- createForm(String, JsonObject) - Method in interface org.spincast.core.request.FormFactory
- createFormatter(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
- createFormatter(Date) - 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
-
Creates a
SpincastImageWatermarker
directly. - 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 ofimplementationClass
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
-
Creates a new
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(Instant) - Method in interface org.spincast.plugins.dateformatter.DateFormatterFactory
- createRelativeFormatter(Date) - 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(boolean, String, String, List<Handler<R>>, Set<String>, WebsocketController<R, W>, Set<String>) - Method in interface org.spincast.plugins.routing.WebsocketRouteFactory
- 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, Set<String>) - Method in interface org.spincast.plugins.routing.RouteFactory
- 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 in the temporary 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() - Method in class org.spincast.testing.core.SpincastTestBase
-
Returns a unique path to use to create a temporary test file.
- 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.
- 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 ofHttpStatus.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(boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
- CustomStatusCodeExceptionDefault(String) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
- CustomStatusCodeExceptionDefault(String, boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
- CustomStatusCodeExceptionDefault(String, int) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
- CustomStatusCodeExceptionDefault(String, int, boolean) - Constructor for exception org.spincast.core.exceptions.CustomStatusCodeExceptionDefault
D
- DataSourceInterceptor - Class in org.spincast.plugins.jdbc
- DataSourceInterceptor(Provider<JdbcScope>) - Constructor for class org.spincast.plugins.jdbc.DataSourceInterceptor
- DATE - Enum constant in enum class org.spincast.plugins.dateformatter.DateParts
- DateFormatter - Interface in org.spincast.plugins.dateformatter
-
Date formatter builder.
- DateFormatterDefault - Class in org.spincast.plugins.dateformatter
- DateFormatterDefault(Instant, LocaleResolver, TimeZoneResolver) - Constructor for class org.spincast.plugins.dateformatter.DateFormatterDefault
- DateFormatterDefault(Date, LocaleResolver, TimeZoneResolver) - Constructor for class org.spincast.plugins.dateformatter.DateFormatterDefault
- DateFormatterFactory - Interface in org.spincast.plugins.dateformatter
- DateParts - Enum Class in org.spincast.plugins.dateformatter
-
Which part(s) of ther date to format and output?
- datePattern(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The custom pattern to use for the *date* part (without time).
- datePattern(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- datePattern(DatePattern) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The pattern to use for the *date* part (without time).
- datePattern(DatePattern) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- DatePattern - Enum Class in org.spincast.plugins.dateformatter
-
The default format patterns + ISO8601
- DateSerializer - Class in org.spincast.plugins.gson.serializers
- DateSerializer() - Constructor for class org.spincast.plugins.gson.serializers.DateSerializer
- decrypt(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Decrypts a string that was encrypted using
SpincastCryptoUtils.encrypt(String, String)
. - decrypt(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- DEFAULT - Enum constant in enum class org.spincast.core.utils.GzipOption
- DEFAULT - Enum constant in enum class org.spincast.plugins.dateformatter.RelativeDateFormatType
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_ALERTS - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_CACHE_BUSTER - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_COOKIES - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_FULL_URL - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_IS_HTTPS - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_LANG_ABREV - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_PATH_PARAMS - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_QUERYSTRING_PARAMS - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_REQUEST_SCOPED_VARIABLES - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_ROUTE_ID - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_ROUTE_PATH - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_SPINCAST_CURRENT_VERSION - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_SPINCAST_CURRENT_VERSION_IS_SNAPSHOT - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_KEY_URL_ROOT - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_GLOBAL_TEMPLATING_VAR_ROOT_SPINCAST_MAP - Static variable in class org.spincast.core.config.SpincastConstants.TemplatingGlobalVariables
- DEFAULT_RESPONSE_MODEL_VAR_ALERTS - Static variable in class org.spincast.core.config.SpincastConstants.ResponseModelVariables
- DEFAULT_ROUTE_PATH - Static variable in interface org.spincast.core.routing.Router
-
The default path used when Spincast creates routes by itself.
- defaultElementValidator - Variable in class org.spincast.core.json.JsonObjectArrayBase
- defaultExceptionHandling(Object, Throwable) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Default exception handling.
- DefaultHandler - Interface in org.spincast.plugins.routing
-
Default route handler.
- defaultPrivateExceptionHandling(Object, Throwable) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Default exception handling for private exceptions
- defaultPublicExceptionHandling(Object, PublicException) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Default exception handling for exceptions with public information.
- DefaultRequestContext - Interface in org.spincast.core.exchange
-
The unparamaterized interface for the default request context.
- DefaultRequestContextDefault - Class in org.spincast.core.exchange
-
The default implementation of the request context.
- DefaultRequestContextDefault(Object, RequestContextBaseDeps<DefaultRequestContext>) - Constructor for class org.spincast.core.exchange.DefaultRequestContextDefault
- DefaultRouteParamAliasesBinder<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.core.routing -
Component that binds some default route parameter aliases.
- DefaultRouteParamAliasesBinder() - Constructor for class org.spincast.core.routing.DefaultRouteParamAliasesBinder
- DefaultRouter - Interface in org.spincast.plugins.routing
-
Unparameterized default router interface to easily use a router with the default request context class.
- DefaultRouterDefault - Class in org.spincast.plugins.routing
-
An implementation of the DefaultRouter interface, for easy usage of the default version of the Router.
- DefaultRouterDefault(SpincastRouterDeps<DefaultRequestContext, DefaultWebsocketContext>) - Constructor for class org.spincast.plugins.routing.DefaultRouterDefault
- DefaultWebsocketContext - Interface in org.spincast.core.websocket
-
The unparamaterized interface for the default WebSocket context.
- DefaultWebsocketContextDefault - Class in org.spincast.core.websocket
-
The default WebSocket context to pass to a WebSocket controller when an event arrives (a message is received from the peer, for example).
- DefaultWebsocketContextDefault(String, String, WebsocketPeerManager, WebsocketContextBaseDeps<DefaultWebsocketContext>) - Constructor for class org.spincast.core.websocket.DefaultWebsocketContextDefault
- DefaultWebsocketRoute - Interface in org.spincast.core.websocket
-
Default WebSocket route.
- delete() - Method in interface org.spincast.plugins.jdbc.statements.DeleteStatement
-
Execute the delete query and return the number of affected rows.
- delete() - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- delete(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.DeleteStatement
-
Execute the delete query and return a result set.
- delete(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- DELETE - Enum constant in enum class org.spincast.core.routing.HttpMethod
- DELETE() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
DELETE
as a supported HTTP method. - DELETE() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
DELETE
route, for all path. - DELETE() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- DELETE() - Method in class org.spincast.plugins.routing.SpincastRouter
- DELETE(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
DELETE
route. - DELETE(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
DELETE
request. - DELETE(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- DELETE(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a DELETE method.
- DELETE(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a DELETE method.
- DELETE(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a DELETE method.
- deleteAllCookiesUserHas() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Deletes all cookies! Not only the new cookies that have been added to the response, but also the cookies that have been received in the request!
- deleteAllCookiesUserHas() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- deleteAllTemplatingGlobalVariables() - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Deletes all global templating variables.
- deleteAllTemplatingGlobalVariables() - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- deleteAttempts() - Method in interface org.spincast.plugins.attemptslimiter.Attempt
-
Deletes all attempts for this action and criterias.
- deleteAttempts() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
- deleteAttempts(String, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginRepository
-
Deletes all attempts of the specified action and criterias.
- deleteAttemptsOlderThan(String, Instant) - Method in interface org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginRepository
-
Deletes all attempts of the action older than the specified date.
- deleteCookie(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Deletes a cookie.
- deleteCookie(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- deleteCurrentSession() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Deletes the current session in the request context, if any.
- deleteCurrentSession() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- deletedOldProtectionIdsAfterXMinutes() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
- DeleteOldAttemptsScheduledTask - Class in org.spincast.plugins.attemptslimiter
- DeleteOldAttemptsScheduledTask(SpincastAttemptsLimiterPluginConfig, SpincastAttemptsLimiterPluginRepository, AttemptsManager) - Constructor for class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
- deleteOldFormsProtectionIds(int) - Method in interface org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionRepository
-
Deletes the saved protection ids that are older than the specified number of minuets.
- deleteOldInactiveSession(int) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- deleteOldInactiveSession(int) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Deletes the deletes that were inactive for too long.
- deleteOldInactiveSession(int) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- deleteOldInactiveSession(int) - Method in interface org.spincast.plugins.session.SpincastSessionRepository
-
Deletes the deletes that were inactive for too long.
- DeleteRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- DeleteRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a DELETE request.
- DeleteRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.DeleteRequestBuilderDefault
- deleteRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- deleteSession(String) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- deleteSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Deletes a saved session.
- deleteSession(String) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- deleteSession(String) - Method in interface org.spincast.plugins.session.SpincastSessionRepository
-
Deletes a saved session.
- deleteSessionIdOnUser() - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Deletes the session id on the user.
- deleteSessionIdOnUser() - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- DeleteStatement - Interface in org.spincast.plugins.jdbc.statements
- DeleteStatementDefault - Class in org.spincast.plugins.jdbc.statements
- DeleteStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.DeleteStatementDefault
- deleteTemplatingGlobalVariable(String) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Deletes a global templating variable.
- deleteTemplatingGlobalVariable(String) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- deleteTestingWritableTempDir() - Method in class org.spincast.testing.core.SpincastTestBase
-
Deletes the testing writable temp directory.
- DemoFormAuthController - Class in org.spincast.website.controllers.demos
-
Form authentication/Session demo controller
- DemoFormAuthController() - Constructor for class org.spincast.website.controllers.demos.DemoFormAuthController
- DemoHtmlFormsDynamicFieldsController - Class in org.spincast.website.controllers.demos
-
HTML Forms - Dynamic Fields demo controller
- DemoHtmlFormsDynamicFieldsController(FlashMessageFactory, JsonManager, ValidationFactory) - Constructor for class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
- DemoHtmlFormsFileUploadController - Class in org.spincast.website.controllers.demos
-
HTML Forms - File upload demo controller
- DemoHtmlFormsFileUploadController(FlashMessageFactory) - Constructor for class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
- DemoHtmlFormsMultipleFieldsController - Class in org.spincast.website.controllers.demos
-
HTML Forms - Multiple Fields demo controller
- DemoHtmlFormsMultipleFieldsController(FormFactory, JsonManager) - Constructor for class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
- DemoHtmlFormsSingleFieldController - Class in org.spincast.website.controllers.demos
-
HTML Forms - Single Field demo controller
- DemoHtmlFormsSingleFieldController() - Constructor for class org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController
- DemosTutorialsController - Class in org.spincast.website.controllers.demos
-
Demos/Tutorials controller
- DemosTutorialsController() - Constructor for class org.spincast.website.controllers.demos.DemosTutorialsController
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.spincast.plugins.gson.serializers.JsonArrayDeserializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.spincast.plugins.gson.serializers.JsonObjectDeserializer
- deserializeHeaderValue(String) - Method in interface org.spincast.core.routing.ETagFactory
-
Creates an ETag object from an already formatted ETag header.
- deserializeHeaderValue(String) - Method in class org.spincast.plugins.routing.ETagFactoryDefault
- deserializeJsonArray(FromXmlParser, DeserializationContext) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- deserializeJsonArray(FromXmlParser, DeserializationContext, boolean) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- deserializeJsonObject(FromXmlParser, DeserializationContext, Map.Entry<String, Object>) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- deserializeObjectOrArray(FromXmlParser, DeserializationContext) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- deserializeSession(String) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- Dictionary - Interface in org.spincast.core.dictionary
-
The entity to get a localized message given a specified key.
- DictionaryBase - Class in org.spincast.core.dictionary
-
Base class that can be used for a
Dictionary
implementation. - DictionaryBase() - Constructor for class org.spincast.core.dictionary.DictionaryBase
- DictionaryEntries - Interface in org.spincast.core.dictionary
-
A Set of entries to add to the
Dictionary
. - DictionaryEntryNotFoundBehavior - Enum Class in org.spincast.core.dictionary
-
How to deal with a key that is not found in the dictionary, at runtime?
- DictionaryKeyNotFoundException - Exception in org.spincast.core.dictionary
- DictionaryKeyNotFoundException(String, Locale) - Constructor for exception org.spincast.core.dictionary.DictionaryKeyNotFoundException
- dir(String) - Method in interface org.spincast.core.routing.Router
-
Start the creation of a
static resource
directory. - dir(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- DIRECTORY - Enum constant in enum class org.spincast.core.routing.StaticResourceType
- DIRECTORY_FROM_CLASSPATH - Enum constant in enum class org.spincast.core.routing.StaticResourceType
- DISABLE - Enum constant in enum class org.spincast.core.utils.GzipOption
- disableAllDefaultPlugins() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disable all the default plugins (including the core plugin).
- disableBindCurrentClass() - Method in class org.spincast.core.guice.GuiceTweaker
- disableCorePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Core plugin.
- disableDefaultConfigPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Configuration plugin.
- disableDefaultCookiesPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Cookies plugin.
- disableDefaultDictionaryPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Dictionary plugin.
- disableDefaultHttpCachingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default HTTP Caching plugin.
- disableDefaultJsonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Json plugin.
- disableDefaultLocaleResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Locale Resolver plugin.
- disableDefaultRequestPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Request plugin.
- disableDefaultResponsePlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Response plugin.
- disableDefaultRoutingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Routing plugin.
- disableDefaultServerPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Server plugin.
- disableDefaultTemplatingAddonPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Templating add-on plugin.
- disableDefaultTemplatingPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Templating plugin.
- disableDefaultTimeZoneResolverPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default TimeZone Resolver plugin.
- disableDefaultVariablesPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default Variables add-on plugin.
- disableDefaultXmlPlugin() - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Disables the default XML plugin.
- disableRedirectHandling() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- disableRedirectHandling() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Disables automatic handling of redirects.
- disableSslCertificateErrors() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- disableSslCertificateErrors() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Disables some
SSL
certificates errors (such as self-signed certificate errors). - documentation(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- done() - Method in interface org.spincast.plugins.undertow.ClosedEventSentCallback
- DontIntercept - Annotation Interface in org.spincast.core.guice
-
When you use
GuiceModuleUtils.createInterceptorModule(Class, Class, boolean)
, you can annotate some methods with this to prevent them from being intercepted. - doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.spincast.plugins.httpclient.builders.SpincastHttpRequestExecutor
-
We have to override thhis method since we want a Websocket upgrade response to be returned as is.
- download(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- dummyRouteHandler - Static variable in class org.spincast.testing.core.utils.SpincastTestingUtils
- DURATION - Enum constant in enum class org.spincast.plugins.dateformatter.RelativeDateFormatType
- dynamicFields(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Dynamic Fields demo - GET
- dynamicFieldsSubmit(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Dynamic Fields demo - POST
- dynCss(AppRequestContext) - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
-
Dynamic CSS
- dynJs(AppRequestContext) - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
-
Dynamic JS
E
- element - Variable in class org.spincast.core.json.JsonObjectArrayBase.JsonPathCachingItem
- ELEMENT_KEYS_HAS_ERRORS - Static variable in class org.spincast.core.request.FormDefault
- ELEMENT_KEYS_HAS_SUCCESSES - Static variable in class org.spincast.core.request.FormDefault
- ELEMENT_KEYS_HAS_WARNINGS - Static variable in class org.spincast.core.request.FormDefault
- ELEMENT_KEYS_IS_VALID - Static variable in class org.spincast.core.request.FormDefault
- ElementTransformer - Interface in org.spincast.core.json
-
Transforms an element.
- enableHttp2(Undertow.Builder) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- encodeQuerystringValue(String) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- encrypt(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Encrypts a string, using the given secret key and the
AES
algorithm. - encrypt(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- end() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Flushes everything and closes the response.
- end() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- end(Object) - Method in interface org.spincast.core.server.Server
-
Ends the exchange.
- end(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- enter() - Method in class org.spincast.core.guice.SpincastRequestScope
- ENUM_SERIALIZER_FIELD_NAME_LABEL - Static variable in class org.spincast.plugins.gson.serializers.EnumSerializer
- ENUM_SERIALIZER_FIELD_NAME_LABEL - Static variable in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- ENUM_SERIALIZER_FIELD_NAME_NAME - Static variable in class org.spincast.plugins.gson.serializers.EnumSerializer
- ENUM_SERIALIZER_FIELD_NAME_NAME - Static variable in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- EnumSerializer - Class in org.spincast.plugins.gson.serializers
- EnumSerializer(JsonObjectFactory, JsonObjectSerializer) - Constructor for class org.spincast.plugins.gson.serializers.EnumSerializer
- enumsToFriendlyJsonArray(Enum<?>[]) - Method in interface org.spincast.core.json.JsonManager
-
Convert the enums to an array of
JsonObjects
that have a ".name" property (thename()
of the enum) and a ".label" property (thetoString()
of the enum). - enumsToFriendlyJsonArray(Enum<?>[]) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- enumsToFriendlyJsonArray(Enum<?>[]) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- enumToFriendlyJsonObject(Enum<?>) - Method in interface org.spincast.core.json.JsonManager
-
Convert the enum value to a
JsonObject
that has a ".name" property (thename()
of the enum) and a ".label" property (thetoString()
of the enum) - enumToFriendlyJsonObject(Enum<?>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- enumToFriendlyJsonObject(Enum<?>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- enumValueOfInsensitive(Class<T>, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Perform a case insensitive
valueOf(value)
search on an enum. - enumValueOfInsensitive(Class<T>, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- ENVIRONMENT_NAME_DEFAULT - Static variable in class org.spincast.plugins.config.SpincastConfigDefault
- environmentVariablesPrefixes(List<String>) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
The allowed prefixes an environment variable can have to be used as a configuration.
- environmentVariablesStripPrefix(boolean) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
Should the prefix of an environment variable be stripped? For example, if
ConfigFinder.ConfigFinderBuilder.environmentVariablesPrefixes
indicate that "app." is an environment variable prefix, then "app.admin.email" would result in a "admin.email" key. - equals(Object) - Method in class org.spincast.plugins.routing.ETagDefault
- ERROR - Enum constant in enum class org.spincast.core.flash.FlashMessageLevel
- ERROR - Enum constant in enum class org.spincast.core.response.AlertLevel
- ERROR - Enum constant in enum class org.spincast.core.validation.ValidationLevel
- ErrorController - Class in org.spincast.website.controllers
- ErrorController() - Constructor for class org.spincast.website.controllers.ErrorController
- ESCAPE - Enum constant in enum class org.spincast.core.validation.ValidationHtmlEscapeType
- eTag(String) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Specifies the current ETag (strong) of the resource.
- eTag(String) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- eTag(String, boolean) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Specifies the current strong or weak ETag of the resource.
- eTag(String, boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- eTag(String, boolean, boolean) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Specifies the current strong or weak ETag of the resource.
- eTag(String, boolean, boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- ETag - Interface in org.spincast.core.routing
-
Represents an HTTP ETag.
- ETAG_HEADER_VALUE_PATTERN - Static variable in class org.spincast.plugins.routing.ETagFactoryDefault
- ETagDefault - Class in org.spincast.plugins.routing
-
ETag default implementation.
- ETagDefault(String) - Constructor for class org.spincast.plugins.routing.ETagDefault
-
Constructor
- ETagDefault(String, boolean) - Constructor for class org.spincast.plugins.routing.ETagDefault
-
Constructor
- ETagDefault(String, boolean, boolean) - Constructor for class org.spincast.plugins.routing.ETagDefault
-
Constructor
- ETagFactory - Interface in org.spincast.core.routing
-
Factory for ETags
- ETagFactoryDefault - Class in org.spincast.plugins.routing
-
Default ETag factory.
- ETagFactoryDefault() - Constructor for class org.spincast.plugins.routing.ETagFactoryDefault
-
Constructor
- evaluate(String) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates the content, without parameters.
- evaluate(String) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Evaluates some content without any parameters.
- evaluate(String) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- evaluate(String) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- evaluate(String, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates the content, using the given parameters.
- evaluate(String, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Evaluates some content using the given parameters.
- evaluate(String, Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- evaluate(String, Map<String, Object>) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- evaluate(String, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates the content, using the given parameters.
- evaluate(String, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Evaluates some content using the given parameters.
- evaluate(String, Map<String, Object>, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- evaluate(String, Map<String, Object>, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- evaluate(String, JsonObject) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates the content, using the given parameters.
- evaluate(String, JsonObject) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Evaluates some content using the given parameters.
- evaluate(String, JsonObject) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- evaluate(String, JsonObject) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- evaluate(String, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates the content, using the given parameters.
- evaluate(String, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Evaluates some content using the given parameters.
- evaluate(String, JsonObject, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- evaluate(String, JsonObject, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- exactBindingToRemove(Key<?>) - Method in class org.spincast.core.guice.GuiceTweaker
-
An exact binding to remove from the combined modules.
- exception() - Method in interface org.spincast.core.routing.RouteBuilder
-
This route will be considered during an
Exception
routing process. - exception() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- exception(String, Handler<R>) - Method in interface org.spincast.core.routing.Router
-
Creates a route considered during an "Exception" routing process.
- exception(String, Handler<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- exception(Handler<R>) - Method in interface org.spincast.core.routing.Router
-
Creates a route considered during an "Exception" routing process.
- exception(Handler<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- exception(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Route Handler to manage exceptions
- EXCEPTION - Enum constant in enum class org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
-
A
DictionaryKeyNotFoundException
exception will be thrown. - EXCEPTION - Enum constant in enum class org.spincast.core.routing.RoutingType
- EXCEPTION - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
If an "Exception" route is run, this variable will contain the exception that occured.
- exceptionExample(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
"Exception example" handler
- exceptionHandler(AppRequestContext) - Method in class org.spincast.website.controllers.ErrorController
-
Exception handler
- exchange() - Method in interface org.spincast.core.exchange.RequestContext
-
The underlying exchange object, as given by the HTTP server.
- exchange() - Method in class org.spincast.core.exchange.RequestContextBase
- EXCHANGE_VARIABLE_EXCHANGE_COMPLETED - Static variable in class org.spincast.plugins.undertow.SpincastUndertowServer
- EXCHANGE_VARIABLE_ORIGINAL_REQUEST_URL - Static variable in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
- EXCHANGE_VARIABLE_PEER_ID - Static variable in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- execute() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement.
- execute(Context) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayJdbcMigrationExecutor
- execute(JobExecutionContext) - Method in interface org.spincast.plugins.scheduledtasks.SpincastScheduledTask
-
The actions to run.
- execute(JobExecutionContext) - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
- executeAsync(ProcessExecutionHandler, long, TimeUnit, String...) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program asynchronously.
- executeAsync(ProcessExecutionHandler, long, TimeUnit, String...) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeAsync(ProcessExecutionHandler, long, TimeUnit, List<String>) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program asynchronously.
- executeAsync(ProcessExecutionHandler, long, TimeUnit, List<String>) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeAsync(ProcessExecutionHandler, String...) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program asynchronously.
- executeAsync(ProcessExecutionHandler, String...) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeAsync(ProcessExecutionHandler, List<String>) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program asynchronously.
- executeAsync(ProcessExecutionHandler, List<String>) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeBatch() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes all of the batched statements.
- executeGoalOnExternalMavenProject(ResourceInfo, MavenProjectGoal) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute the specified
goal
on an external Maven project. - executeGoalOnExternalMavenProject(ResourceInfo, MavenProjectGoal) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeGoalOnExternalMavenProject(ResourceInfo, MavenProjectGoal, Map<String, Object>) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute the specified
goal
on an external Maven project. - executeGoalOnExternalMavenProject(ResourceInfo, MavenProjectGoal, Map<String, Object>) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeQuery() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement, which must be a query.
- executeSafe(JobExecutionContext) - Method in class org.spincast.plugins.attemptslimiter.DeleteOldAttemptsScheduledTask
- executeSafe(JobExecutionContext) - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
- executeSafe(JobExecutionContext) - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
-
To override to implement the actual ScheduledTask action.
- executeSafe(JobExecutionContext) - Method in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
- executeSync(long, TimeUnit, String...) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program synchronously.
- executeSync(long, TimeUnit, String...) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeSync(long, TimeUnit, List<String>) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program synchronously.
- executeSync(long, TimeUnit, List<String>) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeSync(long, TimeUnit, ExecutionOutputStrategy, String...) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program synchronously.
- executeSync(long, TimeUnit, ExecutionOutputStrategy, String...) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeSync(long, TimeUnit, ExecutionOutputStrategy, List<String>) - Method in interface org.spincast.plugins.processutils.SpincastProcessUtils
-
Execute an external program synchronously.
- executeSync(long, TimeUnit, ExecutionOutputStrategy, List<String>) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- executeUpdate() - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Executes the statement, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.
- ExecutionOutputStrategy - Enum Class in org.spincast.plugins.processutils
-
What to do with the output of the created processes?
- exists - Variable in class org.spincast.core.json.JsonObjectArrayBase.JsonPathCachingItem
- EXISTS - Enum constant in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
- exit() - Method in class org.spincast.core.guice.SpincastRequestScope
- expandMap(Map<String, Object>) - Method in class org.spincast.plugins.config.ConfigFinder
-
Parses the keys of the map as "dotted paths" and created an expanded Map from them.
- ExpectingBeforeClassException - Annotation Interface in org.spincast.testing.junitrunner
-
When this annotation is added on a Test Class, the 'beforeClass()' method is expected to fail.
- ExpectingFailure - Annotation Interface in org.spincast.testing.junitrunner
-
When this annotation is added on a Test Class, it is expected that one or more tests fail.
- externalFile(String) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
A .yaml config file to search to be found outside the application.
- externalFile(String, boolean) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
A .yaml config file to search to be found outside the application.
F
- FALSE - Static variable in class org.spincast.core.utils.Bool
- FeedController - Class in org.spincast.website.controllers
- FeedController(NewsService, AppConfig) - Constructor for class org.spincast.website.controllers.FeedController
-
Constructor
- file(String) - Method in interface org.spincast.core.routing.Router
-
Start the creation of a
static resource
file. - file(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- FILE - Enum constant in enum class org.spincast.core.routing.StaticResourceType
- FILE_FROM_CLASSPATH - Enum constant in enum class org.spincast.core.routing.StaticResourceType
- fileModified(File) - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsListener
-
Called when the watched file(s) are modified.
- FILES_TO_UPLOAD - Enum constant in enum class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault.BodyType
- FileToUpload - Class in org.spincast.plugins.httpclient
-
Information on a file to upload.
- FileToUpload(String, boolean, String) - Constructor for class org.spincast.plugins.httpclient.FileToUpload
- FileToWatch - Class in org.spincast.plugins.hotswap.fileswatcher
- fileUpload(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
-
File upload - GET
- fileUploadSubmit(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
-
File upload - POST
- FILTER_NAME_BOOLEAN - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_CHECKED - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_DATE_FORMAT - Static variable in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
- FILTER_NAME_EMPTY_OR_FALSE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_EMPTY_OR_TRUE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_ESCAPE_BUT_REPLACE_NEWLINE_BY_BR - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_NOT_EMPTY_AND_FALSE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_NOT_EMPTY_AND_TRUE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_SELECTED - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_CLASS - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_FRESH - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_GET - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_GROUP_MESSAGES - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_HAS_ERRORS - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_HAS_SUCCESSES - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_HAS_WARNINGS - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_IS_VALID - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_MESSAGES - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FILTER_NAME_VALIDATION_SUBMITTED - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- findColumn(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- findFreePort() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Finds a free port.
- findRouteMatch(R) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Find the route handlers to call.
- first() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- FlashMessage - Interface in org.spincast.core.flash
-
A Flash message.
- FlashMessageDefault - Class in org.spincast.core.flash
- FlashMessageDefault(FlashMessageLevel, String, JsonManager) - Constructor for class org.spincast.core.flash.FlashMessageDefault
- FlashMessageDefault(FlashMessageLevel, String, JsonObject, JsonManager) - Constructor for class org.spincast.core.flash.FlashMessageDefault
- FlashMessageFactory - Interface in org.spincast.core.flash
-
Factory to create Flash Messages.
- FlashMessageLevel - Enum Class in org.spincast.core.flash
-
The potential levels of a Flash message.
- FlashMessagesHolder - Interface in org.spincast.core.flash
-
Currently used to save the Flash Messages between the time a page sets one, and the time the next page displays it.
- FlashMessagesHolderDefault - Class in org.spincast.core.flash
-
TODO Use a Session?
- FlashMessagesHolderDefault() - Constructor for class org.spincast.core.flash.FlashMessagesHolderDefault
- flush() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Flushes the current response.
- flush() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- flush(boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Flushes the current response.
- flush(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- flushBytes(Object, byte[], boolean) - Method in interface org.spincast.core.server.Server
-
Flushes some bytes to the response.
- flushBytes(Object, byte[], boolean) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- FONCTION_NAME_FORM_CSRF_PROTECTTION_FIELD_NAME - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- FONCTION_NAME_FORM_CSRF_PROTECTTION_FIELD_VALUE - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- FONCTION_NAME_FORM_DOUBLE_SUBMIT_DISABLE_PROTECTION_FIELD_NAME - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- FONCTION_NAME_FORM_DOUBLE_SUBMIT_PROTECTION_FIELD_NAME - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- FONCTION_NAME_FORM_DOUBLE_SUBMIT_PROTECTION_FIELD_VALUE - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- FONCTION_NAME_TIMEZONE_COOKIE - Static variable in class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
- FORBIDDEN - Enum constant in enum class org.spincast.core.routing.hotlinking.HotlinkingStategy
-
A forbidden empty response is returned.
- FORCE - Enum constant in enum class org.spincast.core.utils.GzipOption
- forceRequestSizeValidation(Object) - Method in interface org.spincast.core.server.Server
-
Is the request size valid?
- forceRequestSizeValidation(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- Form - Interface in org.spincast.core.request
-
Specialized
JsonObject
that is also aValidationSet
to store validations. - FORM - Enum constant in enum class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault.BodyType
- FormAlreadySubmittedException - Exception in org.spincast.plugins.formsprotection.exceptions
-
Thrown when a form is double submitted.
- FormAlreadySubmittedException(String, String) - Constructor for exception org.spincast.plugins.formsprotection.exceptions.FormAlreadySubmittedException
- format() - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
Format!
- format() - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- format() - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
-
Format!
- format() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- format(String) - Method in class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
- formatDate(Date) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Format a date so it can be used in a HTTP header.
- formatDateForHttpHeader(Date) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- formatType(RelativeDateFormatType) - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
-
The type of the format to use.
- formatType(RelativeDateFormatType) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- formatUsingRelativeFormatter(Object, Map<String, Object>) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
- formatUsingStandardFormatter(Object, Map<String, Object>) - Method in class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
- FormDefault - Class in org.spincast.core.request
- FormDefault(String, JsonObject, JsonManager, SpincastUtils, ObjectConverter, Dictionary, XmlManager, SpincastConfig, Validators, FormFactory, ValidationFactory) - Constructor for class org.spincast.core.request.FormDefault
- formExample(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Simple Form example handler
- FormFactory - Interface in org.spincast.core.request
- FormInvalidCsrfTokenException - Exception in org.spincast.plugins.formsprotection.exceptions
-
Thrown when a form is submitted with an invalid CRSF token.
- FormInvalidCsrfTokenException(String, String) - Constructor for exception org.spincast.plugins.formsprotection.exceptions.FormInvalidCsrfTokenException
- FormInvalidOriginException - Exception in org.spincast.plugins.formsprotection.exceptions
-
Thrown when a form is submitted from an invalid orgin.
- FormInvalidOriginException(String, String) - Constructor for exception org.spincast.plugins.formsprotection.exceptions.FormInvalidOriginException
- FormTooOldException - Exception in org.spincast.plugins.formsprotection.exceptions
-
Thrown when a submitted form is too old.
- FormTooOldException(String, String) - Constructor for exception org.spincast.plugins.formsprotection.exceptions.FormTooOldException
- FORWARD_ROUTE_EXCEPTION_MESSAGE - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
If a request is forwaded, this is going to be the forwarding message (taken from the
ForwardRouteException
exception) The associated value is of type: String. - FORWARD_ROUTE_URL - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
When a route is forwarded, this is the new URL.
- ForwardRouteException - Exception in org.spincast.core.exceptions
-
Exception that will forward the request to another route.
- ForwardRouteException(String) - Constructor for exception org.spincast.core.exceptions.ForwardRouteException
- ForwardRouteException(String, boolean) - Constructor for exception org.spincast.core.exceptions.ForwardRouteException
- ForwardRouteException(String, String) - Constructor for exception org.spincast.core.exceptions.ForwardRouteException
- ForwardRouteException(String, String, boolean) - Constructor for exception org.spincast.core.exceptions.ForwardRouteException
- found() - Method in interface org.spincast.core.routing.RouteBuilder
-
This route will be considered during a
Found
routing process. - found() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- FOUND - Enum constant in enum class org.spincast.core.routing.RoutingType
- from(boolean) - Static method in class org.spincast.core.utils.Bool
- fromClasspathFile(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from a classpath Json file. - fromClasspathFile(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromClasspathFile(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromCollectionToJsonArray(Collection<?>) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonArray
from a random collection. - fromCollectionToJsonArray(Collection<?>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromCollectionToJsonArray(Collection<?>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromFile(File) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from a Json file. - fromFile(File) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromFile(File) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromFile(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from the path of a file, on the file system. - fromFile(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromFile(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromInputStream(InputStream) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from an inputStream. - fromInputStream(InputStream) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromInputStream(InputStream) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromInputStream(InputStream, Class<T>) - Method in interface org.spincast.core.json.JsonManager
-
Creates an instance of the specified
T
type from aJson
inputStream. - fromInputStream(InputStream, Class<T>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromInputStream(InputStream, Class<T>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromInputStreamArray(InputStream) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonArray
from an inputStream. - fromInputStreamArray(InputStream) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromInputStreamArray(InputStream) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromInputStreamToMap(InputStream) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
Map<String, Object>
from aJson
inputStream. - fromInputStreamToMap(InputStream) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromInputStreamToMap(InputStream) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromListArray(List<?>) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonArray
from aList
of elements. - fromListArray(List<?>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromListArray(List<?>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromMap(Map<String, ?>) - Method in interface org.spincast.core.json.JsonManager
-
Creates an empty
JsonObject
based on the specified Map. - fromMap(Map<String, ?>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromMap(Map<String, ?>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromMap(Map<String, ?>, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
based on the specified Map. - fromMap(Map<String, ?>, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromMap(Map<String, ?>, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromObject(Object) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from a random object.. - fromObject(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromObject(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromString(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonObject
from aJson
String. - fromString(String) - Static method in enum class org.spincast.core.utils.ContentTypeDefaults
- fromString(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromString(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromString(String, Class<T>) - Method in interface org.spincast.core.json.JsonManager
-
Creates an instance of the specified
T
type from aJson
String. - fromString(String, Class<T>) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromString(String, Class<T>) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromStringArray(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
JsonArray
from aJson
String. - fromStringArray(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromStringArray(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromStringToMap(String) - Method in interface org.spincast.core.json.JsonManager
-
Creates a
Map<String, Object>
from aJson
String. - fromStringToMap(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- fromStringToMap(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- fromStringValue(String) - Static method in enum class org.spincast.core.routing.HttpMethod
-
Returns a HttpMethod from its String representation, or
null
if not found. - fromTemplate(String, boolean, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the given parameters.
- fromTemplate(String, boolean, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template using the given parameters.
- fromTemplate(String, boolean, Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, boolean, Map<String, Object>) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, boolean, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the given parameters.
- fromTemplate(String, boolean, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template usgin the given parameters.
- fromTemplate(String, boolean, Map<String, Object>, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, boolean, Map<String, Object>, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, boolean, JsonObject) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the parameters specified as a
JsonObject
. - fromTemplate(String, boolean, JsonObject) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template using the given parameters.
- fromTemplate(String, boolean, JsonObject) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, boolean, JsonObject) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, boolean, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the parameters specified as a
JsonObject
. - fromTemplate(String, boolean, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template usgin the given parameters.
- fromTemplate(String, boolean, JsonObject, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, boolean, JsonObject, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the given parameters.
- fromTemplate(String, Map<String, Object>) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template using the given parameters.
- fromTemplate(String, Map<String, Object>) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, Map<String, Object>) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the given parameters.
- fromTemplate(String, Map<String, Object>, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template usgin the given parameters.
- fromTemplate(String, Map<String, Object>, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, Map<String, Object>, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, JsonObject) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the parameters specified as a
JsonObject
. - fromTemplate(String, JsonObject) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template using the given parameters.
- fromTemplate(String, JsonObject) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, JsonObject) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromTemplate(String, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingEngine
-
Evaluates a template using the parameters specified as a
JsonObject
. - fromTemplate(String, JsonObject, Locale) - Method in interface org.spincast.core.templating.TemplatingRequestContextAddon
-
Renders a template usgin the given parameters.
- fromTemplate(String, JsonObject, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- fromTemplate(String, JsonObject, Locale) - Method in class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- fromXml(String) - Method in interface org.spincast.core.xml.XmlManager
-
Deserializes a XML to an
JsonObject
. - fromXml(String) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- fromXml(String, Class<T>) - Method in interface org.spincast.core.xml.XmlManager
-
Deserializes a XML to the given Class.
- fromXml(String, Class<T>) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- fromXmlInputStream(InputStream, Class<T>) - Method in interface org.spincast.core.xml.XmlManager
-
Deserializes a XML inputstream to the given Type.
- fromXmlInputStream(InputStream, Class<T>) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- fromXmlToJsonArray(String) - Method in interface org.spincast.core.xml.XmlManager
-
Deserializes a XML to an
JsonArray
. - fromXmlToJsonArray(String) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- fromXmlToType(String, Type) - Method in interface org.spincast.core.xml.XmlManager
-
Deserializes a XML to the given Type.
- fromXmlToType(String, Type) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- FrontController - Interface in org.spincast.core.controllers
-
The front controller is called by the HTTP server when a request for something else than a
static resource
arrives. - FULL - Enum constant in enum class org.spincast.plugins.dateformatter.DatePattern
- FullPathMatchingPathHandler - Class in org.spincast.plugins.undertow
-
Custom PathHandler that always match on the full path, not the remaining path, if previous PathHandler matched.
- FullPathMatchingPathHandler(HttpHandler) - Constructor for class org.spincast.plugins.undertow.FullPathMatchingPathHandler
- FUNCTION_NAME_MESSAGE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_QUERYSTRING_APPEND - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_QUERYSTRING_TO_HIDDEN_FIELDS - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_ROUTE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_ROUTE_ID - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_VALIDATION_GET - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- FUNCTION_NAME_VALIDATION_JS_ONE_LINE - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
G
- generateAggregatedJavadoc() - Method in class org.spincast.website.maven.SpincastMavenPreparePackageRelease
-
Generates the aggregated Javadoc
- 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
- generateFeed(String) - Method in class org.spincast.website.controllers.FeedController
- 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
-
Will generate a new secure salt that can be used with
SpincastCryptoUtils.hashSecure(String, String)
. - 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() - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- 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
-
Will be
null
if there if noRepeatUntilFailure
annotation. - geRepeatUntilSuccessAnnotationLoopsNbr(RepeatUntilSuccess) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - get() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginScheduledTaskProviderDefault
- get() - Method in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
- get() - Method in class org.spincast.plugins.scheduledtasks.SpincastTaskSchedulerProviderDefault
- get() - Method in class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
- get() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
- get() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
- get(Key<T>) - Method in interface org.spincast.core.exchange.RequestContext
-
Shortcut to get an instance from Guice.
- get(Key<T>) - Method in class org.spincast.core.exchange.RequestContextBase
- get(Key<T>) - Method in interface org.spincast.core.websocket.WebsocketContext
-
Shortcut to get an instance from Guice.
- get(Key<T>) - Method in class org.spincast.core.websocket.WebsocketContextBase
- get(Class<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(Class<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(String) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable.
- get(String) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- get(String, boolean) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, boolean) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Key<T>) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as the specified
Key
. - get(String, Key<T>) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- get(String, Class<T>) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Gets the specified request scoped variable as the specified class.
- get(String, Class<T>) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- get(String, Locale) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- get(String, Locale, boolean) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale, boolean) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- get(String, Locale, Map<String, Object>) - Method in interface org.spincast.core.dictionary.Dictionary
-
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(String, Locale, Pair...) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Locale, Pair...) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- get(String, Map<String, Object>) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Map<String, Object>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(String, Pair...) - Method in interface org.spincast.core.dictionary.Dictionary
-
Gets a message.
- get(String, Pair...) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
-
Gets a message.
- get(JsonArray, boolean, T) - Method in interface org.spincast.core.json.JsonObjectDefault.IFirstElementGetter
- GET - Enum constant in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
- GET - Enum constant in enum class org.spincast.core.routing.HttpMethod
- 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() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- GET() - Method in class org.spincast.plugins.routing.SpincastRouter
- GET(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
GET
route. - GET(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
GET
request. - GET(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- 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.
- 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
- getAll(String) - Method in interface org.spincast.core.dictionary.Dictionary
-
Return all the possible values, for all languages used, by language abreviation.
- getAll(String) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- getAll(String, Map<String, Object>) - Method in interface org.spincast.core.dictionary.Dictionary
-
Return all the possible values, for all languages used, by language abreviation.
- getAll(String, Map<String, Object>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- getAll(String, Pair...) - Method in interface org.spincast.core.dictionary.Dictionary
-
Return all the possible values, for all languages used, by language abreviation.
- getAll(String, Pair...) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- getAllContentTypesVariations() - Static method in enum class org.spincast.core.utils.ContentTypeDefaults
- getAllKeys() - Method in interface org.spincast.core.dictionary.Dictionary
-
Returns all keys the dictionary contains.
- getAllKeys() - Method in class org.spincast.core.dictionary.DictionaryBase
- 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
- getAppConfig() - Method in class org.spincast.quickstart.config.AppLogbackConfigurerConfig
- getAppConfig() - Method in class org.spincast.quickstart.controller.AppController
- getAppConfig() - Method in class org.spincast.website.controllers.AdminController
- getAppConfig() - Method in class org.spincast.website.controllers.FeedController
- getAppConfig() - Method in class org.spincast.website.controllers.MainPagesController
- getAppConfig() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getAppConfig() - Method in class org.spincast.website.services.NewsServiceDefault
- 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
- getAppName() - Method in interface org.spincast.quickstart.config.AppConfig
-
A custom configuration : returns the application name.
- getAppName() - Method in class org.spincast.quickstart.config.AppConfigDefault
- 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.
- getAppRootPackage() - Method in interface org.spincast.quickstart.config.AppConfig
-
The root package of your application.
- getAppRootPackage() - Method in class org.spincast.quickstart.config.AppConfigDefault
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBigDecimal(int, BigDecimal) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as BigDecimal) of a
JsonArray
element. - getArrayFirstBigDecimal(int, BigDecimal) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBigDecimal(String) - 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 theJsonPath
to find the array. - getArrayFirstBigDecimal(String, boolean, boolean, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBigDecimal(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBigDecimalNoKeyParsing(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as BigDecimal) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBoolean(int, Boolean) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Boolean) of a
JsonArray
element. - getArrayFirstBoolean(int, Boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBoolean(String) - 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 theJsonPath
to find the array. - getArrayFirstBoolean(String, boolean, boolean, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBoolean(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBooleanNoKeyParsing(String, Boolean) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Boolean) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBytesFromBase64String(int, byte[]) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as byte[]) of a
JsonArray
element. - getArrayFirstBytesFromBase64String(int, byte[]) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstBytesFromBase64String(String) - 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 theJsonPath
to find the array. - getArrayFirstBytesFromBase64String(String, boolean, boolean, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBytesFromBase64String(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as byte[]) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstDate(int, Date) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Date) of a
JsonArray
element. - getArrayFirstDate(int, Date) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstDate(String) - 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 theJsonPath
to find the array. - getArrayFirstDate(String, boolean, boolean, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstDate(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstDateNoKeyParsing(String, Date) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Date) of a
JsonArray
element. - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstDouble(int, Double) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Double) of a
JsonArray
element. - getArrayFirstDouble(int, Double) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstDouble(String) - 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 theJsonPath
to find the array. - getArrayFirstDouble(String, boolean, boolean, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstDouble(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstDoubleNoKeyParsing(String, Double) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Double) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstFloat(int, Float) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Float) of a
JsonArray
element. - getArrayFirstFloat(int, Float) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstFloat(String) - 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 theJsonPath
to find the array. - getArrayFirstFloat(String, boolean, boolean, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstFloat(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstFloatNoKeyParsing(String, Float) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Float) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstInstant(int, Instant) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Instant) of a
JsonArray
element. - getArrayFirstInstant(int, Instant) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstInstant(String) - 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 theJsonPath
to find the array. - getArrayFirstInstant(String, boolean, boolean, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstInstant(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstInteger(int, Integer) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Integer) of a
JsonArray
element. - getArrayFirstInteger(int, Integer) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstInteger(String) - 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 theJsonPath
to find the array. - getArrayFirstInteger(String, boolean, boolean, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstInteger(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstIntegerNoKeyParsing(String, Integer) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Integer) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstJsonArray(int, JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonArray) of a
JsonArray
element. - getArrayFirstJsonArray(int, JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstJsonArray(String) - 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 theJsonPath
to find the array. - getArrayFirstJsonArray(String, boolean, boolean, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstJsonArray(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstJsonArrayNoKeyParsing(String, JsonArray) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonArray) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstJsonObject(int, JsonObject) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as JsonObject) of a
JsonArray
element. - getArrayFirstJsonObject(int, JsonObject) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstJsonObject(String) - 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 theJsonPath
to find the array. - getArrayFirstJsonObject(String, boolean, boolean, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstJsonObject(String, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstJsonObjectNoKeyParsing(String, JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as JsonObject) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstLong(int, Long) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as Long) of a
JsonArray
element. - getArrayFirstLong(int, Long) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstLong(String) - 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 theJsonPath
to find the array. - getArrayFirstLong(String, boolean, boolean, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstLong(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstLongNoKeyParsing(String, Long) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as Long) of a
JsonArray
element . - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstString(int, String) - Method in interface org.spincast.core.json.JsonArray
-
Gets the first element (as String) of a
JsonArray
element. - getArrayFirstString(int, String) - Method in class org.spincast.core.json.JsonArrayDefault
- getArrayFirstString(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 theJsonPath
to find the array. - getArrayFirstString(String, boolean, boolean, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstString(String, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 theJsonPath
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getArrayFirstStringNoKeyParsing(String, String) - Method in interface org.spincast.core.json.JsonObject
-
Gets the first value (as String) of a
JsonArray
element . - 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.
- getAttributeResolver() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- 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
- getBaseUrl() - Method in class org.spincast.plugins.undertow.SpincastFileSystemDirResourceManager
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getBigDecimal(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(int, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(int, BigDecimal) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
BigDecimal
. - getBigDecimal(int, BigDecimal) - Method in class org.spincast.core.json.JsonArrayDefault
- getBigDecimal(String) - 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 specifiedJsonPath
. - getBigDecimal(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getBigDecimal(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(String, boolean, BigDecimal, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBigDecimal(String, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBigDecimal(String, BigDecimal) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBigDecimal(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
BigDecimal
using the specifiedJsonPath
. - getBigDecimal(String, BigDecimal) - Method in class org.spincast.plugins.config.ConfigFinder
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBigDecimalNoKeyParsing(String, BigDecimal) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
BigDecimal
. - 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() - Method in class org.spincast.core.utils.Bool
- getBoolean(int) - 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) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBoolean(int, Boolean) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
Boolean
. - getBoolean(int, Boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- getBoolean(String) - 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 specifiedJsonPath
. - getBoolean(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getBoolean(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getBoolean(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBoolean(String, boolean, Boolean, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBoolean(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBoolean(String, Boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
Boolean
using the specifiedJsonPath
. - getBoolean(String, Boolean) - Method in class org.spincast.plugins.config.ConfigFinder
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBooleanNoKeyParsing(String, Boolean) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
Boolean
. - getBooleanNoKeyParsing(String, Boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBooleanOrFalse(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
false
whennull
. - getBooleanOrFalse(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrFalse(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
false
whennull
. - getBooleanOrFalse(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, notfalse
as JDBC does by default! - getBooleanOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getBooleanOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, notfalse
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByte(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getByte(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - getByteOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getByteOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getBytesFromBase64String(int, byte[]) - Method in interface org.spincast.core.json.JsonArray
-
Gets a byte array, from a base 64 encoded element.
- getBytesFromBase64String(int, byte[]) - Method in class org.spincast.core.json.JsonArrayDefault
- getBytesFromBase64String(String) - 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, boolean, byte[], boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBytesFromBase64String(String, byte[]) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getBytesFromBase64StringNoKeyParsing(String, byte[]) - Method in interface org.spincast.core.json.JsonObject
-
Gets a byte array, from a base 64 encoded element.
- 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
- getClasses() - Method in interface org.spincast.core.routing.Route
-
The route's classes.
- getClasses() - Method in interface org.spincast.core.websocket.WebsocketRoute
-
The WebSocket route's classes.
- getClasses() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- getClasses() - Method in class org.spincast.plugins.routing.RouteDefault
- getClasses() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
- getClasses() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- 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
-
Gets the
InputStream
from a resource on the classpath. - 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() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- getClientInfo(String) - 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() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- 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.
- 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() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- getConnection(String, String) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- 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() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
- getContentAsString(String) - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the content as a String using the specified encoding.
- 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getContentTypeBestMatch(Object) - Method in interface org.spincast.core.server.Server
-
Gets the best
Content-Type
to use for the current request. - 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.session.SpincastSessionManagerDefault
- 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
- getCookieNameFlashMessage() - Method in class org.spincast.quickstart.config.AppConfigDefault
- 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
- getCookieNameLocale() - Method in class org.spincast.quickstart.config.AppConfigDefault
- 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() - Method in interface org.spincast.plugins.httpclient.HttpResponse
-
Gets the cookies.
- getCookies() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
- getCookies(Object) - Method in interface org.spincast.core.server.Server
-
Gets the request cookies values.
- 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
- getCookiesValidatorCookieName() - Method in class org.spincast.quickstart.config.AppConfigDefault
- 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() - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- getDate(int) - 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) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(int, Date) - Method in interface org.spincast.core.json.JsonArray
-
Gets a UTC timezoned date from a
ISO 8601
date element. - getDate(int, Date) - Method in class org.spincast.core.json.JsonArrayDefault
- getDate(String) - 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 specifiedJsonPath
. - getDate(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getDate(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(String, boolean, Date, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getDate(String, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDate(String, Date) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 specifiedJsonPath
. - getDate(String, Date) - Method in class org.spincast.plugins.config.ConfigFinder
- 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 ornull
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 ornull
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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getDateNoKeyParsing(String, Date) - Method in interface org.spincast.core.json.JsonObject
-
Gets a UTC timezoned date from a
ISO 8601
date element. - 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
-
Should the
AttemptsManager.attempt(String, org.spincast.plugins.attemptslimiter.AttemptCriteria...)
method automatically increment the number of attempts by default, when not specified otherwise? - 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() - Static method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- 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(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.Spincast
-
Returns a module combining all the default plugins implementations.
- 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.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.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
- getDefaultSpincastAttributeResolver() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- 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
-
If
addGlobalTemplateVariablesAdderFilter
returnstrue
, then this is the position at which the filter will be added. - 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
-
The number of minutes between two launches of the scheduled task that will clean the database from old attempts, if
SpincastAttemptsLimiterPluginConfig.isAutoBindDeleteOldAttemptsScheduledTask()
is enabled. - getDeleteOldAttemptsScheduledTaskIntervalMinutes() - Method in class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
- getDeleteOldDoubleSubmitProtectionIdsScheduledTaskRunEveryNbrMinutes() - Method in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
If
SpincastFormsProtectionConfig.autoRegisterDeleteOldDoubleSubmitProtectionIdsScheduledTask()
is enabled, the cleanup of old saved protection ids should runs every X minutes. - 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
- getDescription() - Method in interface org.spincast.website.models.NewsEntry
-
The description of the news entry.
- getDescription() - Method in class org.spincast.website.models.NewsEntryDefault
- 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
- getDir() - Method in class org.spincast.plugins.undertow.SpincastFileSystemDirResourceManager
- getDirAbsolutePathsByWatchKey() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- getDirClassPathResourceManagerClass() - Method in class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- getDirPath() - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getDouble(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDouble(int, Double) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
Double
. - getDouble(int, Double) - Method in class org.spincast.core.json.JsonArrayDefault
- getDouble(String) - 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 specifiedJsonPath
. - getDouble(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getDouble(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDouble(String, boolean, Double, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getDouble(String, Double) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getDouble(String, Double) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
Double
using the specifiedJsonPath
. - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getDoubleNoKeyParsing(String, Double) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
Double
. - 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, not0
as JDBC does by default! - getDoubleOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getDoubleOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - 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(JsonArray, String) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the
JsonArray
at the specifiedJsonPath
. - getElementAtJsonPath(JsonArray, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the
JsonArray
, at the specifiedJsonPath
. - getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- getElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- getElementAtJsonPath(JsonArray, String, Object) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the
JsonArray
at the specifiedJsonPath
. - getElementAtJsonPath(JsonArray, String, Object) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the
JsonArray
, at the specifiedJsonPath
. - getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- getElementAtJsonPath(JsonArray, String, Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- getElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonManager
-
Gets an element from the
JsonObject
at the specifiedJsonPath
. - getElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the
JsonObject
, at the specifiedJsonPath
. - getElementAtJsonPath(JsonObject, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- getElementAtJsonPath(JsonObject, String) - 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 interface org.spincast.core.json.JsonManager
-
Gets an element from the
JsonObject
at the specifiedJsonPath
. - getElementAtJsonPath(JsonObject, String, Object) - Method in interface org.spincast.core.json.JsonPathUtils
-
Gets an element from the
JsonObject
, at the specifiedJsonPath
. - getElementAtJsonPath(JsonObject, String, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- getElementAtJsonPath(JsonObject, String, Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- getElementAtJsonPath(JsonObject, 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
- getEmail() - Method in class org.spincast.website.models.demos.HtmlFormsDemoFormBackingObject
- getEmail() - Method in interface org.spincast.website.test.User
- getEmail() - Method in class org.spincast.website.test.UserDefault
- 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
- getEndpointManager() - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- 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 theIf-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 theIf-None-Match
header, if any. - getEtagsFromIfNoneMatchHeader() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- getEtagsFromIfNoneMatchHeader() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- 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.
- getFeedNewsEntries() - Method in interface org.spincast.website.services.NewsService
-
Gets the news entries for the RSS feed.
- getFeedNewsEntries() - Method in class org.spincast.website.services.NewsServiceDefault
- 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
- getFile() - Method in class org.spincast.plugins.undertow.SpincastFileSystemFileResourceManager
- 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.SpincastClassPathFileResourceManagerDefault
- 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
- getFilters() - Method in class org.spincast.website.pebble.AppPebbleExtension
- getFilters() - Method in class org.spincast.website.pebble.RemoveHtmlTagsPebbleFilter
- 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getFlashMessage(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- 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
- getFlashMessageFactory() - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
- getFlashMessageFactory() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- getFlashMessageFactory() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
- getFlashMessageFactory() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getFloat(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloat(int, Float) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
Float
. - getFloat(int, Float) - Method in class org.spincast.core.json.JsonArrayDefault
- getFloat(String) - 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 specifiedJsonPath
. - getFloat(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getFloat(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloat(String, boolean, Float, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getFloat(String, Float) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getFloat(String, Float) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
Float
using the specifiedJsonPath
. - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getFloatNoKeyParsing(String, Float) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
Float
. - 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, not0
as JDBC does by default! - getFloatOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getFloatOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - 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 specifiedroot 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 aPOST
method), as an immutableJsonObject
. - 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 aPOST
method), as aMap
. - 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(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
May return NULL.
- getFormData(Object) - Method in interface org.spincast.core.server.Server
-
The form data, if any.
- 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
-
If the
SpincastFormsDoubleSubmitProtectionFilter
filter is used, this is the number of minutes maximum of form will be considered as valid. - 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
- getFormFactory() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
- 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 specifiedroot 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() - 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 interface org.spincast.core.exchange.RequestRequestContextAddon
-
Returns the current full URL, including the queryString, if any.
- 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- 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(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- 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) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- 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(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
andport
as forwarded by the reserve proxy, not as seen by the user. - getFullUrlProxied() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getFullUrlProxied(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
If a reverse proxy has been used, this URL will contain the
scheme
,host
andport
as forwarded by the reserve proxy, not as seen by the user. - getFullUrlProxied(boolean) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getFullUrlProxied(Object) - Method in interface org.spincast.core.server.Server
-
The full encoded URL of the potentially proxied request, including the queryString.
- getFullUrlProxied(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- getFullUrlProxied(Object, boolean) - 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 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
-
We make this final to stay consistent with the
AppBasedTestingBase
testing hierarchy: to add an extra Module, you also need to override theNoAppCustomContextTypesTestingBase.getExtraOverridingModule()
method here... - 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
-
We make this final to stay consistent with the
AppBasedTestingBase
testing hierarchy: to add extra plugins, you also need to override theNoAppCustomContextTypesTestingBase.getExtraPlugins()
method here... - 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
-
If a static resource is hotlinking protected (
StaticResource.isHotlinkingProtected()
), then this is the component responsible to that protection. - 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getHttpMethod(Object) - Method in interface org.spincast.core.server.Server
-
Gets the HTTP method associated with the request.
- 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.demos.supercalifragilisticexpialidocious.AppConfig
-
We change the port the Server will be started 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
- getId() - Method in interface org.spincast.website.models.NewsEntry
-
The news entry's id
- getId() - Method in class org.spincast.website.models.NewsEntryDefault
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getInstant(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instant
from aTIMESTAMP WITH TIME ZONE
(ie: "TIMESTAMPTZ") column. - getInstant(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInstant(int, Instant) - Method in interface org.spincast.core.json.JsonArray
-
Gets an Instant from a
ISO 8601
date element. - getInstant(int, Instant) - Method in class org.spincast.core.json.JsonArrayDefault
- getInstant(String) - 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 specifiedJsonPath
. - getInstant(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns an
Instant
from aTIMESTAMP WITH TIME ZONE
(ie: "TIMESTAMPTZ") column. - getInstant(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInstant(String, boolean, Instant, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getInstant(String, Instant) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getInstant(String, Instant) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an Instant from a
ISO 8601
date string element using the specifiedJsonPath
. - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getInstantNoKeyParsing(String, Instant) - Method in interface org.spincast.core.json.JsonObject
-
Gets an Instant from a
ISO 8601
date element. - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getInt(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getInteger(int, Integer) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
Integer
. - getInteger(int, Integer) - Method in class org.spincast.core.json.JsonArrayDefault
- getInteger(String) - 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 specifiedJsonPath
. - getInteger(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getInteger(String, boolean, Integer, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getInteger(String, Integer) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getInteger(String, Integer) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
Integer
using the specifiedJsonPath
. - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getIntegerNoKeyParsing(String, Integer) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
Integer
. - 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, not0
as JDBC does by default! - getIntegerOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getIntegerOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - getIntegerOrZero(String) - 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getIp(Object) - Method in interface org.spincast.core.server.Server
-
Gets the IP of the current request.
- getIp(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- getIsEmptyOrFalseFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsEmptyOrFalseFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsEmptyOrTrueFilter() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsEmptyOrTrueFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsNotEmptyAndFalseFilte() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsNotEmptyAndFalseFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsNotEmptyAndTrueFilte() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- getIsNotEmptyAndTrueFilterName() - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- 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
- getJavadocSourceGenerationDir() - Method in class org.spincast.website.maven.SpincastMavenPreparePackageRelease
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getJsonArray(int, JsonArray) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
JsonArray
. - getJsonArray(int, JsonArray) - Method in class org.spincast.core.json.JsonArrayDefault
- getJsonArray(String) - 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 specifiedJsonPath
. - getJsonArray(String, boolean, JsonArray, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonArray(String, JsonArray) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonArray(String, JsonArray) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonArray
using the specifiedJsonPath
. - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonArrayNoKeyParsing(String, JsonArray) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
JsonArray
. - 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonArray
using the specifiedJsonPath
. - getJsonArrayOrEmpty(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonArrayOrEmpty(String, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonArray
using the specifiedJsonPath
. - 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getJsonBody(Class<T>) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The request's body deserialized to the specified
class
. - 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
- getJsonManager() - Method in class org.spincast.website.controllers.AdminController
- getJsonManager() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
- getJsonManager() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
- getJsonManager() - Method in class org.spincast.website.controllers.MainPagesController
- getJsonManager() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getJsonObject(int, JsonObject) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
JsonObject
. - getJsonObject(int, JsonObject) - Method in class org.spincast.core.json.JsonArrayDefault
- getJsonObject(String) - 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 specifiedJsonPath
. - 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, JsonObject) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonObject(String, JsonObject) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonObject
using the specifiedJsonPath
. - 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.serializers.ThrowableSerializer
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonObjectNoKeyParsing(String, JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
JsonObject
. - 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonObject
using the specifiedJsonPath
. - getJsonObjectOrEmpty(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getJsonObjectOrEmpty(String, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
JsonObject
using the specifiedJsonPath
. - 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.serializers.ThrowableSerializer
- 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
- 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
- getLangAliasKey() - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
ISO 639 two-letter language codes: "en", "fr", etc.
- 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.routing.SpincastRouter
- getLocaleResolver() - Method in class org.spincast.plugins.routing.SpincastRouterDeps
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getLong(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLong(int, Long) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
Long
. - getLong(int, Long) - Method in class org.spincast.core.json.JsonArrayDefault
- getLong(String) - 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 specifiedJsonPath
. - getLong(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getLong(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getLong(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLong(String, boolean, Long, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getLong(String, Long) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getLong(String, Long) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
Long
using the specifiedJsonPath
. - getLong(String, Long) - Method in class org.spincast.plugins.config.ConfigFinder
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getLongNoKeyParsing(String, Long) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
Long
. - 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, not0
as JDBC does by default! - getLongOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getLongOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - 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
- getMainArgs() - Method in class org.spincast.website.controllers.AdminController
- getMainArgs() - Method in class org.spincast.website.controllers.MainPagesController
- getMainArgs() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- 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 class org.spincast.core.utils.ContentTypeDefaults
- getMainVariationWithUtf8Charset() - Method in enum class 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
- getMavenInstallatinRoot() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- 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 asJsonPaths
to create aJsonObject
. - 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() - Method in interface org.spincast.core.validation.ValidationSet
-
Gets the validation keys and their associated messages.
- getMessages(String) - Method in class org.spincast.core.request.FormDefault
- getMessages(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Gets the validation messages for the specified key.
- 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 class org.spincast.core.request.FormDefault
- 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
-
Will be
null
if there if noRepeatUntilFailure
annotation. - getMethodRepeatUntilFailureAnnotationLoopsSleep(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilFailure
annotation. - getMethodRepeatUntilSuccessAnnotationLoopsNbr(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - getMethodRepeatUntilSuccessAnnotationLoopsSleep(Method) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - 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
- 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
- getNbrNewsEntriesTotal() - Method in interface org.spincast.website.models.NewsEntriesAndTotalNbr
- 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.
- getNewsEntries() - Method in interface org.spincast.website.models.NewsEntriesAndTotalNbr
- getNewsEntries(boolean) - Method in interface org.spincast.website.repositories.NewsRepository
-
Gets all the news entries.
- getNewsEntries(boolean) - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntries(boolean) - Method in interface org.spincast.website.services.NewsService
-
Gets all the news entries.
- getNewsEntries(boolean) - Method in class org.spincast.website.services.NewsServiceDefault
- getNewsEntries(int, int, boolean) - Method in interface org.spincast.website.repositories.NewsRepository
-
Gets news entries.
- getNewsEntries(int, int, boolean) - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntries(int, int, boolean) - Method in interface org.spincast.website.services.NewsService
-
Gets news entries.
- getNewsEntries(int, int, boolean) - Method in class org.spincast.website.services.NewsServiceDefault
- getNewsEntriesAndTotalNbr(int, int, boolean) - Method in interface org.spincast.website.repositories.NewsRepository
-
Gets news entries and the number total of entries in the data source.
- getNewsEntriesAndTotalNbr(int, int, boolean) - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntriesById() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntriesLocal() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntriesTotalNumber() - Method in interface org.spincast.website.repositories.NewsRepository
-
Gets news entries number.
- getNewsEntriesTotalNumber() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntry(long) - Method in interface org.spincast.website.repositories.NewsRepository
-
Gets a specific news entry.
- getNewsEntry(long) - Method in class org.spincast.website.repositories.TemplateFilesRepository
- getNewsEntry(long) - Method in interface org.spincast.website.services.NewsService
-
Gets a specific news entry.
- getNewsEntry(long) - Method in class org.spincast.website.services.NewsServiceDefault
- getNewsRepository() - Method in class org.spincast.website.services.NewsServiceDefault
- getNewsService() - Method in class org.spincast.website.controllers.AdminController
- getNewsService() - Method in class org.spincast.website.controllers.FeedController
- getNewsService() - Method in class org.spincast.website.controllers.MainPagesController
- 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getObject(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(int, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(int, Object) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element, untyped.
- getObject(int, Object) - Method in class org.spincast.core.json.JsonArrayDefault
- getObject(int, Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String) - 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) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String, boolean, Object, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getObject(String, Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getObject(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getObject(String, Object) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an untyped Object using the specified
JsonPath
. - getObject(String, Map<String, Class<?>>) - 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getObjectNoKeyParsing(String, Object) - Method in interface org.spincast.core.json.JsonObject
-
Gets an untyped Object.
- 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() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- getOpenApiAsJson(boolean) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as JSON.
- 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() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- getOpenApiAsYaml(boolean) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The generated specifications as YAML.
- 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.
- getPatternFromDictionaryKey(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Get a path pattern from a dictionary key.
- getPatternNbr() - Method in enum class 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
- 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
- getPeerNamesAll() - Static method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- 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
- getPluginDocTemplatePath(String) - Method in class org.spincast.website.controllers.MainPagesController
-
Return the classpath path to the plugin documentation template or NULL if not found.
- getPluginModule() - Method in class org.spincast.core.guice.SpincastCorePlugin
- getPluginModule() - Method in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- 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() - 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() - 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
- getPluginModule(Class<? extends SpincastConfig>) - Method in class org.spincast.plugins.config.SpincastConfigPlugin
- getPluginModule(Class<? extends Dictionary>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
- getPluginModule(Class<? extends Router<?, ?>>) - Method in class org.spincast.plugins.routing.SpincastRoutingPlugin
- 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
- getPortToUse() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
- getPortToUse() - Method in interface org.spincast.testing.core.postgres.SpincastTestingPostgresConfig
-
The port to use.
- getPortToUse() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
- 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.RedirectRuleBuilderDefault
- 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
-
The
Cookie
s returned by the previousHttpResponse
. - 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. - getProjectBaseDir() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- getProjectBuildDir() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- getProjectBuildOutputDir() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- getProjectVersion() - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
- 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.demos.supercalifragilisticexpialidocious.AppConfig
-
It is recommended to always override the
getPublicUrlBase()
configuration. - getPublicUrlBase() - Method in class org.spincast.plugins.config.SpincastConfigDefault
-
You should override this config!!!!
- getPublicUrlBase() - Method in class org.spincast.quickstart.config.AppConfigDefault
- getPublicUrlBase() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
- getPublishedDate() - Method in interface org.spincast.website.models.NewsEntry
-
The published date
- getPublishedDate() - Method in class org.spincast.website.models.NewsEntryDefault
- 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getQueryStringParams(Object) - Method in interface org.spincast.core.server.Server
-
Gets the queryString parameters.
- 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.
- 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
-
The URL to redirect the protected resource when the
HotlinkingManager.getHotlinkingStategy(Object, URI, StaticResource)
returnsHotlinkingStategy.REDIRECT
. - 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
-
Will be
null
if there if noRepeatUntilFailure
annotation. - getRepeatUntilSuccessAnnotationLoopsSleep(RepeatUntilSuccess) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - 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(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
- 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(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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getRequestPath(boolean) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The path of the request (no querystring).
- 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.SpincastClassPathDirResourceManagerDefault
- getResource(String) - Method in class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- getResource(String) - Method in class org.spincast.plugins.undertow.SpincastFileSystemDirResourceManager
- getResource(String) - Method in class org.spincast.plugins.undertow.SpincastFileSystemFileResourceManager
- 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
- getResourceInfo() - Method in class org.spincast.quickstart.config.AppLogbackConfigurerConfig
- 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
- getRootUrl() - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- 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
- getRouteParamPatternFromDictionaryKeyCache() - 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
- 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
- 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShort(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Deprecated.
- getShort(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrNull(int) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - getShortOrNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrNull(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
null
when null, not0
as JDBC does by default! - 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(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getShortOrZero(String) - Method in interface org.spincast.plugins.jdbc.SpincastResultSet
-
Returns
0
when null. - 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.flywayutils.SpincastFlywayMigrationContextDefault
- 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.session.SpincastSessionManagerDefault
- 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
- getSpincastConfig() - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
- 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
- getSpincastCssYuiCompressorManager() - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
- 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
- getSpincastJsClosureCompilerManager() - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
- 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.SpincastClassPathDirResourceManagerDefault
- 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
- getSpincastUtils() - Method in class org.spincast.website.controllers.AdminController
- getSpincastUtils() - Method in class org.spincast.website.controllers.MainPagesController
- getSpincastUtils() - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
- getSpincastUtils() - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
- getSpincastUtils() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- 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
-
Returns the
StaticResource
to serve ornull
if this is not a route for a static resource (ie ifRoute.isStaticResourceRoute()
) doesn't returntrue
. - 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) - Method in class org.spincast.core.json.JsonArrayDefault
- getString(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getString(int, String) - Method in interface org.spincast.core.json.JsonArray
-
Gets an element as
String
. - getString(int, String) - Method in class org.spincast.core.json.JsonArrayDefault
- getString(String) - 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 specifiedJsonPath
. - getString(String) - Method in class org.spincast.plugins.config.ConfigFinder
- getString(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- 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, String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getString(String, String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Gets an element as
String
using the specifiedJsonPath
. - getString(String, String) - Method in class org.spincast.plugins.config.ConfigFinder
- 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) - Method in class org.spincast.core.json.JsonObjectArrayBase
- getStringNoKeyParsing(String, String) - Method in interface org.spincast.core.json.JsonObject
-
Gets an element as
String
. - 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
- getTemplatingEngine() - Method in class org.spincast.quickstart.config.AppLogbackConfigurerConfig
- getTemplatingEngine() - Method in class org.spincast.website.controllers.PublicDynamicResourcesController
- getTemplatingEngine() - Method in class org.spincast.website.repositories.TemplateFilesRepository
- 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
-
Will be
null
if there if noRepeatUntilFailure
annotation. - getTestClassRepeatUntilFailureAnnotationLoopsSleep() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilFailure
annotation. - getTestClassRepeatUntilSuccessAnnotationLoopsNbr() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - getTestClassRepeatUntilSuccessAnnotationLoopsSleep() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Will be
null
if there if noRepeatUntilSuccess
annotation. - 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.
- getThrowableSerializer() - Method in class org.spincast.plugins.gson.SpincastGsonManager
- getThrowableSerializerImpl() - Method in class org.spincast.plugins.gson.SpincastGsonPluginModule
- getTime(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTime(String) - 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(int, Calendar) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getTimestamp(String) - 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
- getTitle() - Method in interface org.spincast.website.models.NewsEntry
-
The title of the news entry.
- getTitle() - Method in class org.spincast.website.models.NewsEntryDefault
- 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() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- getUnsentCharacters(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Gets the current unsent characters (AKA the buffer), using the specified encoding.
- 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() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getUploadedFiles(Object) - Method in interface org.spincast.core.server.Server
-
The uploaded files, if any.
- getUploadedFiles(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- getUploadedFiles(String) - Method in interface org.spincast.core.exchange.RequestRequestContextAddon
-
The uploaded files of the specified HTML's
name
attribute. - getUploadedFiles(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- getUrl() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- getUrl() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- getURL(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- getURL(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- 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
- getUserToAddTagTo(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Checks if there is a User to add, server-side.
- 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
- getValidationFactory() - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
- getValidationFactory() - Method in class org.spincast.website.test.UserValidator
- 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
- getValidators() - Method in class org.spincast.website.test.UserValidator
- 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 class 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 class 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 theWebsocketClientHandler
. - 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 theWebsocketClientHandler
. - 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 theWebsocketClientHandler
. - 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
-
Will call
SpincastConfigDefault.getSpincastWritableDirPath()
to get the path to use for the writable directory. - 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
- githubSource(AppRequestContext) - Method in class org.spincast.demos.supercalifragilisticexpialidocious.AppController
-
Route Handler for the "/github-source/${username}" Route.
- 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(Module...) - Constructor for class org.spincast.core.guice.GuiceModuleUtils
- GuiceModuleUtils(Set<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 Class in org.spincast.core.utils
-
Control how gzip should be applied on a route.
H
- handle() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Saves the static resource route to the router.
- handle() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- handle(Object) - Method in interface org.spincast.core.controllers.FrontController
- handle(Object) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Front controller's handle() method, called by the HTTP server.
- handle(DefaultRequestContext) - Method in interface org.spincast.plugins.routing.DefaultHandler
- handle(RequestContext<?>) - Method in interface org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilter
-
Filter's handle main method.
- handle(RequestContext<?>) - Method in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
- handle(RequestContext<?>) - Method in interface org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilter
-
Filter's handle main method.
- handle(RequestContext<?>) - Method in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
- handle(Handler<R>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Creates the route and saves it to the router.
- handle(Handler<R>) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Saves the static resource route.
- handle(Handler<R>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- handle(Handler<R>) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- handle(Handler<R>, boolean) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
Saves the static resource route.
- handle(Handler<R>, boolean) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- handle(WebsocketController<R, W>) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
Saves the WebSocket route on the router.
- handle(WebsocketController<R, W>) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- handle(SpincastResultSet) - Method in interface org.spincast.plugins.jdbc.statements.ResultSetHandler
- handle(R) - Method in interface org.spincast.core.routing.Handler
-
Receives a
request context
object and handles it. - handle(R) - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
The handle() method for WebSocket handshaking, called by the front controller once the potential "before" filters have been ran.
- handle(R, String) - Method in interface org.spincast.core.routing.RedirectHandler
- handleConnectionRequest(HttpServerExchange, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- handleConnectionRequest(HttpServerExchange, String) - Method in interface org.spincast.plugins.undertow.WebsocketEndpoint
- Handler<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
A route handler.
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.CorsHandlerDefault
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.FullPathMatchingPathHandler
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerDefault
- handleRequest(HttpServerExchange) - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
- HASH_LINE_END - Static variable in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- HASH_LINE_END - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- HASH_LINE_START - Static variable in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- HASH_LINE_START - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- hashCode() - Method in class org.spincast.plugins.routing.ETagDefault
- hashSecure(String, String) - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Will hash a string using
BCrypt
. - hashSecure(String, String) - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- hasKey(String) - Method in interface org.spincast.core.dictionary.Dictionary
-
Contains this key?
- hasKey(String) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- hasMessages() - Method in class org.spincast.core.request.FormDefault
- hasMessages() - Method in interface org.spincast.core.validation.ValidationSet
-
Does this validation set contain any validation Messages?
- hasMessages(String) - Method in class org.spincast.core.request.FormDefault
- hasMessages(String) - Method in interface org.spincast.core.validation.ValidationSet
-
Does the the element at the specified key contains validation Messages?
- HEAD - Enum constant in enum class org.spincast.core.routing.HttpMethod
- HEAD() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
HEAD
as a supported HTTP method. - HEAD() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
HEAD
route, for all path. - HEAD() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- HEAD() - Method in class org.spincast.plugins.routing.SpincastRouter
- HEAD(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
HEAD
route. - HEAD(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
HEAD
request. - HEAD(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- HEAD(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a HEAD method.
- HEAD(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a HEAD method.
- HEAD(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a HEAD method.
- HEADERS_ALREADY_SENT - Enum constant in enum class org.spincast.core.filters.CorsFilterResponse
- HeadRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- HeadRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a HEAD request.
- HeadRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.HeadRequestBuilderDefault
- helloCurrentPeer() - Method in interface org.spincast.quickstart.exchange.AppWebsocketContext
-
A custom method example.
- helloCurrentPeer() - Method in class org.spincast.quickstart.exchange.AppWebsocketContextDefault
- helloWorldBetter(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- helloWorldQuick(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- helloWorldSuper(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- HotlinkingManager - Interface in org.spincast.core.routing.hotlinking
- HotlinkingManagerDefault - Class in org.spincast.core.routing.hotlinking
-
Default
HotlinkingManager
. - HotlinkingManagerDefault(SpincastConfig) - Constructor for class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
- hotlinkingProtected() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
When a static resource is flagged as being *hotlinking protected*, the server will validate the
origin
andreferer
of the request. - hotlinkingProtected() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- hotlinkingProtected(HotlinkingManager) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
When a static resource is flagged as being *hotlinking protected*, the server will validate the
origin
andreferer
of the request. - hotlinkingProtected(HotlinkingManager) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- HotlinkingStategy - Enum Class in org.spincast.core.routing.hotlinking
-
The strategy to apply to hotlinking protect a resource.
- hotswapAgentUnavailableMessageOutputed - Static variable in class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
- HotSwapClassesRedefinitionsListener - Interface in org.spincast.plugins.hotswap.classeswatcher
-
A listener for classes redefinitions.
- HotSwapClassesRedefinitionsWatcher - Interface in org.spincast.plugins.hotswap.classeswatcher
- HotSwapClassesRedefinitionsWatcherDefault - Class in org.spincast.plugins.hotswap.classeswatcher
-
The instance of this class will be created by HotSwap Agent.
- HotSwapClassesRedefinitionsWatcherDefault() - Constructor for class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- HotSwapClassesRedefinitionsWatcherDummy - Class in org.spincast.plugins.hotswap.classeswatcher
-
Dummy implementation of HotSwapClassesRedefinitionsWatcher used when Hotswap Agent is not available.
- HotSwapClassesRedefinitionsWatcherDummy() - Constructor for class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDummy
- HotSwapFilesModificationsListener - Interface in org.spincast.plugins.hotswap.fileswatcher
-
A listener for file(s) that are watched for modifications.
- HotSwapFilesModificationsWatcher - Interface in org.spincast.plugins.hotswap.fileswatcher
- HotSwapFilesModificationsWatcherDefault - Class in org.spincast.plugins.hotswap.fileswatcher
- HotSwapFilesModificationsWatcherDefault(Set<HotSwapFilesModificationsListener>) - Constructor for class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- html() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
application/html
as an acceptedContent-Type
. - html() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- HTML - Enum constant in enum class org.spincast.core.utils.ContentTypeDefaults
- HTML - Enum constant in enum class org.spincast.core.validation.ValidationMessageFormatType
- HtmlFormsDemoFormBackingObject - Class in org.spincast.website.models.demos
- HtmlFormsDemoFormBackingObject() - Constructor for class org.spincast.website.models.demos.HtmlFormsDemoFormBackingObject
- httpAuth(String, String) - Method in interface org.spincast.core.routing.Router
-
Creates HTTP authentication protection (realm) for the specified path prefix.
- httpAuth(String, String) - Method in class org.spincast.plugins.routing.SpincastRouter
- httpAuthentication(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- httpAuthenticationProtectedPage(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- httpClient() - Method in interface org.spincast.demos.supercalifragilisticexpialidocious.AppRequestContext
-
Add-on to access the HttpClient factory
- httpClient() - Method in class org.spincast.demos.supercalifragilisticexpialidocious.AppRequestContextDefault
- httpClient() - Method in interface org.spincast.quickstart.exchange.AppRequestContext
-
Add-on to access the HttpClient factory
- httpClient() - Method in class org.spincast.quickstart.exchange.AppRequestContextDefault
- HttpClient - Interface in org.spincast.plugins.httpclient
-
Factory to create Http request builders.
- HttpClient - Interface in org.spincast.plugins.httpclient.websocket
- HttpMethod - Enum Class in org.spincast.core.routing
-
Enum for the
HTTP methods
. - HttpRequestBuilder<T extends HttpRequestBuilder<?>> - Interface in org.spincast.plugins.httpclient
-
Base for all Http/Websocket request builders.
- HttpRequestBuilderBase<T extends HttpRequestBuilder<?>> - Class in org.spincast.plugins.httpclient.builders
-
Http client builders base class.
- HttpRequestBuilderBase(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
-
Constructor
- HttpResponse - Interface in org.spincast.plugins.httpclient
- HttpResponseDefault - Class in org.spincast.plugins.httpclient
-
Spincast Http Client's reponse implementation.
- HttpResponseDefault(int, String, byte[], Map<String, List<String>>, Map<String, Cookie>, boolean, JsonManager) - Constructor for class org.spincast.plugins.httpclient.HttpResponseDefault
- HttpResponseFactory - Interface in org.spincast.plugins.httpclient
-
Factory to create Spincast Http Client's reponses.
- HttpServerProcessHandlerExecutionHandler - Interface in org.spincast.plugins.processutils
- HttpSpincastRequestBuilderBase<T extends HttpRequestBuilder<?>> - Class in org.spincast.plugins.httpclient.builders
- HttpSpincastRequestBuilderBase(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.HttpSpincastRequestBuilderBase
I
- 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
- IF_MAX_NOT_REACHED - Enum constant in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
- IF_MAX_REACHED - Enum constant in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
- IgnoreErrorButStopLoops - Annotation Interface 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) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- image(String, boolean) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The image to use as the watermark.
- image(String, boolean) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- imageWatermarkerBuilder() - Method in interface org.spincast.plugins.watermarker.SpincastWatermarkerFactory
-
Starts the creation of a
SpincastImageWatermarker
. - incrementAttemptsCount() - Method in interface org.spincast.plugins.attemptslimiter.Attempt
-
Increments the number of attempts.
- incrementAttemptsCount() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
- index(DefaultRequestContext) - Method in class org.spincast.demos.better.AppController
- index(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Index page handler
- index(AppRequestContext) - Method in class org.spincast.website.controllers.AdminController
- index(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- indexPage(AppRequestContext) - Method in class org.spincast.demos.supercalifragilisticexpialidocious.AppController
-
Simple "Hello World" response on the "/" Route.
- 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() - 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() - 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
- init() - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- init() - Method in class org.spincast.website.maven.SpincastMavenPreparePackage
- init() - Method in class org.spincast.website.maven.SpincastMavenPreparePackageRelease
-
Starts the script
- init() - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- init() - Method in class org.spincast.website.repositories.TemplateFilesRepository
-
Init
- 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(CtClass) - Static method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- init(SpincastConfig, Router<R, W>) - Method in class org.spincast.core.routing.DefaultRouteParamAliasesBinder
-
Init : binds the aliases.
- init(Router<AppRequestContext, DefaultWebsocketContext>) - Method in class org.spincast.demos.supercalifragilisticexpialidocious.AppController
-
Init method : we inject the Router and add some Routes to it.
- init(Server, SpincastConfig) - Method in class org.spincast.demos.supercalifragilisticexpialidocious.App
- init(Server, DefaultRouter, AppController) - Method in class org.spincast.demos.better.App
- init(DefaultRouter, Server) - Method in class org.spincast.demos.quick.App
- init(DefaultRouter, AppController, Server) - Method in class org.spincast.demos.sum.App
- 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
- INSTALL - Enum constant in enum class org.spincast.plugins.processutils.MavenProjectGoal
- InstantSerializer - Class in org.spincast.plugins.gson.serializers
- InstantSerializer() - Constructor for class org.spincast.plugins.gson.serializers.InstantSerializer
- INVALID_CORS_REQUEST - Enum constant in enum class org.spincast.core.filters.CorsFilterResponse
- 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
- invalidateAll() - Method in class org.spincast.plugins.pebble.utils.SpincastCaffeineTagCache
- invalidateAll() - Method in class org.spincast.plugins.pebble.utils.SpincastCaffeineTemplateCache
- 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 isnull
. - 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()
orSpincast.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 currentlynull
, of typeBigDecimal
, or can be converted and retrieved as one. - isCanBeConvertedToBigDecimal(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToBigDecimal(String) - 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 currentlynull
, of typeBigDecimal
, or can be converted and retrieved as one. - isCanBeConvertedToBigDecimal(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeBigDecimal
, 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 currentlynull
, of typeBoolean
, or can be converted and retrieved as one. - isCanBeConvertedToBoolean(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToBoolean(String) - 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 currentlynull
, of typeBoolean
, or can be converted and retrieved as one. - isCanBeConvertedToBoolean(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeBoolean
, 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 currentlynull
, of typebase 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(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
- isCanBeConvertedToByteArray(String) - 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 currentlynull
, of typebase 64 String
representing a byte array, or can be converted and retrieved as one. - isCanBeConvertedToByteArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typebase 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 currentlynull
, of typeDate
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
, of typeDate
, or can be converted and retrieved as one. - isCanBeConvertedToDate(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeDate
, 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 currentlynull
, of typeDouble
, or can be converted and retrieved as one. - isCanBeConvertedToDouble(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToDouble(String) - 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 currentlynull
, of typeDouble
, or can be converted and retrieved as one. - isCanBeConvertedToDouble(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeDouble
, 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 currentlynull
, of typeFloat
, or can be converted and retrieved as one. - isCanBeConvertedToFloat(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToFloat(String) - 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 currentlynull
, of typeFloat
, or can be converted and retrieved as one. - isCanBeConvertedToFloat(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeFloat
, 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 currentlynull
, of typeInteger
, or can be converted and retrieved as one. - isCanBeConvertedToInteger(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToInteger(String) - 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 currentlynull
, of typeInteger
, or can be converted and retrieved as one. - isCanBeConvertedToInteger(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeInteger
, 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 currentlynull
, of typeJsonArray
, or can be converted and retrieved as one. - isCanBeConvertedToJsonArray(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToJsonArray(String) - 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 currentlynull
, of typeJsonArray
, or can be converted and retrieved as one. - isCanBeConvertedToJsonArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeJsonArray
, 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 currentlynull
, of typeJsonObject
, or can be converted and retrieved as one. - isCanBeConvertedToJsonObject(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToJsonObject(String) - 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 currentlynull
, of typeJsonObject
, or can be converted and retrieved as one. - isCanBeConvertedToJsonObject(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeJsonObject
, 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 currentlynull
, of typeLong
, or can be converted and retrieved as one. - isCanBeConvertedToLong(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToLong(String) - 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 currentlynull
, of typeLong
, or can be converted and retrieved as one. - isCanBeConvertedToLong(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeLong
, 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 currentlynull
, of typeString
, or can be converted and retrieved as one. - isCanBeConvertedToString(int) - Method in class org.spincast.core.json.JsonArrayDefault
- 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
- isCanBeConvertedToString(String) - 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 currentlynull
, of typeString
, or can be converted and retrieved as one. - isCanBeConvertedToString(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
, of typeString
, 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
-
Validate if a String contains characters below 31 or DEL (127).
- isContainsSpecialCharacters(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- isContentTypeToSkipGziping(HttpServerExchange) - Method in class org.spincast.plugins.undertow.GzipCheckerHandlerDefault
- 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
- 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 isnull
. - isElementExists(int) - Method in class org.spincast.core.json.JsonArrayDefault
- isElementExists(JsonArray, String) - Method in interface org.spincast.core.json.JsonManager
-
Does the array contain an element at the specified
JsonPath
(even ifnull
)? - isElementExists(JsonArray, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Does the array contain an element at the
JsonPath
position (even ifnull
)? - isElementExists(JsonArray, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- isElementExists(JsonArray, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- isElementExists(JsonArray, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- isElementExists(JsonObject, String) - Method in interface org.spincast.core.json.JsonManager
-
Does the object contain an element at the specified
JsonPath
(even ifnull
)? - isElementExists(JsonObject, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Does the object contain an element at the
JsonPath
position (even ifnull
)? - isElementExists(JsonObject, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- isElementExists(JsonObject, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- isElementExists(JsonObject, 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 embeddedServer
, 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 returnstrue
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 returnstrue
if they are equivalent. - isEquivalentTo(JsonObject) - Method in class org.spincast.core.json.JsonObjectDefault
- isError() - 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 class org.spincast.core.request.FormDefault
- 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 thatHTML
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 thatJson
is the most appropriate format to return. - isJsonShouldBeReturn() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- isKeyBound(Key<?>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Checks if a key is bound in the Module
- isKeyBound(Class<?>) - Method in class org.spincast.core.guice.GuiceModuleUtils
-
Checks if a class 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
- isLogCredentials() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
- 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 isnull
. - 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 isnull
. - 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 isnull
. - isNullNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- ISO - Enum constant in enum class org.spincast.plugins.dateformatter.DatePattern
- isOfTypeBigDecimal(int) - Method in interface org.spincast.core.json.JsonArray
-
Validates that the element at the specified
index
exists and is currentlynull
or of typeBigDecimal
, 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 currentlynull
or of typeBigDecimal
, 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 currentlynull
or of typeBigDecimal
, 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 currentlynull
or of typeBoolean
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeBoolean
, without requiring any conversion. - isOfTypeBoolean(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeBoolean
, 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 currentlynull
or of typebyte[]
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typebyte[]
, without requiring any conversion. - isOfTypeByteArray(String, boolean, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typebyte[]
, 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 currentlynull
or of typeDate
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeDate
, without requiring any conversion. - isOfTypeDate(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeDate
, 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 currentlynull
or of typeDouble
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeDouble
, without requiring any conversion. - isOfTypeDouble(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeDouble
, 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 currentlynull
or of typeFloat
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeFloat
, without requiring any conversion. - isOfTypeFloat(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeFloat
, 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 currentlynull
or of typeInteger
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeInteger
, without requiring any conversion. - isOfTypeInteger(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeInteger
, 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 currentlynull
or of typeJsonArray
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeJsonArray
, without requiring any conversion. - isOfTypeJsonArray(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeJsonArray
, 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 currentlynull
or of typeJsonObject
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeJsonObject
, without requiring any conversion. - isOfTypeJsonObject(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeJsonObject
, 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 currentlynull
or of typeLong
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeLong
, without requiring any conversion. - isOfTypeLong(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeLong
, 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 currentlynull
or of typeString
, 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) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Validates that the value at the specified
JsonPath
exists and is currentlynull
or of typeString
, without requiring any conversion. - isOfTypeString(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- 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 currentlynull
or of typeString
, 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 thatplain-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
- isPresent(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- isPresent(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Does the object contain an element at the
JsonPath
position (even ifnull
)? - 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(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(String, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- 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(URI, 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
- isResetSchemaOnInit() - Method in interface org.spincast.testing.core.postgres.SpincastTestingPostgresConfig
-
Will reset the "public" schema if it exists at startup.
- isResetSchemaOnInit() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
- isResourceChangeListenerSupported() - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- isResourceChangeListenerSupported() - Method in class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- 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 itsMETA-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 itsname
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
-
Will set
Cookie.setSecure(boolean)
tofalse
on cookies added to theAppBasedTestingBase.getPreviousResponseCookies()
so their can be resend in tests file using HTTP (not HTTPS). - isShouldGzip() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- isSkipResources() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- isSkipResources() - Method in class org.spincast.plugins.session.SpincastSessionFilterDefault
- 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
-
Is this a route for a resource? It is if it was was started using
Router.dir(String)
orRouter.file(String)
. - 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() - 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 class org.spincast.core.request.FormDefault
- 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(Collection<FrameworkMethod>) - Method in class org.spincast.testing.core.SpincastTestBase
- isTestClassDisabledPreBeforeClass(Collection<FrameworkMethod>) - 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() - Method in interface org.spincast.core.validation.ValidationSet
-
Returns
true
if the validation set does not contain ERROR messages. - isValid(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- isValid(String...) - Method in class org.spincast.core.request.FormDefault
- 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. - isValidateLocalhostHost() - Method in interface org.spincast.core.config.SpincastConfig
-
By default, if
SpincastConfig.getPublicServerHost()
returns"localhost"
,SpincastConfig.getEnvironmentName()
is not"local"
andSpincastConfig.isDevelopmentMode()
is false, an exception is thrown when the application starts. - isValidateLocalhostHost() - Method in class org.spincast.plugins.config.SpincastConfigDefault
- isValidateLocalhostHost() - Method in class org.spincast.testing.core.utils.SpincastConfigTestingDefault
- isValidateOnMigrate() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
- 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() - 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 class org.spincast.core.request.FormDefault
- 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 thatXML
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
J
- JdbcQueries<T> - Interface in org.spincast.plugins.jdbc
-
The JDBC queries to run inside a
JdbcScope
wrapper. - JdbcScope - Class in org.spincast.plugins.jdbc
- JdbcScope(SpincastConnectionFactory) - Constructor for class org.spincast.plugins.jdbc.JdbcScope
- JdbcStatementFactory - Interface in org.spincast.plugins.jdbc
- JdbcUtils - Interface in org.spincast.plugins.jdbc
- JdbcUtilsDefault - Class in org.spincast.plugins.jdbc
- JdbcUtilsDefault(JdbcScope, JdbcStatementFactory) - Constructor for class org.spincast.plugins.jdbc.JdbcUtilsDefault
- JS_BUNDLE_FUNCTION_ARG_DISABLE_CACHE_BUSTING - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- json() - Method in interface org.spincast.core.exchange.RequestContext
-
Easy access to the
JsonManager
, Json related methods. - json() - Method in class org.spincast.core.exchange.RequestContextBase
- json() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
application/json
as an acceptedContent-Type
. - json() - Method in interface org.spincast.core.websocket.WebsocketContext
-
Easy access to the
JsonManager
, Json related methods. - json() - Method in class org.spincast.core.websocket.WebsocketContextBase
- json() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- JSON - Enum constant in enum class org.spincast.core.utils.ContentTypeDefaults
- JSON - Enum constant in enum class org.spincast.core.validation.ValidationMessageFormatType
- JsonArray - Interface in org.spincast.core.json
-
Represents a
Json
array, "[]". - JsonArrayDefault - Class in org.spincast.core.json
-
JsonArray
implementation. - JsonArrayDefault(List<Object>, boolean, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonArrayDefault
-
Constructor
- JsonArrayDefault(List<Object>, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonArrayDefault
-
Constructor
- JsonArrayDefault(JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonArrayDefault
-
Constructor
- JsonArrayDeserializer - Class in org.spincast.plugins.gson.serializers
- JsonArrayDeserializer(JsonObjectFactory, Provider<SpincastGsonManager>) - Constructor for class org.spincast.plugins.gson.serializers.JsonArrayDeserializer
- JsonArraytSerializer - Class in org.spincast.plugins.gson.serializers
- JsonArraytSerializer(Provider<SpincastGsonManager>) - Constructor for class org.spincast.plugins.gson.serializers.JsonArraytSerializer
- JsonManager - Interface in org.spincast.core.json
-
Provides methods to play with
Json
strings and objects. - JsonMixinInfo - Interface in org.spincast.plugins.jacksonjson
-
Links a mixin to a class to (de)serialize using Jackson.
- JsonMixinInfoDefault - Class in org.spincast.plugins.jacksonjson
-
An simple implementation of JsonMixinInfo.
- JsonMixinInfoDefault(Class<?>, Class<?>) - Constructor for class org.spincast.plugins.jacksonjson.JsonMixinInfoDefault
- JsonObject - Interface in org.spincast.core.json
-
Represents a
Json
object, "{}". - JsonObjectArrayBase - Class in org.spincast.core.json
-
Base class for both JsonObject and JsonArray.
- JsonObjectArrayBase(boolean, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonObjectArrayBase
-
Constructor
- JsonObjectArrayBase.JsonPathCachingItem - Class in org.spincast.core.json
- JsonObjectDefault - Class in org.spincast.core.json
-
JsonObject
implementation. - JsonObjectDefault(Map<String, Object>, boolean, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonObjectDefault
-
Constructor
- JsonObjectDefault(Map<String, Object>, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonObjectDefault
-
Constructor
- JsonObjectDefault(JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonObjectDefault
-
Constructor
- JsonObjectDefault(JsonObject, boolean, JsonManager, SpincastUtils, ObjectConverter) - Constructor for class org.spincast.core.json.JsonObjectDefault
-
Constructor
- JsonObjectDefault.IFirstElementGetter<T> - Interface in org.spincast.core.json
- JsonObjectDeserializer - Class in org.spincast.plugins.gson.serializers
- JsonObjectDeserializer(JsonObjectFactory) - Constructor for class org.spincast.plugins.gson.serializers.JsonObjectDeserializer
- JsonObjectFactory - Interface in org.spincast.core.json
-
Factory to create
JsonObject
andJsonArray
objects. - JsonObjectOrArray - Interface in org.spincast.core.json
-
Base interface for
JsonObject
andJsonArray
. - JsonObjectSerializer - Class in org.spincast.plugins.gson.serializers
- JsonObjectSerializer(Provider<SpincastGsonManager>) - Constructor for class org.spincast.plugins.gson.serializers.JsonObjectSerializer
- JsonPathCachingItem() - Constructor for class org.spincast.core.json.JsonObjectArrayBase.JsonPathCachingItem
- JsonPathUtils - Interface in org.spincast.core.json
-
Utilities to deal with
JsonPaths
. - JsonPathUtilsDefault - Class in org.spincast.core.json
- JsonPathUtilsDefault(SpincastConfig, JsonManager) - Constructor for class org.spincast.core.json.JsonPathUtilsDefault
-
Constructor
- JsonPathUtilsDefault.JsonPathProcessingType - Enum Class in org.spincast.core.json
K
- keepOriginalRequestUrlInformation(HttpServerExchange) - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
- key(String, Pair...) - Method in class org.spincast.core.dictionary.DictionaryBase
-
Adds a message.
- keyNotFound(String, Locale, Map<String, Object>) - Method in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- killProcess() - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Kill the process.
- killProcess() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- killProcess() - Method in interface org.spincast.plugins.processutils.ProcessKiller
- killProcess(Process) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
L
- last() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- lastModified(Date) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Specifies the last modification date of the resource.
- lastModified(Date) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- lastResortExceptionHandling(Throwable, Throwable) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Called when the default exception handler itself throws an exception...
- LaunchException - Exception in org.spincast.plugins.processutils.exceptions
- LaunchException(Exception) - Constructor for exception org.spincast.plugins.processutils.exceptions.LaunchException
- LAX - Enum constant in enum class org.spincast.core.cookies.CookieSameSite
- LazyLoadedFlashMessageAlert(R) - Constructor for class org.spincast.core.filters.SpincastFiltersDefault.LazyLoadedFlashMessageAlert
- loadYamlFileConfigs(File, Yaml) - Method in class org.spincast.plugins.config.ConfigFinder
- locale(Locale) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The locale to use.
- locale(Locale) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- locale(Locale) - Method in interface org.spincast.plugins.dateformatter.RelativeDateFormatter
-
The locale to use.
- locale(Locale) - Method in class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- LocaleResolver - Interface in org.spincast.core.locale
-
Component which finds the best Locale to use, using a cookie, a
Accept-Language
header or using a custom way. - LocaleResolverDefault - Class in org.spincast.plugins.localeresolver
- LocaleResolverDefault(SpincastConfig, Provider<RequestContext<?>>) - Constructor for class org.spincast.plugins.localeresolver.LocaleResolverDefault
- log(String) - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- logException(String, Exception, String) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method can be called to log some information about an exception wihch is hard to debug.
- logger - Static variable in class org.spincast.core.controllers.SpincastFrontController
- logger - Static variable in class org.spincast.core.exchange.DefaultRequestContextDefault
- logger - Static variable in class org.spincast.core.exchange.RequestContextBase
- logger - Static variable in class org.spincast.core.filters.CorsFilterDefault
- logger - Static variable in class org.spincast.core.filters.SpincastFiltersDefault
- logger - Static variable in class org.spincast.core.guice.GuiceModuleUtils
- logger - Static variable in class org.spincast.core.guice.SpincastRequestScope
- logger - Static variable in class org.spincast.core.json.JsonArrayDefault
- logger - Static variable in class org.spincast.core.json.JsonObjectArrayBase
- logger - Static variable in class org.spincast.core.json.JsonObjectDefault
- logger - Static variable in class org.spincast.core.utils.SpincastStatics
- logger - Static variable in class org.spincast.core.utils.SpincastUtilsDefault
- logger - Static variable in class org.spincast.core.utils.ssl.SSLContextFactoryDefault
- logger - Static variable in class org.spincast.core.websocket.DefaultWebsocketContextDefault
- logger - Static variable in class org.spincast.core.websocket.WebsocketContextBase
- logger - Static variable in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- logger - Static variable in class org.spincast.core.websocket.WebsocketRouteHandler
- logger - Static variable in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- logger - Static variable in class org.spincast.demos.supercalifragilisticexpialidocious.App
- logger - Static variable in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- logger - Static variable in class org.spincast.plugins.config.ConfigFinder
- logger - Static variable in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- logger - Static variable in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- logger - Static variable in class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- logger - Static variable in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
- logger - Static variable in class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
- logger - Static variable in class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
- logger - Variable in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
- logger - Static variable in class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
- logger - Static variable in class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- logger - Static variable in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- logger - Static variable in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- logger - Static variable in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
- logger - Static variable in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- logger - Static variable in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- logger - Static variable in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- logger - Static variable in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- logger - Static variable in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- logger - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- logger - Static variable in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- logger - Static variable in class org.spincast.plugins.jdbc.statements.BatchInsertStatementDefault
- logger - Static variable in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- logger - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- logger - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- logger - Static variable in class org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfigDefault
- logger - Static variable in class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
- logger - Static variable in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- logger - Static variable in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- logger - Static variable in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- logger - Static variable in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- logger - Static variable in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- logger - Static variable in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- logger - Static variable in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- logger - Static variable in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- logger - Static variable in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- logger - Static variable in class org.spincast.plugins.routing.RouteBuilderDefault
- logger - Static variable in class org.spincast.plugins.routing.SpincastRouter
- logger - Static variable in class org.spincast.plugins.routing.SpincastRoutingPlugin
- logger - Static variable in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- logger - Static variable in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- logger - Static variable in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
- logger - Static variable in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- logger - Static variable in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- logger - Static variable in class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
- logger - Static variable in class org.spincast.plugins.session.SpincastSessionManagerDefault
- logger - Static variable in class org.spincast.plugins.session.SpincastSessionPlugin
- logger - Static variable in class org.spincast.plugins.undertow.CorsHandlerDefault
- logger - Static variable in class org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerDefault
- logger - Static variable in class org.spincast.plugins.undertow.SpincastUndertowServer
- logger - Static variable in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
- logger - Static variable in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- logger - Static variable in class org.spincast.quickstart.controller.AppController
- logger - Static variable in class org.spincast.testing.core.postgres.SpincastTestingPostgres
- logger - Static variable in class org.spincast.testing.core.SpincastTestBase
- logger - Static variable in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- logger - Static variable in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- logger - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- logger - Static variable in class org.spincast.website.controllers.AdminController
- logger - Static variable in class org.spincast.website.controllers.demos.DemoFormAuthController
- logger - Static variable in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
- logger - Static variable in class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
- logger - Static variable in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
- logger - Static variable in class org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController
- logger - Static variable in class org.spincast.website.controllers.demos.DemosTutorialsController
- logger - Static variable in class org.spincast.website.controllers.ErrorController
- logger - Static variable in class org.spincast.website.controllers.FeedController
- logger - Static variable in class org.spincast.website.controllers.MainPagesController
- logger - Static variable in class org.spincast.website.controllers.PublicDynamicResourcesController
- logger - Static variable in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- logTestFailure(Failure) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- LONG - Enum constant in enum class org.spincast.plugins.dateformatter.DatePattern
- longValueOrNull(Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Returns
null
if the specified object is null or usesLong.parseLong(String)
otherwise, by casting the obj usingobj.toString()
- longValueOrNullInstance(Object) - Method in class org.spincast.core.utils.SpincastStatics
M
- main(String[]) - Static method in class org.spincast.demos.better.App
- main(String[]) - Static method in class org.spincast.demos.quick.App
- main(String[]) - Static method in class org.spincast.demos.sum.App
- main(String[]) - Static method in class org.spincast.demos.supercalifragilisticexpialidocious.App
- main(String[]) - Static method in class org.spincast.website.maven.SpincastMavenPreparePackage
-
Main method
- main(String[]) - Static method in class org.spincast.website.maven.SpincastMavenPreparePackageRelease
-
Main method
- MainArgs - Annotation Interface in org.spincast.core.guice
-
Used to bind and inject the arguments passed to the "public static void main(String[] args)" method.
- MainPagesController - Class in org.spincast.website.controllers
- MainPagesController(String[], JsonManager, SpincastUtils, NewsService, AppConfig) - Constructor for class org.spincast.website.controllers.MainPagesController
- manageCancellationFromOnPeerPreConnect() - Method in class org.spincast.core.websocket.WebsocketRouteHandler
-
Managed a
null
returned by the onPeerPreConnect() method of the controller. - manageForwardRouteException(ForwardRouteException, R, RoutingResult<R>) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Manage a ForwardRouteException exception.
- manageInterruptedException(Exception) - Method in class org.spincast.core.utils.SpincastStatics
-
Return
null
to continue the exception processing or an exception to be returned immediatly. - managePeersWriteConnectionClosed(Set<String>) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Called when a write operation detected a closed connection on some peers.
- manageRedirectException(RedirectException, R, RoutingResult<R>) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Manage a RedirectException exception.
- map(K, V) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a map.
- map(K, V, K, V) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a map.
- map(K, V, K, V, K, V) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a map.
- map(K, V, K, V, K, V, K, V) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a map.
- map(K, V, K, V, K, V, K, V, K, V) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a map.
- mapInstance(K, V) - Method in class org.spincast.core.utils.SpincastStatics
- mapInstance(K, V, K, V) - Method in class org.spincast.core.utils.SpincastStatics
- mapInstance(K, V, K, V, K, V) - Method in class org.spincast.core.utils.SpincastStatics
- mapInstance(K, V, K, V, K, V, K, V) - Method in class org.spincast.core.utils.SpincastStatics
- mapInstance(K, V, K, V, K, V, K, V, K, V) - Method in class org.spincast.core.utils.SpincastStatics
- matches(Method) - Method in class org.spincast.core.guice.GuiceAopMethodNameMatcher
- matches(ETag) - Method in interface org.spincast.core.routing.ETag
-
Does the ETag strongly matches the other specified ETag?
- matches(ETag) - Method in class org.spincast.plugins.routing.ETagDefault
- matches(ETag, boolean) - Method in interface org.spincast.core.routing.ETag
-
Does the ETag strongly or weakly matches the other specified ETag?
- matches(ETag, boolean) - Method in class org.spincast.plugins.routing.ETagDefault
- MavenProjectGoal - Enum Class in org.spincast.plugins.processutils
- MEDIUM - Enum constant in enum class org.spincast.plugins.dateformatter.DatePattern
- merge(Map<String, ?>) - Method in interface org.spincast.core.json.JsonObject
-
Merges all the specified Map elements in the JsonObject.
- merge(Map<String, ?>) - Method in class org.spincast.core.json.JsonObjectDefault
- merge(Map<String, ?>, boolean) - Method in interface org.spincast.core.json.JsonObject
-
Merges all the specified Map elements in the JsonObject.
- merge(Map<String, ?>, boolean) - Method in class org.spincast.core.json.JsonObjectDefault
- merge(JsonObject) - Method in interface org.spincast.core.json.JsonObject
-
Merges the specified
JsonObject
properties in the current object. - merge(JsonObject) - Method in class org.spincast.core.json.JsonObjectDefault
- merge(JsonObject, boolean) - Method in interface org.spincast.core.json.JsonObject
-
Merges the specified
JsonObject
properties in the current object. - merge(JsonObject, boolean) - Method in class org.spincast.core.json.JsonObjectDefault
- merge(ToJsonObjectConvertible) - Method in interface org.spincast.core.json.JsonObject
-
Transforms the specifie3d object to
JsonObject
and merges its properties in the current object. - merge(ToJsonObjectConvertible) - Method in class org.spincast.core.json.JsonObjectDefault
- mergeMaps(Map<String, Object>, Map<String, Object>) - Method in class org.spincast.plugins.config.ConfigFinder
-
Merges two maps : The elements from the second map override the elements of the first map of the same path, except for Map elements which are merged.
- mergeValidationSet(String, ValidationSet) - Method in class org.spincast.core.request.FormDefault
- mergeValidationSet(String, ValidationSet) - Method in interface org.spincast.core.validation.ValidationSet
-
Merges another
ValidationSet
and prefixes all the validation keys of this set using thevalidationKeyPrefix
. - mergeValidationSet(ValidationSet) - Method in class org.spincast.core.request.FormDefault
- mergeValidationSet(ValidationSet) - Method in interface org.spincast.core.validation.ValidationSet
-
Merges another
ValidationSet
. - MESSAGE_KEY_EXCEPTION_DEFAULTMESSAGE - Static variable in class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
- MESSAGE_KEY_FORM_ALREADY_SUBMITTED - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the form was already submitted.
- MESSAGE_KEY_FORM_CSRF_TOKEN_NOT_FOUND_IN_SESSION - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when a POST/PUT/etc.
- MESSAGE_KEY_FORM_GET_EMPTYNAME - Static variable in class org.spincast.plugins.request.SpincastRequestPluginDictionaryEntries
- MESSAGE_KEY_FORM_INVALID_CSRF_TOKEN - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the form was submitted with an invalid CSRF token.
- MESSAGE_KEY_FORM_INVALID_ORGIN - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the submitted form is from an invalid origin.
- MESSAGE_KEY_FORM_INVALID_PROTECTION_ID - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the submitted csrf token is not of a valid format.
- MESSAGE_KEY_FORM_NO_CSRF_TOKEN_PROVIDED - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the submitted form doesn't have a CSRF token.
- MESSAGE_KEY_FORM_TOO_OLD - Static variable in class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
-
Public exception message when the submitted form is too old.
- MESSAGE_KEY_ROUTE_NOT_FOUND_DEFAULTMESSAGE - Static variable in class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
- MESSAGE_KEY_VALIDATION_GENERICERROR_DEFAULTTEXT - Static variable in class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
- methodBlock(FrameworkMethod) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- methods(String, Set<HttpMethod>) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching the specified HTTP methods.
- methods(String, Set<HttpMethod>) - Method in class org.spincast.plugins.routing.SpincastRouter
- methods(String, HttpMethod...) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching the specified HTTP methods.
- methods(String, HttpMethod...) - Method in class org.spincast.plugins.routing.SpincastRouter
- methods(Set<HttpMethod>) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds the specified HTTP methods as being supported.
- methods(Set<HttpMethod>) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching the specified HTTP methods and on any path.
- methods(Set<HttpMethod>) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- methods(Set<HttpMethod>) - Method in class org.spincast.plugins.routing.SpincastRouter
- methods(HttpMethod...) - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds the specified HTTP methods as being supported.
- methods(HttpMethod...) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a route matching the specified HTTP methods and on any path.
- methods(HttpMethod...) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- methods(HttpMethod...) - Method in class org.spincast.plugins.routing.SpincastRouter
- migrate() - Method in interface org.spincast.plugins.flywayutils.SpincastFlywayMigrationContext
- migrate() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
- migrate(Connection) - Method in interface org.spincast.plugins.flywayutils.SpincastFlywayMigration
- migrate(Connection) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
-
Override {
SpincastFlywayMigrationBase.runMigration(Connection)
} instead of this method. - minify(File) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS file.
- minify(File) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- minify(File, int) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS file.
- minify(File, int) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- minify(File, Charset) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS file.
- minify(File, Charset) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- minify(File, Charset, int) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS file.
- minify(File, Charset, int) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- minify(String) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS String.
- minify(String) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- minify(String, int) - Method in interface org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManager
-
Minify the specified CSS String.
- minify(String, int) - Method in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- mkDirsOrThrow(File) - Static method in class org.spincast.core.utils.SpincastStatics
-
Create a directory and all its parents if required.
- mkDirsOrThrowInstance(File) - Method in class org.spincast.core.utils.SpincastStatics
- modifiedFileMatchs(File, HotSwapFilesModificationsListener) - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- module(Module) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds a Guice module.
- modules(List<Module>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds some Guice modules.
- more(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- moveToCurrentRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- moveToInsertRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- msg(String, String) - Method in class org.spincast.core.dictionary.DictionaryBase
-
Creates a localized message.
- multipleFields(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
-
Multiple Fields demo - GET
- multipleFieldsSubmit(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
-
Multiple Fields demo - POST
- mustHotlinkingProtect(Object, URI, String, String, StaticResource<?>) - Method in interface org.spincast.core.routing.hotlinking.HotlinkingManager
-
This must return
true
if the current resource has to be hotlinking protected. - mustHotlinkingProtect(Object, URI, String, String, StaticResource<?>) - Method in class org.spincast.core.routing.hotlinking.HotlinkingManagerDefault
N
- NamedParameterStatement - Class in org.spincast.plugins.jdbc
- NamedParameterStatement(Connection, String) - Constructor for class org.spincast.plugins.jdbc.NamedParameterStatement
-
Creates a NamedParameterStatement.
- NamedParameterStatement(Connection, String, int) - Constructor for class org.spincast.plugins.jdbc.NamedParameterStatement
-
Spincast added
- nativeSQL(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- NEVER - Enum constant in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
- newJob(TriggerFiredBundle, Scheduler) - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskFactoryDefault
- news(AppRequestContext) - Method in class org.spincast.website.controllers.AdminController
- news(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- NewsEntriesAndTotalNbr - Interface in org.spincast.website.models
-
A set of news entries and the number total of entries in the repository.
- newsEntry(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- NewsEntry - Interface in org.spincast.website.models
-
Spincast news entry.
- NewsEntryDefault - Class in org.spincast.website.models
-
Spincast news entry implementation.
- NewsEntryDefault(long, Date, String, String) - Constructor for class org.spincast.website.models.NewsEntryDefault
-
Constructor
- newsEntryTest(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- NewsRepository - Interface in org.spincast.website.repositories
-
Repository for Spincast's news entry / blog entries.
- NewsService - Interface in org.spincast.website.services
-
Spincast News service.
- NewsServiceDefault - Class in org.spincast.website.services
-
Spincast news service implementation.
- NewsServiceDefault(NewsRepository, AppConfig) - Constructor for class org.spincast.website.services.NewsServiceDefault
-
Constructor
- next() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- NO_ESCAPE - Enum constant in enum class org.spincast.core.validation.ValidationHtmlEscapeType
- NoAppCustomContextTypesTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.testing.defaults - NoAppCustomContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppCustomContextTypesTestingBase
- NoAppStartHttpServerCustomContextTypesTestingBase<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.testing.defaults -
Base class for testing without an App but when an HTTP server is required.
- NoAppStartHttpServerCustomContextTypesTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- NoAppStartHttpServerTestingBase - Class in org.spincast.testing.defaults
-
Base class for testing without an App but when an HTTP server is required.
- NoAppStartHttpServerTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppStartHttpServerTestingBase
- NoAppTestingBase - Class in org.spincast.testing.defaults
- NoAppTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppTestingBase
- NoAppWebsocketTestingBase - Class in org.spincast.testing.defaults
-
Base class for WebSocket testing without an App.
- NoAppWebsocketTestingBase() - Constructor for class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- noCache() - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Sends "No Cache" headers so the resource is not cached at all by the client.
- noCache() - Method in interface org.spincast.core.routing.RouteBuilder
-
Automatically adds "no-cache" headers to the response.
- noCache() - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- noCache() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- NONE - Enum constant in enum class org.spincast.plugins.processutils.ExecutionOutputStrategy
-
The output is ignored, discarded.
- NoneWatermarkingStategy - Class in org.spincast.core.routing.hotlinking
- NoneWatermarkingStategy() - Constructor for class org.spincast.core.routing.hotlinking.NoneWatermarkingStategy
- NOT_CORS - Enum constant in enum class org.spincast.core.filters.CorsFilterResponse
- NOT_FOUND - Enum constant in enum class org.spincast.core.routing.RoutingType
- NOT_FOUND_PUBLIC_MESSAGE - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
If a "Not Found" route is run because of a
NotFoundException
has being thrown, the exception message, if any, is public and will be added using this variable. - NoTestsFrameworkMethod - Class in org.spincast.testing.junitrunner
-
Pseudo-test to be able to run some Spincast tests when no real @Test annotated test exist.
- NoTestsFrameworkMethod() - Constructor for class org.spincast.testing.junitrunner.NoTestsFrameworkMethod
- notFound() - Method in interface org.spincast.core.routing.RouteBuilder
-
This route will be considered during a
Not Found
routing process. - notFound() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- notFound(String, Handler<R>) - Method in interface org.spincast.core.routing.Router
-
Creates a route considered during an "Not Found" routing process.
- notFound(String, Handler<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- notFound(Handler<R>) - Method in interface org.spincast.core.routing.Router
-
Creates a route considered during an "Not Found" routing process.
- notFound(Handler<R>) - Method in class org.spincast.plugins.routing.SpincastRouter
- notFound(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Route Handler to manage 404
- NotFoundException - Exception in org.spincast.core.exceptions
-
Exception to throw to trigger the "Not Found" route.
- NotFoundException() - Constructor for exception org.spincast.core.exceptions.NotFoundException
-
If not already flushed, the response will be reset before running the "Not Found" routing process.
- NotFoundException(boolean) - Constructor for exception org.spincast.core.exceptions.NotFoundException
- NotFoundException(String) - Constructor for exception org.spincast.core.exceptions.NotFoundException
-
If not already flushed, the response will be reset before running the "Not Found" routing process.
- NotFoundException(String, boolean) - Constructor for exception org.spincast.core.exceptions.NotFoundException
- notFoundHandler(AppRequestContext) - Method in class org.spincast.website.controllers.ErrorController
-
Not Found (404) handler
O
- ObjectConverter - Interface in org.spincast.core.utils
-
Methods to convert an object from a type to another, when possible.
- ObjectConverterDefault - Class in org.spincast.core.utils
- ObjectConverterDefault(JsonManager) - Constructor for class org.spincast.core.utils.ObjectConverterDefault
- of(String, Object) - Static method in class org.spincast.core.utils.Pair
- of(String, String) - Static method in class org.spincast.plugins.attemptslimiter.AttemptCriteria
- ofClasspath(String) - Static method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
Note that a file from the classpath can only be watched when the application is ran locally in development mode, not when it runs from a .jar!
- ofFileSystem(String) - Static method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
ofFileSystem
- ofRegEx(String, String, boolean) - Static method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
ofRegEx
- onConnectionClosed(int, String) - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientHandler
-
Called when if the endpoint closes the connection.
- onEnd() - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Always called at the end, whether the process exited or an exception occured.
- onEnd() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- onEndpointClosed() - Method in interface org.spincast.core.websocket.WebsocketEndpointHandler
-
The endpoint is actually closed by the server.
- onEndpointClosed() - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- onEndpointClosed(String) - Method in interface org.spincast.core.websocket.WebsocketController
-
The endpoint is now closed.
- onEndpointClosed(String) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onEndpointMessage(byte[]) - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientHandler
-
The endpoint sent a bytes[] message.
- onEndpointMessage(String) - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientHandler
-
The endpoint sent a String message.
- onEndpointReady(WebsocketEndpointManager) - Method in interface org.spincast.core.websocket.WebsocketController
-
This method is called when a new endpoint is created and its manager is ready.
- onEndpointReady(WebsocketEndpointManager) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onExit(int) - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Called when the process exits.
- onExit(int) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
-
Called when the execution process exits
- onExit(int) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- onLaunchException(Exception) - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Called if an exception occured during the launch of the program.
- onLaunchException(Exception) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- onLaunchException(Exception) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- onPeerClosed(String) - Method in interface org.spincast.core.websocket.WebsocketEndpointHandler
-
A peer closed its connection.
- onPeerClosed(String) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- onPeerClosed(DefaultWebsocketContext) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onPeerClosed(W) - Method in interface org.spincast.core.websocket.WebsocketController
-
A peer closed the WebSocket connection.
- onPeerConnected(String) - Method in interface org.spincast.core.websocket.WebsocketEndpointHandler
-
Called when the connection is established with a peer.
- onPeerConnected(String) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- onPeerConnected(DefaultWebsocketContext) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onPeerConnected(W) - Method in interface org.spincast.core.websocket.WebsocketController
-
A peer is connected on the WebSocket endpoint.
- onPeerMessage(String, byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointHandler
-
A bytes messages arrives from a peer.
- onPeerMessage(String, byte[]) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- onPeerMessage(String, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointHandler
-
A String message arrives from a peer.
- onPeerMessage(String, String) - Method in class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
- onPeerMessage(DefaultWebsocketContext, byte[]) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onPeerMessage(DefaultWebsocketContext, String) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onPeerMessage(W, byte[]) - Method in interface org.spincast.core.websocket.WebsocketController
-
A peer sent a bytes[] message.
- onPeerMessage(W, String) - Method in interface org.spincast.core.websocket.WebsocketController
-
A Peer sent a String message.
- onPeerPreConnect(AppRequestContext) - Method in class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- onPeerPreConnect(R) - Method in interface org.spincast.core.websocket.WebsocketController
-
Called before the HTTP request is converted to a WebSocket connection.
- onSystemErr(String) - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Called when a line is written to the standard errors by the created process.
- onSystemErr(String) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- onSystemErr(String) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- onSystemOut(String) - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Called when a line is written to the standard output by the created process.
- onSystemOut(String) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- onSystemOut(String) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- onTimeoutException() - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Called if the execution of the program exceeds the specified timeout.
- onTimeoutException() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- onTimeoutException() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- opacity(float) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The opacity of the watermark.
- opacity(float) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- OPTIONS - Enum constant in enum class org.spincast.core.routing.HttpMethod
- OPTIONS() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
OPTIONS
as a supported HTTP method. - OPTIONS() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
OPTIONS
route, for all path. - OPTIONS() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- OPTIONS() - Method in class org.spincast.plugins.routing.SpincastRouter
- OPTIONS(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
OPTIONS
route. - OPTIONS(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
OPTIONS
request. - OPTIONS(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- OPTIONS(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a OPTIONS method.
- OPTIONS(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a OPTIONS method.
- OPTIONS(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a OPTIONS method.
- OptionsRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- OptionsRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a OPTIONS request.
- OptionsRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.OptionsRequestBuilderDefault
- org.spincast.core.config - package org.spincast.core.config
- org.spincast.core.controllers - package org.spincast.core.controllers
- org.spincast.core.cookies - package org.spincast.core.cookies
- org.spincast.core.dictionary - package org.spincast.core.dictionary
- org.spincast.core.exceptions - package org.spincast.core.exceptions
- org.spincast.core.exchange - package org.spincast.core.exchange
- org.spincast.core.filters - package org.spincast.core.filters
- org.spincast.core.flash - package org.spincast.core.flash
- org.spincast.core.guice - package org.spincast.core.guice
- org.spincast.core.json - package org.spincast.core.json
- org.spincast.core.locale - package org.spincast.core.locale
- org.spincast.core.request - package org.spincast.core.request
- org.spincast.core.response - package org.spincast.core.response
- org.spincast.core.routing - package org.spincast.core.routing
- org.spincast.core.routing.hotlinking - package org.spincast.core.routing.hotlinking
- org.spincast.core.server - package org.spincast.core.server
- org.spincast.core.templating - package org.spincast.core.templating
- org.spincast.core.timezone - package org.spincast.core.timezone
- org.spincast.core.utils - package org.spincast.core.utils
- org.spincast.core.utils.ssl - package org.spincast.core.utils.ssl
- org.spincast.core.validation - package org.spincast.core.validation
- org.spincast.core.websocket - package org.spincast.core.websocket
- org.spincast.core.websocket.exceptions - package org.spincast.core.websocket.exceptions
- org.spincast.core.xml - package org.spincast.core.xml
- org.spincast.defaults.bootstrapping - package org.spincast.defaults.bootstrapping
- org.spincast.demos.better - package org.spincast.demos.better
- org.spincast.demos.quick - package org.spincast.demos.quick
- org.spincast.demos.sum - package org.spincast.demos.sum
- org.spincast.demos.supercalifragilisticexpialidocious - package org.spincast.demos.supercalifragilisticexpialidocious
- org.spincast.plugins.attemptslimiter - package org.spincast.plugins.attemptslimiter
- org.spincast.plugins.attemptslimiter.config - package org.spincast.plugins.attemptslimiter.config
- org.spincast.plugins.config - package org.spincast.plugins.config
- org.spincast.plugins.crypto - package org.spincast.plugins.crypto
- org.spincast.plugins.crypto.config - package org.spincast.plugins.crypto.config
- org.spincast.plugins.cssautoprefixer - package org.spincast.plugins.cssautoprefixer
- org.spincast.plugins.cssautoprefixer.config - package org.spincast.plugins.cssautoprefixer.config
- org.spincast.plugins.cssyuicompressor - package org.spincast.plugins.cssyuicompressor
- org.spincast.plugins.cssyuicompressor.config - package org.spincast.plugins.cssyuicompressor.config
- org.spincast.plugins.dateformatter - package org.spincast.plugins.dateformatter
- org.spincast.plugins.dictionary - package org.spincast.plugins.dictionary
- org.spincast.plugins.flywayutils - package org.spincast.plugins.flywayutils
- org.spincast.plugins.formsprotection - package org.spincast.plugins.formsprotection
- org.spincast.plugins.formsprotection.config - package org.spincast.plugins.formsprotection.config
- org.spincast.plugins.formsprotection.csrf - package org.spincast.plugins.formsprotection.csrf
- org.spincast.plugins.formsprotection.dictionary - package org.spincast.plugins.formsprotection.dictionary
- org.spincast.plugins.formsprotection.doublesubmit - package org.spincast.plugins.formsprotection.doublesubmit
- org.spincast.plugins.formsprotection.exceptions - package org.spincast.plugins.formsprotection.exceptions
- org.spincast.plugins.formsprotection.pebble - package org.spincast.plugins.formsprotection.pebble
- org.spincast.plugins.gson - package org.spincast.plugins.gson
- org.spincast.plugins.gson.serializers - package org.spincast.plugins.gson.serializers
- org.spincast.plugins.hotswap - package org.spincast.plugins.hotswap
- org.spincast.plugins.hotswap.classeswatcher - package org.spincast.plugins.hotswap.classeswatcher
- org.spincast.plugins.hotswap.config - package org.spincast.plugins.hotswap.config
- org.spincast.plugins.hotswap.fileswatcher - package org.spincast.plugins.hotswap.fileswatcher
- org.spincast.plugins.httpcaching - package org.spincast.plugins.httpcaching
- org.spincast.plugins.httpclient - package org.spincast.plugins.httpclient
- org.spincast.plugins.httpclient.builders - package org.spincast.plugins.httpclient.builders
- org.spincast.plugins.httpclient.utils - package org.spincast.plugins.httpclient.utils
- org.spincast.plugins.httpclient.websocket - package org.spincast.plugins.httpclient.websocket
- org.spincast.plugins.httpclient.websocket.builders - package org.spincast.plugins.httpclient.websocket.builders
- org.spincast.plugins.httpclient.websocket.utils - package org.spincast.plugins.httpclient.websocket.utils
- org.spincast.plugins.jacksonjson - package org.spincast.plugins.jacksonjson
- org.spincast.plugins.jacksonxml - package org.spincast.plugins.jacksonxml
- org.spincast.plugins.jdbc - package org.spincast.plugins.jdbc
- org.spincast.plugins.jdbc.statements - package org.spincast.plugins.jdbc.statements
- org.spincast.plugins.jdbc.utils - package org.spincast.plugins.jdbc.utils
- org.spincast.plugins.jsclosurecompiler - package org.spincast.plugins.jsclosurecompiler
- org.spincast.plugins.jsclosurecompiler.config - package org.spincast.plugins.jsclosurecompiler.config
- org.spincast.plugins.localeresolver - package org.spincast.plugins.localeresolver
- org.spincast.plugins.logbackutils - package org.spincast.plugins.logbackutils
- org.spincast.plugins.logbackutils.config - package org.spincast.plugins.logbackutils.config
- org.spincast.plugins.openapi.bottomup - package org.spincast.plugins.openapi.bottomup
- org.spincast.plugins.openapi.bottomup.config - package org.spincast.plugins.openapi.bottomup.config
- org.spincast.plugins.openapi.bottomup.utils - package org.spincast.plugins.openapi.bottomup.utils
- org.spincast.plugins.pebble - package org.spincast.plugins.pebble
- org.spincast.plugins.pebble.utils - package org.spincast.plugins.pebble.utils
- org.spincast.plugins.processutils - package org.spincast.plugins.processutils
- org.spincast.plugins.processutils.exceptions - package org.spincast.plugins.processutils.exceptions
- org.spincast.plugins.request - package org.spincast.plugins.request
- org.spincast.plugins.response - package org.spincast.plugins.response
- org.spincast.plugins.routing - package org.spincast.plugins.routing
- org.spincast.plugins.routing.utils - package org.spincast.plugins.routing.utils
- org.spincast.plugins.scheduledtasks - package org.spincast.plugins.scheduledtasks
- org.spincast.plugins.scheduledtasks.config - package org.spincast.plugins.scheduledtasks.config
- org.spincast.plugins.session - package org.spincast.plugins.session
- org.spincast.plugins.session.config - package org.spincast.plugins.session.config
- org.spincast.plugins.session.repositories - package org.spincast.plugins.session.repositories
- org.spincast.plugins.swagger.ui - package org.spincast.plugins.swagger.ui
- org.spincast.plugins.swagger.ui.config - package org.spincast.plugins.swagger.ui.config
- org.spincast.plugins.templatingaddon - package org.spincast.plugins.templatingaddon
- org.spincast.plugins.timezoneresolver - package org.spincast.plugins.timezoneresolver
- org.spincast.plugins.timezoneresolver.config - package org.spincast.plugins.timezoneresolver.config
- org.spincast.plugins.undertow - package org.spincast.plugins.undertow
- org.spincast.plugins.undertow.config - package org.spincast.plugins.undertow.config
- org.spincast.plugins.variables - package org.spincast.plugins.variables
- org.spincast.plugins.watermarker - package org.spincast.plugins.watermarker
- org.spincast.quickstart.config - package org.spincast.quickstart.config
- org.spincast.quickstart.controller - package org.spincast.quickstart.controller
- org.spincast.quickstart.exchange - package org.spincast.quickstart.exchange
- org.spincast.quickstart.guice - package org.spincast.quickstart.guice
- org.spincast.testing.core - package org.spincast.testing.core
- org.spincast.testing.core.h2 - package org.spincast.testing.core.h2
- org.spincast.testing.core.postgres - package org.spincast.testing.core.postgres
- org.spincast.testing.core.utils - package org.spincast.testing.core.utils
- org.spincast.testing.defaults - package org.spincast.testing.defaults
- org.spincast.testing.junitrunner - package org.spincast.testing.junitrunner
- org.spincast.website.controllers - package org.spincast.website.controllers
- org.spincast.website.controllers.demos - package org.spincast.website.controllers.demos
- org.spincast.website.exchange - package org.spincast.website.exchange
- org.spincast.website.guice - package org.spincast.website.guice
- org.spincast.website.maven - package org.spincast.website.maven
- org.spincast.website.models - package org.spincast.website.models
- org.spincast.website.models.demos - package org.spincast.website.models.demos
- org.spincast.website.pebble - package org.spincast.website.pebble
- org.spincast.website.repositories - package org.spincast.website.repositories
- org.spincast.website.services - package org.spincast.website.services
- org.spincast.website.test - package org.spincast.website.test
- ORIGINAL_ROUTING_RESULT - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
This is going to be set to the original routing result, if an "Exception" route or a "Not Found" routing process is started.
- overridingModule(Module) - Method in class org.spincast.core.guice.GuiceTweaker
-
Adds an overriding Module.
P
- PACKAGE - Enum constant in enum class org.spincast.plugins.processutils.MavenProjectGoal
- Pair - Class in org.spincast.core.utils
- parameterizeWithContextInterfaces(Class<T>) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
Get a version of the specified class parameterized with the request and Websocket context types.
- parameterizeWithRequestContext(Class<T>) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
Get a version of the specified class parameterized with the request context type.
- parameterizeWithWebsocketContext(Class<T>) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
-
Get a version of the specified class parameterized with the Websocket context type.
- params(String, Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a Map<String, Object> map.
- params(String, Object, String, Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a Map<String, Object> map.
- params(String, Object, String, Object, String, Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a Map<String, Object> map.
- params(String, Object, String, Object, String, Object, String, Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a Map<String, Object> map.
- params(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Creates a Map<String, Object> map.
- parse() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- parse(String, JsonObject, Map<String, Object>, boolean, boolean, Locale) - Method in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- parseDate(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Parse a date from a HTTP header to a Date object.
- parseDateFromJson(String) - Method in interface org.spincast.core.json.JsonManager
-
Converts a
Json
date (ISO-8601) to a JavaUTC
date. - parseDateFromJson(String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- parseDateFromJson(String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Currently support ISO 8601 encoded dates.
- parseDateHeader(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
-
Returns NULL if the date is not there or not parsable.
- parseETagHeader(String) - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- parseISO8601date(String) - Static method in class org.spincast.core.utils.SpincastStatics
-
Parse a ISO 8601 string representation of a date to a Date object.
- parseISO8601dateInstance(String) - Method in class org.spincast.core.utils.SpincastStatics
- parseQueryString() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- parseQueryStringParams() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- parseRequestPath() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- parseUrl() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- parts(DateParts) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
Which part(s) of ther date to format and output?
- parts(DateParts) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- PATCH - Enum constant in enum class org.spincast.core.routing.HttpMethod
- PATCH() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
PATCH
as a supported HTTP method. - PATCH() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
PATCH
route, for all path. - PATCH() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- PATCH() - Method in class org.spincast.plugins.routing.SpincastRouter
- PATCH(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
PATCH
route. - PATCH(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
PATCH
request. - PATCH(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- PATCH(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a PATCH method.
- PATCH(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a PATCH method.
- PATCH(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a PATCH method.
- PatchRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- PatchRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a PATCH request.
- PatchRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, JsonManager, XmlManager, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.PatchRequestBuilderDefault
- path(String) - Method in interface org.spincast.core.routing.RouteBuilder
-
The path of the route.
- path(String) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
The path that trigger the beginning of that HTTP to WebSocket connection.
- path(String) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- path(String) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- pathAbsolute(String) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
The absolute path to the resource, on the file system.
- pathAbsolute(String) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- PathDynamicParameter - Interface in org.spincast.core.routing
- PathDynamicParameterDefault - Class in org.spincast.core.routing
- PathDynamicParameterDefault(int, String, String, String) - Constructor for class org.spincast.core.routing.PathDynamicParameterDefault
- pathRelative(String) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
The path to the resource, on the file system, relative to the temp Spincast directory, as returned by
SpincastConfig::getSpincastTempDir()
- pathRelative(String) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- PEBBLE_PARAMS_AS_JSONOBJECT - Static variable in class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- peerManager() - Method in class org.spincast.core.websocket.WebsocketContextBase
- permanently() - Method in interface org.spincast.core.routing.RedirectRuleBuilder
-
The redirection will be permanent (301).
- permanently() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- ping(int) - Method in interface org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
-
You can use this to configure the pings that are automatically sent to the Websocket endpoint every X seconds.
- ping(int) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- PLAIN_TEXT - Enum constant in enum class org.spincast.core.validation.ValidationMessageFormatType
- plugin(SpincastPlugin) - Method in class org.spincast.core.guice.GuiceTweaker
-
Adds an extra plugin to be applied when the Guice context is created.
- plugin(SpincastPlugin) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds a plugin.
- plugin(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
-
A Plugin documentation
- PLUGIN_ID - Static variable in class org.spincast.core.guice.GuiceTweaker
- PLUGIN_ID - Static variable in class org.spincast.core.guice.SpincastCorePlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.config.SpincastConfigPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.crypto.SpincastCryptoPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.gson.SpincastGsonPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.hotswap.SpincastHotSwapPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.httpcaching.SpincastHttpCachingPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.localeresolver.SpincastLocaleResolverPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.pebble.SpincastPebblePlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.processutils.SpincastProcessUtilsPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.request.SpincastRequestPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.response.SpincastResponsePlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.routing.SpincastRoutingPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.session.SpincastSessionPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.undertow.SpincastUndertowPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.variables.SpincastVariablesPlugin
- PLUGIN_ID - Static variable in class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
- pluginBound(Class<? extends SpincastPlugin>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- plugins(List<SpincastPlugin>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Adds some plugin.
- plugins(AppRequestContext) - Method in class org.spincast.website.controllers.MainPagesController
- pluginToDisable(String) - Method in class org.spincast.core.guice.GuiceTweaker
- PortNotOpenException - Exception in org.spincast.plugins.processutils.exceptions
- PortNotOpenException(String) - Constructor for exception org.spincast.plugins.processutils.exceptions.PortNotOpenException
- pos(int) - Method in interface org.spincast.core.routing.RedirectRuleBuilder
-
The position where the filter will be run.
- pos(int) - Method in interface org.spincast.core.routing.RouteBuilder
-
The position of the handler.
- pos(int) - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- pos(int) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- position(SpincastWatermarkPosition) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The position where the watermark will be created on the image.
- position(SpincastWatermarkPosition) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- position(SpincastWatermarkPosition, int) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The position where the watermark will be created on the image.
- position(SpincastWatermarkPosition, int) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- POST - Enum constant in enum class org.spincast.core.routing.HttpMethod
- POST() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
POST
as a supported HTTP method. - POST() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
POST
route, for all path. - POST() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- POST() - Method in class org.spincast.plugins.routing.SpincastRouter
- POST(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
POST
route. - POST(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
POST
request. - POST(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- POST(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a POST method.
- POST(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a POST method.
- POST(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a POST method.
- PostgresDataDir - Annotation Interface in org.spincast.testing.core.postgres
- PostRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- PostRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a POST request.
- PostRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, JsonManager, XmlManager, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.PostRequestBuilderDefault
- PRE - Enum constant in enum class org.spincast.core.validation.ValidationHtmlEscapeType
-
Convert newlines to <br /> and maybe some other small tweaks.
- PREFIX_DEFAULT - Static variable in class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
- PREFLIGHT - Enum constant in enum class org.spincast.core.filters.CorsFilterResponse
- prepareCall(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareCall(String, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareCall(String, int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareNotFoundRouting(Object, R) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Prepares a direct Not Found routing.
- prepareNotFoundRouting(Object, R, boolean) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Prepares a direct Not Found routing.
- prepareStatement(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, int, int, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- prepareStatement(String, String[]) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- previous() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- ProcessExecutionHandler - Interface in org.spincast.plugins.processutils
-
Handler to be inform of an exit code, an exception and to be able to kill the started process.
- ProcessExecutionHandlerDefault - Class in org.spincast.plugins.processutils
- ProcessExecutionHandlerDefault() - Constructor for class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- ProcessExecutionHandlerSync - Class in org.spincast.plugins.processutils
- ProcessExecutionHandlerSync(CountDownLatch, ExecutionOutputStrategy) - Constructor for class org.spincast.plugins.processutils.ProcessExecutionHandlerSync
- processJsonPath(JsonObject, String, JsonPathUtilsDefault.JsonPathProcessingType, Object, boolean, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- ProcessKiller - Interface in org.spincast.plugins.processutils
- produces() - Element in annotation interface org.spincast.plugins.openapi.bottomup.Specs
-
The media types the route produces.
- PublicDynamicResourcesController - Class in org.spincast.website.controllers
- PublicDynamicResourcesController(TemplatingEngine, SpincastConfig, SpincastUtils, SpincastCssYuiCompressorManager, SpincastJsClosureCompilerManager) - Constructor for class org.spincast.website.controllers.PublicDynamicResourcesController
- PublicException - Interface in org.spincast.core.exceptions
-
An interface to be implemented by exceptions to indicate that their "message" can be displayed to the end user.
- PublicExceptionDefault - Exception in org.spincast.core.exceptions
- PublicExceptionDefault() - Constructor for exception org.spincast.core.exceptions.PublicExceptionDefault
- PublicExceptionDefault(String) - Constructor for exception org.spincast.core.exceptions.PublicExceptionDefault
- PublicExceptionDefault(String, boolean) - Constructor for exception org.spincast.core.exceptions.PublicExceptionDefault
- PublicExceptionDefault(String, int) - Constructor for exception org.spincast.core.exceptions.PublicExceptionDefault
- PublicExceptionDefault(String, int, boolean) - Constructor for exception org.spincast.core.exceptions.PublicExceptionDefault
- PublicExceptionNoLog - Exception in org.spincast.core.exceptions
- PublicExceptionNoLog() - Constructor for exception org.spincast.core.exceptions.PublicExceptionNoLog
- PublicExceptionNoLog(String) - Constructor for exception org.spincast.core.exceptions.PublicExceptionNoLog
- PublicExceptionNoLog(String, boolean) - Constructor for exception org.spincast.core.exceptions.PublicExceptionNoLog
- PublicExceptionNoLog(String, int) - Constructor for exception org.spincast.core.exceptions.PublicExceptionNoLog
- PublicExceptionNoLog(String, int, boolean) - Constructor for exception org.spincast.core.exceptions.PublicExceptionNoLog
- push(Object, Set<ResourceToPush>) - Method in interface org.spincast.core.server.Server
-
If
HTTP/2
is used, you can push extra resources at the same time you response to a request. - push(Object, Set<ResourceToPush>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- push(HttpMethod, String, Map<String, List<String>>) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
If
HTTP/2
is used, you can push extra resources at the same time you response to a request. - push(HttpMethod, String, Map<String, List<String>>) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- pushResource(ServerConnection, String, HttpString, HeaderMap) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- put(String, Object, boolean, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- PUT - Enum constant in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
- PUT - Enum constant in enum class org.spincast.core.routing.HttpMethod
- PUT() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
PUT
as a supported HTTP method. - PUT() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
PUT
route, for all path. - PUT() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- PUT() - Method in class org.spincast.plugins.routing.SpincastRouter
- PUT(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
PUT
route. - PUT(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
PUT
request. - PUT(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- PUT(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a PUT method.
- PUT(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a PUT method.
- PUT(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a PUT method.
- putAsIs(String, Object) - Method in class org.spincast.core.json.JsonArrayDefault
- putAsIs(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
- putAsIs(String, Object) - Method in class org.spincast.core.json.JsonObjectDefault
- putElementAtJsonPath(JsonObjectOrArray, String, Object) - Method in interface org.spincast.core.json.JsonManager
-
Puts an element in the object at the specified
JsonPath
. - putElementAtJsonPath(JsonObjectOrArray, String, Object) - Method in interface org.spincast.core.json.JsonPathUtils
-
Puts an element in the object at the specified
JsonPath
position. - putElementAtJsonPath(JsonObjectOrArray, String, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- putElementAtJsonPath(JsonObjectOrArray, String, Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- putElementAtJsonPath(JsonObjectOrArray, String, Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- putElementAtJsonPath(JsonObjectOrArray, String, Object, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Puts a clone of the element in the object at the specified
JsonPath
. - putElementAtJsonPath(JsonObjectOrArray, String, Object, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- putElementAtJsonPath(JsonObjectOrArray, String, Object, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- PutRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- PutRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a PUT request.
- PutRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, JsonManager, XmlManager, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.PutRequestBuilderDefault
R
- rawConfigs - Variable in class org.spincast.plugins.config.ConfigFinder
- readClasspathFile(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Reads a file on the classpath and returns it as a String.
- readClasspathFile(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- readClasspathFile(String, String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Reads a file on the classpath and returns it as a String.
- readClasspathFile(String, String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- realApps(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- redirect() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302) to the current page.
- redirect() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302).
- redirect(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a redirection rule.
- redirect(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- redirect(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a redirection header.
- redirect(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, boolean, FlashMessage) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a redirection header, with a Flash message to display.
- redirect(String, boolean, FlashMessage) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, boolean, FlashMessageLevel, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a redirection header, with a Flash message to display.
- redirect(String, boolean, FlashMessageLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, boolean, FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a redirection header, with a Flash message to display.
- redirect(String, boolean, FlashMessageLevel, String, JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, int) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the redirection headers with a specified
3xx
status code. - redirect(String, int) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, int, FlashMessage) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the redirection headers with a specified
3xx
status code, and a Flash message to display. - redirect(String, int, FlashMessage) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, int, FlashMessageLevel, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the redirection headers with a specified
3xx
status code, and a Flash message to display. - redirect(String, int, FlashMessageLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, int, FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the redirection headers with a specified
3xx
status code, and a Flash message to display. - redirect(String, int, FlashMessageLevel, String, JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, FlashMessage) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302), with a Flash message to display.
- redirect(String, FlashMessage) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, FlashMessageLevel, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302), with a Flash message to display.
- redirect(String, FlashMessageLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302), with a Flash message to display.
- redirect(String, FlashMessageLevel, String, JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(String, JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302), with a Flash variables.
- redirect(String, JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(FlashMessage) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302) to the current page, with a Flash message to display.
- redirect(FlashMessage) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(FlashMessageLevel, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302) to the current page, with a Flash message to display.
- redirect(FlashMessageLevel, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- redirect(FlashMessageLevel, String, JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a temporarily redirection header (302) to the current page, with a Flash message to display.
- redirect(FlashMessageLevel, String, JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- REDIRECT - Enum constant in enum class org.spincast.core.routing.hotlinking.HotlinkingStategy
-
The request must be redirect to a new URL, for example to a watermarked version of the resource.
- RedirectException - Exception in org.spincast.core.exceptions
-
Exception that will immediately send redirection headers.
- RedirectException() - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirects to the current URL.
- RedirectException(String) - Constructor for exception org.spincast.core.exceptions.RedirectException
- RedirectException(String, boolean) - Constructor for exception org.spincast.core.exceptions.RedirectException
- RedirectException(String, boolean, FlashMessageLevel, String) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirect with a Flash message.
- RedirectException(String, boolean, FlashMessageLevel, String, JsonObject) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirect with a Flash message.
- RedirectException(String, boolean, FlashMessage, FlashMessageLevel, String, JsonObject) - Constructor for exception org.spincast.core.exceptions.RedirectException
- RedirectException(String, FlashMessage) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirect with a Flash message.
- RedirectException(String, FlashMessageLevel, String) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirect with a Flash message.
- RedirectException(String, FlashMessageLevel, String, JsonObject) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirect with a Flash message.
- RedirectException(FlashMessage) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirects to the current URL with a Flash message.
- RedirectException(FlashMessageLevel, String) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirects to the current URL with a Flash message.
- RedirectException(FlashMessageLevel, String, JsonObject) - Constructor for exception org.spincast.core.exceptions.RedirectException
-
Redirects to the current URL with a Flash message.
- RedirectHandler<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
Handle to generate the path to redirect a route to.
- RedirectRuleBuilder<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
Builder to create a redirection rule.
- RedirectRuleBuilderDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing -
Default implementation for the RedirectRuleBuilder interface.
- RedirectRuleBuilderDefault(Router<R, W>, String, SpincastRouterConfig, SpincastRoutingUtils) - Constructor for class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- RedirectRuleBuilderFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
Factory to create RedirectRuleBuilders.
- refreshRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- registerAttempRule(String, int, Duration) - Method in interface org.spincast.plugins.attemptslimiter.AttemptsManager
-
Creates and registers a
AttemptRule
rule from the required informations. - registerAttempRule(String, int, Duration) - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- registerAttempRule(AttemptRule) - Method in interface org.spincast.plugins.attemptslimiter.AttemptsManager
-
Registers a
AttemptRule
rule. - registerAttempRule(AttemptRule) - Method in class org.spincast.plugins.attemptslimiter.AttemptsManagerDefault
- registerBigDecimalSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerBoundedScheduledTasks() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- registerClassSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerCustomDeserializers(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerCustomModules(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- registerCustomModules(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- registerCustomSerializers(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerCustomTypeSerializerModule(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Register our custom serializers for some types.
- registerDateSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerEnumSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerInstantSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerJava8DatatypesModule(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- registerJsonArrayDeserializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerJsonArraySerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerJsonObjectDeserializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerJsonObjectModule(ObjectMapper) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
-
Register our custom (de)serializers for JsonObject
- registerJsonObjectModule(XmlMapper) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
-
Register our custom (de)serializers for JsonObject
- registerJsonObjectSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- registerListener(HotSwapClassesRedefinitionsListener) - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcher
-
Add a new listener for modifications to class redefinitions.
- registerListener(HotSwapClassesRedefinitionsListener) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- registerListener(HotSwapClassesRedefinitionsListener) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDummy
- registerListener(HotSwapFilesModificationsListener) - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcher
-
Add a new listener for modifications to file(s) to watch.
- registerListener(HotSwapFilesModificationsListener) - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- registerResourceChangeListener(ResourceChangeListener) - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- registerResourceChangeListener(ResourceChangeListener) - Method in class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- registerScheduledTask(SpincastScheduledTask) - Method in interface org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegister
-
Register a
SpincastScheduledTask
on the Scheduler. - registerScheduledTask(SpincastScheduledTask) - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- registerScheduledTasksInTestingMode() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- registerThrowableSerializer(GsonBuilder) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- relative(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- RelativeDateFormatter - Interface in org.spincast.plugins.dateformatter
- RelativeDateFormatterDefault - Class in org.spincast.plugins.dateformatter
- RelativeDateFormatterDefault(Instant, LocaleResolver) - Constructor for class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- RelativeDateFormatterDefault(Date, LocaleResolver) - Constructor for class org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- RelativeDateFormatType - Enum Class in org.spincast.plugins.dateformatter
-
The type of format from PrettyTime.
- releaseSavepoint(Savepoint) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- remove(int) - Method in interface org.spincast.core.json.JsonArray
-
Removes an element at the specified index.
- remove(int) - Method in class org.spincast.core.json.JsonArrayDefault
- remove(String) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Removes a request scoped variable.
- remove(String) - Method in class org.spincast.core.json.JsonArrayDefault
- remove(String) - Method in class org.spincast.core.json.JsonObjectDefault
-
Removes a property at
JsonPath
from the object. - remove(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Removes an element at
JsonPath
. - remove(String) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- REMOVE - Enum constant in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
- REMOVE_HTML_TAGS_FILTER_NAME - Static variable in class org.spincast.website.pebble.AppPebbleExtension
- REMOVE_HTML_TAGS_FILTER_NAME - Static variable in class org.spincast.website.pebble.RemoveHtmlTagsPebbleFilter
- removeAllListeners() - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcher
-
Removes all listeners.
- removeAllListeners() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- removeAllListeners() - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDummy
- removeAllListeners() - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcher
-
Removes all listeners.
- removeAllListeners() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- removeAllRoutes() - Method in interface org.spincast.core.routing.Router
-
Removes all application routes (not the ones added by Spincast and plugins).
- removeAllRoutes() - Method in class org.spincast.plugins.routing.SpincastRouter
- removeAllRoutes(boolean) - Method in interface org.spincast.core.routing.Router
-
Removes all routes.
- removeAllRoutes(boolean) - Method in class org.spincast.plugins.routing.SpincastRouter
- removeAllStaticResourcesServed() - Method in interface org.spincast.core.server.Server
-
Removes all static resources served directly by the server.
- removeAllStaticResourcesServed() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeAllUsers() - Method in interface org.spincast.plugins.undertow.SpincastHttpAuthIdentityManager
-
Removes all users from this identity manager.
- removeAllUsers() - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
- removeBindings(Module, Set<Key<?>>) - Static method in class org.spincast.core.guice.GuiceModuleUtils
-
Remove bindings from a Module.
- removeCacheBusterCode(HttpServerExchange) - Method in class org.spincast.plugins.undertow.CacheBusterRemovalHandlerDefault
- removeCacheBusterCodes(String) - Method in interface org.spincast.core.utils.SpincastUtils
-
Removes the cache buster code occurences from the given text.
- removeCacheBusterCodes(String) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- removeCryptographyRestrictions() - Method in interface org.spincast.plugins.crypto.SpincastCryptoUtils
-
Tries to remove the Java cryptography restrictions.
- removeCryptographyRestrictions() - Method in class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
-
From https://stackoverflow.com/a/22492582/843699
- removeElementAtJsonPath(JsonArray, String) - Method in interface org.spincast.core.json.JsonManager
-
Removes an element at the specified
JsonPath
from the array. - removeElementAtJsonPath(JsonArray, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Removes an element at the specified
JsonPath
from the array. - removeElementAtJsonPath(JsonArray, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- removeElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- removeElementAtJsonPath(JsonArray, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- removeElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonManager
-
Removes an element at the specified
JsonPath
from the object. - removeElementAtJsonPath(JsonObject, String) - Method in interface org.spincast.core.json.JsonPathUtils
-
Removes an element at the specified
JsonPath
from the object. - removeElementAtJsonPath(JsonObject, String) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- removeElementAtJsonPath(JsonObject, String) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- removeElementAtJsonPath(JsonObject, String) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- removeEndpointController(String) - Method in interface org.spincast.core.websocket.WebsocketEndpointToControllerManager
-
Removes the link between a WebSocket endpoint and a controller.
- removeEndpointController(String) - Method in class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
- removeHeader(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Removes an header by its name.
- removeHeader(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- RemoveHtmlTagsPebbleFilter - Class in org.spincast.website.pebble
-
Pebble filter to remove the HTML tags.
- RemoveHtmlTagsPebbleFilter() - Constructor for class org.spincast.website.pebble.RemoveHtmlTagsPebbleFilter
- removeHttpAuthentication(String) - Method in interface org.spincast.core.server.Server
-
Removes a user from all HTTP protected realms.
- removeHttpAuthentication(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeHttpAuthentication(String, String) - Method in interface org.spincast.core.server.Server
-
Removes a user to an HTTP protected realm.
- removeHttpAuthentication(String, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeJavaCryptoRestrictionsOnInit() - Method in interface org.spincast.plugins.crypto.config.SpincastCryptoConfig
-
Tries to remove the Java crypt restrictions when the application starts.
- removeJavaCryptoRestrictionsOnInit() - Method in class org.spincast.plugins.crypto.config.SpincastCryptoConfigDefault
- removeListener(HotSwapClassesRedefinitionsListener) - Method in interface org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcher
-
Removes a listener.
- removeListener(HotSwapClassesRedefinitionsListener) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- removeListener(HotSwapClassesRedefinitionsListener) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDummy
- removeListener(HotSwapFilesModificationsListener) - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcher
-
Removes a file modifications listener.
- removeListener(HotSwapFilesModificationsListener) - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- removeNoKeyParsing(String) - Method in interface org.spincast.core.json.JsonObject
-
Removes a element from the object.
- removeNoKeyParsing(String) - Method in class org.spincast.core.json.JsonObjectDefault
- removePeerChannel(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- removePeerChannelAndSendPeerClosedAppEvent(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- removeResourceChangeListener(ResourceChangeListener) - Method in class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- removeResourceChangeListener(ResourceChangeListener) - Method in class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- removeResponseHeader(Object, String) - Method in interface org.spincast.core.server.Server
-
Removes a response header.
- removeResponseHeader(Object, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeRoute(String) - Method in interface org.spincast.core.routing.Router
-
Removes a route using its
routeId
. - removeRoute(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- removeSpincastRoutesToo() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
-
Should the default Spincast Routes be removed too? Or only the custom ones?
- removeSpincastRoutesToo() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
-
Should the default Spincast Routes be removed too? Or only the custom ones?
- removeStaticResource(StaticResourceType, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeStaticResourcesServed(StaticResourceType, String) - Method in interface org.spincast.core.server.Server
-
Removes a static resource served directly by the server.
- removeStaticResourcesServed(StaticResourceType, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- removeUser(String) - Method in interface org.spincast.plugins.undertow.SpincastHttpAuthIdentityManager
-
Removes a user from this identity manager.
- removeUser(String) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
- RepeatedClassAfterMethodProvider - Interface in org.spincast.testing.junitrunner
- RepeatUntilFailure - Annotation Interface in org.spincast.testing.junitrunner
-
Annotation to specify that a test or a test class will be ran until it fails or the max number of tries is reached.
- RepeatUntilSuccess - Annotation Interface in org.spincast.testing.junitrunner
-
Annotation to specify that a test or a test class will be ran until it succeeds or the max number of tries is reached.
- replaceDynamicParamsInPath(String, Map<String, String>) - Method in interface org.spincast.plugins.routing.utils.SpincastRoutingUtils
-
Replaces all the dynamic (and splat) parameters in the specified 'path'.
- replaceDynamicParamsInPath(String, Map<String, String>) - Method in class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
- ReplaceDynamicParamsResult - Interface in org.spincast.plugins.routing.utils
-
The result of a call to SpincastRoutingUtils#replaceDynamicParamsInPath(...)
- ReplaceDynamicParamsResultDefault - Class in org.spincast.plugins.routing.utils
-
Implementation for result of a call to SpincastRoutingUtils#replaceDynamicParamsInPath(...)
- ReplaceDynamicParamsResultDefault(String, boolean) - Constructor for class org.spincast.plugins.routing.utils.ReplaceDynamicParamsResultDefault
- request() - Method in interface org.spincast.core.exchange.RequestContext
-
Request related methods.
- request() - Method in class org.spincast.core.exchange.RequestContextBase
- REQUEST - Static variable in interface org.spincast.core.guice.SpincastGuiceScopes
-
Instance of the Guice scope for a
request
. - REQUEST_CONTEXT_VARIABLE_SESSION - Static variable in class org.spincast.plugins.session.SpincastSessionManagerDefault
-
The name of the request context variable used to save the user session.
- requestContainsCookies() - Method in interface org.spincast.core.filters.CorsFilterClient
-
DOes the request contain cookies?
- RequestContext<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
The base interface for a request context.
- RequestContextBase<R extends RequestContext<R>> - Class in org.spincast.core.exchange
-
The base implementation for a request context object.
- RequestContextBase(Object, RequestContextBaseDeps<R>) - Constructor for class org.spincast.core.exchange.RequestContextBase
-
Constructor
- RequestContextBaseDeps<R extends RequestContext<R>> - Class in org.spincast.core.exchange
-
A wrapper object for the dependencies required by RequestContextBase.
- RequestContextBaseDeps(LocaleResolver, TimeZoneResolver, JsonManager, XmlManager, Provider<RequestRequestContextAddon<R>>, Provider<RoutingRequestContextAddon<R>>, Provider<ResponseRequestContextAddon<R>>, Provider<VariablesRequestContextAddon<R>>, Provider<TemplatingRequestContextAddon<R>>, Provider<CacheHeadersRequestContextAddon<R>>, Provider<Injector>) - Constructor for class org.spincast.core.exchange.RequestContextBaseDeps
-
Constructor
- RequestContextFactory<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
Assisted factory to create request context instances.
- requestContextImplementationClass(Class<? extends RequestContext<?>>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- RequestContextType - Annotation Interface in org.spincast.core.exchange
-
Used to bind and inject the request context type.
- RequestRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
Methods related to the current
request
. - RequestScopedVariables() - Constructor for class org.spincast.core.config.SpincastConstants.RequestScopedVariables
- resetAll() - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
Reset everything : delete caches, delete ignored routes, etc.
- resetAll() - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- resetBuffer() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Clears the buffer (the unsent buffer, of course).
- resetBuffer() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- resetEverything() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Clears the buffer (the unsent buffer, of course!), resets the cookies, the headers, the
Content-Type
and sets thestatus code
back to200
. - resetEverything() - Method in interface org.spincast.core.filters.CorsFilterClient
-
Resets the response.
- resetEverything() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- resetEverything(boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Clears the buffer (the unsent buffer, of course), the headers, the
Content-Type
and sets thestatus code
back to200
. - resetEverything(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- resetResponse(R) - Method in class org.spincast.core.controllers.SpincastFrontController
- resetSystemProperties() - Method in class org.spincast.testing.core.SpincastTestBase
-
Resets System properties.
- resolveJsonArrayAttribute(JsonArray, int, EvaluationContextImpl) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- resolveJsonObjectAttribute(JsonObject, String, EvaluationContextImpl) - Method in class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
- resolveMigrations(Context) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
- RESOURCE_TO_PUSH_PLACEHOLDERS_CACHE_BUSTER - Static variable in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The placeholder to replace by the current cache buster when pushing a resource on HTTP/2.
- ResourceInfo - Class in org.spincast.core.utils
-
Represents a file that can be taken from the file system or from the classpath.
- ResourceInfo(String, boolean) - Constructor for class org.spincast.core.utils.ResourceInfo
- ResourceToPush - Class in org.spincast.core.routing
-
A resource to push using HTTP/2.
- ResourceToPush(HttpMethod, String, Map<String, List<String>>) - Constructor for class org.spincast.core.routing.ResourceToPush
- response() - Method in interface org.spincast.core.exchange.RequestContext
-
Response related methods.
- response() - Method in class org.spincast.core.exchange.RequestContextBase
- ResponseRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
Methods to manipulate the response.
- ResponseResetableException - Interface in org.spincast.core.exceptions
-
An interface for exceptions which allows them to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process.
- ResponseResetableExceptionDefault - Exception in org.spincast.core.exceptions
-
An exception which allows to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process.
- ResponseResetableExceptionDefault() - Constructor for exception org.spincast.core.exceptions.ResponseResetableExceptionDefault
-
If not already flushed, the response will be reset before running the new route
- ResponseResetableExceptionDefault(boolean) - Constructor for exception org.spincast.core.exceptions.ResponseResetableExceptionDefault
-
If not already flushed, the response will be reset before running the new route
- ResponseResetableExceptionDefault(String) - Constructor for exception org.spincast.core.exceptions.ResponseResetableExceptionDefault
-
If not already flushed, the response will be reset before running the new route
- ResponseResetableExceptionDefault(String, boolean) - Constructor for exception org.spincast.core.exceptions.ResponseResetableExceptionDefault
-
If not already flushed, the response will be reset before running the new route
- ResultSetHandler<T> - Interface in org.spincast.plugins.jdbc.statements
- RETURN_EMPTY_STRING - Enum constant in enum class org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
-
Returns an empty string
- RETURN_KEY - Enum constant in enum class org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
-
Returns the key itself.
- rollback() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- rollback(Savepoint) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- route(R) - Method in interface org.spincast.core.routing.Router
-
Find the route to use to handle the current request.
- route(R) - Method in class org.spincast.plugins.routing.SpincastRouter
- route(R, String, RoutingType) - Method in class org.spincast.plugins.routing.SpincastRouter
- route(R, RoutingType) - Method in interface org.spincast.core.routing.Router
-
Find the route to use to handle the current request, given the specified routing type.
- route(R, RoutingType) - Method in class org.spincast.plugins.routing.SpincastRouter
- Route<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
Represents a regular route and all its informations.
- ROUTE_FORWARDED_NBR - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
The number of time a request has been forwarded.
- ROUTE_HANDLER_MATCH - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
The current route handler match.
- ROUTE_ID_AFTER_FILTER - Static variable in interface org.spincast.plugins.session.SpincastSessionFilter
-
The route id of the after filter, if added automatically.
- ROUTE_ID_BEFORE_FILTER - Static variable in interface org.spincast.plugins.session.SpincastSessionFilter
-
The route id of the before filter, if added automatically.
- RouteBuilder<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
Builder to create a route.
- RouteBuilderDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing - RouteBuilderDefault(Router<R, W>, RouteFactory<R>, SpincastRouterConfig, SpincastFilters<R>, SpincastConfig) - Constructor for class org.spincast.plugins.routing.RouteBuilderDefault
- RouteBuilderDefault(RouteFactory<R>, SpincastRouterConfig, SpincastFilters<R>, SpincastConfig) - Constructor for class org.spincast.plugins.routing.RouteBuilderDefault
- RouteBuilderFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
Factory to create a route builder.
- RouteDefault<R extends RequestContext<?>> - Class in org.spincast.plugins.routing
- RouteDefault(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, Set<String>) - Constructor for class org.spincast.plugins.routing.RouteDefault
-
Constructor
- RouteFactory<R extends RequestContext<?>> - Interface in org.spincast.plugins.routing
- RouteHandlerMatch<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
Represents a match found by the router.
- RouteHandlerMatchDefault<R extends RequestContext<?>> - Class in org.spincast.plugins.routing
- RouteHandlerMatchDefault(Route<R>, Handler<R>, Map<String, String>, int) - Constructor for class org.spincast.plugins.routing.RouteHandlerMatchDefault
- RouteHandlerMatchFactory<R extends RequestContext<?>> - Interface in org.spincast.plugins.routing
- Router<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
The router.
- routing() - Method in interface org.spincast.core.exchange.RequestContext
-
Routing related methods.
- routing() - Method in class org.spincast.core.exchange.RequestContextBase
- ROUTING_RESULT - Static variable in class org.spincast.core.config.SpincastConstants.RequestScopedVariables
-
The current routing result.
- RoutingRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
Add-on to get information about the current routing process.
- RoutingResult<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
The result of the router, when asked to find matches for a request.
- RoutingResultDefault<R extends RequestContext<?>> - Class in org.spincast.plugins.routing
- RoutingResultDefault(List<RouteHandlerMatch<R>>) - Constructor for class org.spincast.plugins.routing.RoutingResultDefault
- RoutingType - Enum Class in org.spincast.core.routing
-
The possible types of a routing process.
- rowDeleted() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- rowInserted() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- rowUpdated() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- rss(AppRequestContext) - Method in class org.spincast.website.controllers.FeedController
- run() - Method in interface org.spincast.plugins.jdbc.TransactionalScope
- run(Connection) - Method in interface org.spincast.plugins.jdbc.ConnectionScope
- run(Connection) - Method in interface org.spincast.plugins.jdbc.JdbcQueries
- run(RunNotifier) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Runs the test class.
- runChild(FrameworkMethod, RunNotifier) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
-
Runs a specific test
- runMigration(Connection) - Method in class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
-
Runs the migrations inside a scope where the proper connection will used, even by indirect components (ex: a service is called that uses a repository which gets a connection using
JdbcScope.transactional(org.spincast.plugins.jdbc.TransactionalScope)
transactional()). - runPreClassLoopsSpincastTests() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- runtimize(Exception) - Static method in class org.spincast.core.utils.SpincastStatics
- runtimizePrivate(Exception) - Method in class org.spincast.core.utils.SpincastStatics
S
- saveFlashMessage(String, FlashMessage) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
Saves a Flash message.
- saveFlashMessage(FlashMessage) - Method in interface org.spincast.core.flash.FlashMessagesHolder
-
Saves a Flash Message.
- saveFlashMessage(FlashMessage) - Method in class org.spincast.core.flash.FlashMessagesHolderDefault
- saveGeneratedResource(R, String) - Method in interface org.spincast.core.filters.SpincastFilters
-
Used by Spincast to save a "dynamic resource" once it is generated.
- saveGeneratedResource(R, String) - Method in class org.spincast.core.filters.SpincastFiltersDefault
- saveNewAttempt(String, AttemptCriteria...) - Method in interface org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginRepository
-
Save a new attempt for an action, given some criterias.
- saveResponseCookies(HttpResponse) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Saves the current response's cookies.
- saveSession(SpincastSession) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- saveSession(SpincastSession) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Save session.
- saveSession(SpincastSession) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- saveSession(SpincastSession) - Method in interface org.spincast.plugins.session.SpincastSessionRepository
-
Save a session.
- saveSessionIdOnUser(String, boolean) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Will save the session id to the user (by default using a cookie).
- saveSessionIdOnUser(String, boolean) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- saveSessionIdOnUser(RequestContext<?>, String, boolean) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- saveSubmittedFormProtectionId(Instant, String) - Method in interface org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionRepository
-
Saves the protectionId associated with a submitted form.
- saveUser(User) - Method in class org.spincast.website.test.UserService
- scheduler - Variable in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
This will be called by HotSwap Agent to inject the Scheduler instance.
- scope(Key<T>, Provider<T>) - Method in class org.spincast.core.guice.SpincastRequestScope
- scopes() - Method in interface org.spincast.plugins.jdbc.JdbcUtils
- scopes() - Method in class org.spincast.plugins.jdbc.JdbcUtilsDefault
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- SEC_WEBSOCKET_KEY - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- SEC_WEBSOCKET_LOCATION - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- SEC_WEBSOCKET_VERSION - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- seed(Key<T>, T) - Method in class org.spincast.core.guice.SpincastRequestScope
- seed(Class<T>, T) - Method in class org.spincast.core.guice.SpincastRequestScope
- selectList(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
- selectList(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectList(ResultSetHandler<T>, boolean) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectListAndTotal(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
-
Executes the SELECT query but also returns the total of items.
- selectListAndTotal(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectOne(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.SelectStatement
- selectOne(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- SelectStatement - Interface in org.spincast.plugins.jdbc.statements
- SelectStatementDefault - Class in org.spincast.plugins.jdbc.statements
- SelectStatementDefault(Connection, JdbcUtils) - Constructor for class org.spincast.plugins.jdbc.statements.SelectStatementDefault
- selectValueUsingJsonPath(JsonArray, String, boolean, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- selectValueUsingJsonPath(JsonObject, String, boolean, Object) - Method in class org.spincast.core.json.JsonPathUtilsDefault
- send() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- send() - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sends the request and gets the HTTP response.
- send() - Method in interface org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilder
-
Sends the request and gets the
HTTP
response. - send() - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- send(byte[], String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendAppEventInNewThread(Runnable) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Sends an event to the application in a separated thread.
- sendBytes(byte[]) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends some
bytes
, without flushing. - sendBytes(byte[]) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendBytes(byte[], String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends some
bytes
using the specifiedContent-Type
, without flushing. - sendBytes(byte[], String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendBytes(byte[], String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends some
bytes
using the specifiedContent-Type
and flushes, if specified. - sendBytes(byte[], String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
-
Send some bytes + flush if specified.
- sendCharacters(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String, using the encoding returned by
getCharactersCharsetName
and using the specifiedContent-Type
, without flushing. - sendCharacters(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendCharacters(String, String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String, using the encoding returned by
getCharactersCharsetName
and using the specifiedContent-Type
. - sendCharacters(String, String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendClientEventInNewThread(Runnable) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
Sends an event to the client in a separated thread.
- sendClosingConnection(int, String, Set<String>, ClosedEventSentCallback) - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
- sendClosingConnection(int, String, Set<String>, ClosedEventSentCallback) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriter
-
Sends a "closing connection" message to specified peers.
- sendConnectionClosedAppEvent(WebsocketClientHandler) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- sendErrorUsingBestMatchContentType(Object, String, Integer) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Send an error to the client.
- sendException(String) - Method in class org.spincast.website.maven.SpincastMavenScriptBase
- sendGetRawResponse() - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- sendHtml(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String as
text/html
,UTF-8
encoded, without flushing. - sendHtml(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendHtml(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String as
text/html
,UTF-8
encoded, and flushes, if specified. - sendHtml(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends the model as
application/json
, without flushing. - sendJson() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson(boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends the model as
application/json
, and flushes, if specified. - sendJson(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson(Object) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Serializes the object to
Json
and sends asapplication/json
, without flushing. - sendJson(Object) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson(Object, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Serializes the object to
Json
, sends asapplication/json
, and flushes, if specified. - sendJson(Object, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a
Json
String using theapplication/json
Content-Type, without flushing. - sendJson(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendJson(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a
Json
String using theapplication/json
Content-Type, and flushes, if specified. - sendJson(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendMessage(byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a byte array message to all peers of the endpoint.
- sendMessage(byte[]) - Method in interface org.spincast.core.websocket.WebsocketPeerManager
-
Sends a byte array message to the peer.
- sendMessage(byte[]) - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientWriter
-
Sends a binary message to the endpoint
- sendMessage(byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(String) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a String message to all peers of the endpoint.
- sendMessage(String) - Method in interface org.spincast.core.websocket.WebsocketPeerManager
-
Sends a String message to the peer.
- sendMessage(String) - Method in interface org.spincast.plugins.httpclient.websocket.WebsocketClientWriter
-
Sends a text message to the endpoint.
- sendMessage(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(String, byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a byte array message to a specific peer.
- sendMessage(String, byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(String, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a String message to a specific peer.
- sendMessage(String, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(Set<String>, byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a byte array message to specific peers.
- sendMessage(Set<String>, byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(Set<String>, byte[], WebsocketPeersWriteCallback) - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
- sendMessage(Set<String>, byte[], WebsocketPeersWriteCallback) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriter
-
Sends a byte array message to specific peers.
- sendMessage(Set<String>, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a String message to specific peers.
- sendMessage(Set<String>, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessage(Set<String>, String, WebsocketPeersWriteCallback) - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
- sendMessage(Set<String>, String, WebsocketPeersWriteCallback) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriter
-
Sends a String message to specific peers.
- sendMessageExcept(String, byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a byte array message to all peers except the specified one.
- sendMessageExcept(String, byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessageExcept(String, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a String message to all peers except the specified one.
- sendMessageExcept(String, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessageExcept(Set<String>, byte[]) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a byte array message to all peers except the specified ones.
- sendMessageExcept(Set<String>, byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessageExcept(Set<String>, String) - Method in interface org.spincast.core.websocket.WebsocketEndpointWriter
-
Sends a String message to all peers except the specified ones.
- sendMessageExcept(Set<String>, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- sendMessageToCurrentPeer(byte[]) - Method in interface org.spincast.core.websocket.WebsocketContext
-
Sends a byte array message to the current peer.
- sendMessageToCurrentPeer(byte[]) - Method in class org.spincast.core.websocket.WebsocketContextBase
- sendMessageToCurrentPeer(String) - Method in interface org.spincast.core.websocket.WebsocketContext
-
Sends a String message to the current peer.
- sendMessageToCurrentPeer(String) - Method in class org.spincast.core.websocket.WebsocketContextBase
- sendOnBytesMessageAppEvent(String, byte[]) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Sends a "byte[] message" event to the app.
- sendOnBytesMessageClientEvent(byte[]) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
Sends a "Bytes message" event to the app.
- sendOnConnectionClosedMessageClientEvent(int, String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
Sends a "Connection closed message" event to the app.
- sendOnPeerConnectedAppEvent(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Sends a "Peer connected " event to the app.
- sendOnStringMessageAppEvent(String, String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Sends a "String message" event to the app.
- sendOnStringMessageClientEvent(String) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
Sends a "String message" event to the app.
- sendParse(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Parses the given String using the
TemplatingEngine
, then sends the result using the specifiedContent-Type
, without flushing. - sendParse(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendParse(String, String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Parses the given String using the
TemplatingEngine
, then sends the result using the specifiedContent-Type
, and flushes, if specified. - sendParse(String, String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendParseHtml(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Parses the given String using the
TemplatingEngine
and the given parameters, then sends the result astext/html
,UTF-8
encoded. - sendParseHtml(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendParseHtml(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Parses the given String using the
TemplatingEngine
and the given parameters, then sends the result astext/html
,UTF-8
encoded, and flushes, if specified. - sendParseHtml(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendPeerClosedAppEvent(String) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Sends a "peer closed" event to the app.
- sendPing() - Method in interface org.spincast.plugins.httpclient.websocket.SpincastWebsocketClientWriter
-
Sends a ping
- sendPings(WebsocketPeersWriteCallback) - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
- sendPings(WebsocketPeersWriteCallback) - Method in interface org.spincast.plugins.undertow.UndertowWebsocketEndpointWriter
-
Sends a
ping
message to all peers. - sendPlainText(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String as
text/plain
,UTF-8
encoded, without flushing. - sendPlainText(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendPlainText(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends a String as
text/plain
,UTF-8
encoded, and flushes, if specified. - sendPlainText(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendPushHeaders(HttpServerExchange, ResourceToPush) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
In case the server is behind a reverse-proxy such as Nginx: it is this proxy that will do the actual push of the resource.
- sendTemplate(String, boolean, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the specified template using the
TemplatingEngine
, evaluates it using the given parameters, then sends the result using the givencontentType
, without flushing. - sendTemplate(String, boolean, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplate(String, boolean, String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the specified template using the
TemplatingEngine
, evaluates it using the given parameters, then sends the result using the givencontentType
, and flushes, if specified. - sendTemplate(String, boolean, String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplate(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the specified template using the
TemplatingEngine
, evaluates it using the given parameters, then sends the result using the givencontentType
, without flushing. - sendTemplate(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplate(String, String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the specified template using the
TemplatingEngine
, evaluates it using the given parameters, then sends the result using the givencontentType
, and flushes, if specified. - sendTemplate(String, String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplate(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsFileUploadController
- sendTemplateHtml(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the
HTML
template using theTemplatingEngine
, evaluates it using the model that have been added to the response, then sends the result astext/html
,UTF-8
encoded, without flushing. - sendTemplateHtml(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplateHtml(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the
HTML
template using theTemplatingEngine
, evaluates it using the given parameters, then sends the result astext/html
,UTF-8
encoded. - sendTemplateHtml(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendTemplateHtml(String, boolean, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Finds the
HTML
template using theTemplatingEngine
, evaluates it using the given parameters, then sends the result astext/html
,UTF-8
encoded, and flushes, if specified. - sendTemplateHtml(String, boolean, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendWebsocketEnpointsClosedWhenServerStops() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- sendXml() - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends the model as
application/xml
, without flushing. - sendXml() - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendXml(boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends the model as
application/xml
, and flushes, if specified. - sendXml(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendXml(Object) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Serializes the object to
XML
and sends asapplication/xml
, without flushing. - sendXml(Object) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendXml(Object, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Serializes the object to
XML
, sends asapplication/xml
, and flushes, if specified. - sendXml(Object, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendXml(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends some
XML
using theapplication/xml
Content-Type, without flushing. - sendXml(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- sendXml(String, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sends some
XML
using theapplication/xml
Content-Type, and flushes, if specified. - sendXml(String, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- separator(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The separator string to use between the date part and the time part.
- separator(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- serialize(Class<?>, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.ClassSerializer
- serialize(Enum<?>, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.EnumSerializer
- serialize(Throwable, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.ThrowableSerializer
- serialize(BigDecimal, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.BigDecimalSerializer
- serialize(Instant, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.InstantSerializer
- serialize(Date, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.DateSerializer
- serialize(JsonArray, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.JsonArraytSerializer
- serialize(JsonObject, Type, JsonSerializationContext) - Method in class org.spincast.plugins.gson.serializers.JsonObjectSerializer
- serializeSession(SpincastSession) - Method in class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- serialVersionUID - Static variable in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
- Server - Interface in org.spincast.core.server
-
The interface a HTTP server implementation must implement.
- ServerStartedInterceptor - Class in org.spincast.core.config
-
Interceptor that will call the
ServerStartedListener
listeners once the server is started. - ServerStartedInterceptor(Provider<ServerUtils>) - Constructor for class org.spincast.core.config.ServerStartedInterceptor
- ServerStartedListener - Interface in org.spincast.core.server
-
To implement to be informed after the application server is started succesfully.
- serverStartedSuccessfully() - Method in class org.spincast.core.config.SpincastInit
- serverStartedSuccessfully() - Method in interface org.spincast.core.server.ServerStartedListener
-
Called after the server ha been started successfully.
- serverStartedSuccessfully() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
-
Starts watching registered files when the server is started.
- serverStartedSuccessfully() - Method in class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- serverSwaggerUi() - Method in class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
- ServerUtils - Interface in org.spincast.core.server
-
Some utilities for server implementation.
- ServerUtilsDefault - Class in org.spincast.core.server
- ServerUtilsDefault(Set<ServerStartedListener>) - Constructor for class org.spincast.core.server.ServerUtilsDefault
- SESSION_VARIABLE_NAME_CSRF_TOKEN - Static variable in interface org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfig
-
The name of the session variable used to store the CSRF token id of the user.
- set(int, Object) - Method in interface org.spincast.core.json.JsonArray
-
Sets an object at the specified index.
- set(int, Object) - Method in class org.spincast.core.json.JsonArrayDefault
- set(int, Object, boolean) - Method in interface org.spincast.core.json.JsonArray
-
Sets an object at the specified index.
- set(int, Object, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- set(String, Object) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Adds a request scoped variable.
- set(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
- set(String, Object) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Sets an element at the specified
JsonPath
. - set(String, Object) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- set(String, Object, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- set(String, Object, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Sets an element at the specified
JsonPath
. - set(Map<String, Object>) - Method in interface org.spincast.core.exchange.VariablesRequestContextAddon
-
Adds request scoped variables.
- set(Map<String, Object>) - Method in class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- setAutoCommit(boolean) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setBody(HttpEntity) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets an custom
HttpEntity
body to be sent. - setBody(HttpEntity) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- setBoolean(String, Boolean) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setBoolean(String, Boolean) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setBoundListerns(Set<HotSwapClassesRedefinitionsListener>) - Method in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
-
Guice injects the bound listeners
- setBytes(String, byte[]) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Added to the original code by Spincast.
- setCacheSeconds(int) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds caching headers.
- setCacheSeconds(int) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCacheSeconds(int, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Adds caching headers for the specified number of seconds.
- setCacheSeconds(int, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCacheTime(Integer) - Method in class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
- setCase(String, String, Map<?, ?>) - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Adds a
CASE
statement, using the key and values of the given map. - setCase(String, String, Map<?, ?>) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- setCatalog(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setCharactersCharsetName(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the charset to use to convert characters to bytes.
- setCharactersCharsetName(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setClientInfo(String, String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setClientInfo(Properties) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setContentType(String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
The
Content-Type
header to use for the response. - setContentType(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setContextTypes(Module) - Method in class org.spincast.core.guice.SpincastPluginBase
- setCookie(String, String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setCookie(String, String) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets a cookie.
- setCookie(String, String, boolean) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setCookie(String, String, boolean) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets a cookie, secure or not.
- setCookie(String, String, int) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie using the specified name, value and number of seconds to live.
- setCookie(String, String, int) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie(String, String, int, boolean) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie using the specified name, value, number of seconds to live and if it's http only.
- setCookie(String, String, int, boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie(String, String, String, String, Date, boolean, boolean, CookieSameSite, boolean, int) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie, using all available configurations.
- setCookie(String, String, String, String, Date, boolean, boolean, CookieSameSite, boolean, int) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie(Cookie) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie.
- setCookie(Cookie) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setCookie(Cookie) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets a cookie.
- setCookie(Cookie) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie10years(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a permanent cookie (10 years) using the specified name and value.
- setCookie10years(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie10yearsSafe(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a permanent cookie (10 years) using the specified name and value.
- setCookie10yearsSafe(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie1year(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a permanent cookie (1 years) using the specified name and value.
- setCookie1year(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookie1yearSafe(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a permanent cookie (1 years) using the specified name and value.
- setCookie1yearSafe(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookies(Collection<Cookie>) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setCookies(Collection<Cookie>) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets some cookies.
- setCookieSession(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie using the specified name and value.
- setCookieSession(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookieSessionSafe(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets a cookie using the specified name and value.
- setCookieSessionSafe(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setCookieStore(CookieStore) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setDate(String, LocalDate) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setDate(String, LocalDate) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setDirty() - Method in interface org.spincast.plugins.session.SpincastSession
-
This allows you to flag a session as being dirty, even if its attributes don't change.
- setDirty() - Method in class org.spincast.plugins.session.SpincastSessionDefault
- setDomain(String) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the cookie domain.
- setDomain(String) - Method in class org.spincast.core.cookies.CookieDefault
- setDouble(String, Double) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setDouble(String, Double) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setEmail(List<String>) - Method in class org.spincast.website.models.demos.HtmlFormsDemoFormBackingObject
- setETag(ETag) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- setETagWeakComparison(boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- setExceptionInBeforeClass() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- setExpires(Date) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the date the cookie will expire.
- setExpires(Date) - Method in class org.spincast.core.cookies.CookieDefault
- setExpiresUsingMaxAge(int) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the number of seconds for a cookie to live.
- setExpiresUsingMaxAge(int) - Method in class org.spincast.core.cookies.CookieDefault
- setFetchDirection(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- setFetchSize(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- setFloat(String, Float) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setFloat(String, Float) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setFormBodyField(String, List<String>) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets a field on the form body, with its values.
- setFormBodyField(String, List<String>) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- setFormBodyFields(Map<String, List<String>>) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets fields on the form body.
- setFormBodyFields(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- setGzipOption(GzipOption) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Enable or disable gzipping of the response.
- setGzipOption(GzipOption) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setHeader(String, String) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Set the value to a response header.
- setHeader(String, String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setHeader(String, List<String>) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Set multiple values to a response header.
- setHeader(String, List<String>) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setHeaders(Map<String, List<String>>) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setHeaders(Map<String, List<String>>) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets the headers.
- setHeaderValues(String, List<String>) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setHeaderValues(String, List<String>) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets the values of the specified header.
- setHoldability(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setHttpAuthCredentials(String, String) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setHttpAuthCredentials(String, String) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Set HTTP authentication credentials.
- setHttpClientBuilder(HttpClientBuilder) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setHttpClientBuilder(HttpClientBuilder) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets a specific
HttpClientBuilder
to use. - setHttpOnly(boolean) - Method in interface org.spincast.core.cookies.Cookie
-
Sets if the cookie is available only for to the server anbd not to javascript.
- setHttpOnly(boolean) - Method in class org.spincast.core.cookies.CookieDefault
- setIfAbsent(String, Object) - Method in class org.spincast.core.json.JsonObjectArrayBase
- setIfAbsent(String, Object) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Sets an element at the specified
JsonPath
if no element exists at this path. - setIfAbsent(String, Object, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- setIfAbsent(String, Object, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Sets an element at the specified
JsonPath
if no element exists at this path. - setIgnoreRemainingTests() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- setInInteger(String, Set<Integer>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of Integer and replaces the specified param with them, so it can be used inside a <codeIN(:ids)</code section
- setInInteger(String, Set<Integer>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInLong(String, Set<Long>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of Long and replaces the specified param with them, so it can be used inside a <codeIN(:ids)</code section
- setInLong(String, Set<Long>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInstance(SpincastStatics) - Static method in class org.spincast.core.utils.SpincastStatics
- setInstant(String, Instant) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
This replaces setTimestamp()!
- setInstant(String, Instant) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInString(String, Set<String>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of String and replaces the specified param with them, so it can be used inside a
IN(:ids)
section. - setInString(String, Set<String>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInStringFromEnumNames(String, Enum<?>...) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Uses a list of enum names so it can be used inside a
IN(:ids)
section. - setInStringFromEnumNames(String, Enum<?>...) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInStringFromEnumNames(String, Set<? extends Enum<?>>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a collection of enum names and replaces the specified param with them, so it can be used inside a
IN(:ids)
section. - setInStringFromEnumNames(String, Set<? extends Enum<?>>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setInt(String, int) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setInteger(String, Integer) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setInteger(String, Integer) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setIsShouldGzip(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setJsonStringBody(Object) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets a
Json
body to be sent. - setJsonStringBody(Object) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- setKillingRequested() - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- setLastModificationDate(Date) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- setLoginTimeout(int) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- setLogWriter(PrintWriter) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- setLong(String, long) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setLong(String, Long) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setLong(String, Long) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setLongList(String, List<Long>) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Explodes a list of Long and replaces the specified param with them, so it can be used to replace a "ids list" inside a (PostgreSQL example):
INNER JOIN UNNEST('{:idsList}'::int[]) WITH ORDINALITY o(id, ord) ON o.id = myMainTable.id
- setLongList(String, List<Long>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setModel(JsonObject) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Replaces the current response model completely.
- setModel(JsonObject) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setNetworkTimeout(Executor, int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setNewRootSavePoint() - Method in interface org.spincast.plugins.jdbc.SpincastConnection
- setNewRootSavePoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setNoKeyParsing(String, Object) - Method in interface org.spincast.core.json.JsonObject
-
Sets an element at the specified key, without parsing this key as a
JsonPath
. - setNoKeyParsing(String, Object) - Method in class org.spincast.core.json.JsonObjectDefault
- setNoKeyParsing(String, Object, boolean) - Method in interface org.spincast.core.json.JsonObject
-
Sets an element at the specified key, without parsing this key as a
JsonPath
. - setNoKeyParsing(String, Object, boolean) - Method in class org.spincast.core.json.JsonObjectDefault
- setObject(String, Object) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setOpenApiBase(OpenAPI) - Method in interface org.spincast.plugins.openapi.bottomup.SpincastOpenApiManager
-
The base OpenAPI informations for the generated specs file.
- setOpenApiBase(OpenAPI) - Method in class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- setOrAdd(Integer, Object, boolean, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- setOrAddAsIs(Integer, Object, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- setParams(Map<String, Object>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setPath(String) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the cookie path.
- setPath(String) - Method in class org.spincast.core.cookies.CookieDefault
- setProcessAndProcessKiller(Process, ProcessKiller) - Method in interface org.spincast.plugins.processutils.ProcessExecutionHandler
-
Internal use.
- setProcessAndProcessKiller(Process, ProcessKiller) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- setReadOnly(boolean) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setRequestConfig(RequestConfig) - Method in class org.spincast.plugins.httpclient.builders.HttpRequestBuilderBase
- setRequestConfig(RequestConfig) - Method in interface org.spincast.plugins.httpclient.HttpRequestBuilder
-
Sets a custom
RequestConfig
to use. - setRequestContextImplementationClass(Class<? extends RequestContext<?>>) - Method in class org.spincast.core.guice.GuiceTweaker
- setRequestContextImplementationClass(Class<? extends RequestContext<?>>) - Method in interface org.spincast.core.guice.SpincastContextTypesInterested
-
The implementation class to use for RequestContext.
- setRequestContextImplementationClass(Class<? extends RequestContext<?>>) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
- setRequestContextImplementationClass(Class<? extends RequestContext<?>>) - Method in class org.spincast.core.guice.SpincastPluginBase
- setRequestSizeValidated(boolean) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setResponseHeader(Object, String, List<String>) - Method in interface org.spincast.core.server.Server
-
Sets a response header.
- setResponseHeader(Object, String, List<String>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- setResponseHeaders(Object, Map<String, List<String>>) - Method in interface org.spincast.core.server.Server
-
Sets the response headers.
- setResponseHeaders(Object, Map<String, List<String>>) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- setResponseStatusCode(Object, int) - Method in interface org.spincast.core.server.Server
-
Sets the response status code.
- setResponseStatusCode(Object, int) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- setSameSite(CookieSameSite) - Method in interface org.spincast.core.cookies.Cookie
-
The "sameSite" attribute to add.
- setSameSite(CookieSameSite) - Method in class org.spincast.core.cookies.CookieDefault
- setSavepoint() - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSavepoint(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSchema(String) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setSecure(boolean) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the "secure" feature on or off.
- setSecure(boolean) - Method in class org.spincast.core.cookies.CookieDefault
- setSpincastContextes(SpincastContextTypesInterested) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
-
Sets the request and websocket contexts on a component.
- setStaticTokens(Map<String, String>) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setStatusCode(int) - Method in interface org.spincast.core.exchange.ResponseRequestContextAddon
-
Sets the response's
status code
to use. - setStatusCode(int) - Method in interface org.spincast.core.filters.CorsFilterClient
-
Sets the response's status code.
- setStatusCode(int) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- setString(String, String) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setString(String, String) - Method in interface org.spincast.plugins.jdbc.statements.Statement
- setString(String, String) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- setStringBody(String, String) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets a String body.
- setStringBody(String, String) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- setTimestamp(String, Timestamp) - Method in class org.spincast.plugins.jdbc.NamedParameterStatement
-
Sets a parameter.
- setTransactionIsolation(int) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setTypeMap(Map<String, Class<?>>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- setValidationObject(JsonObject) - Method in interface org.spincast.core.request.Form
-
Sets the
JsonObject
to use to store the validation messages. - setValidationObject(JsonObject) - Method in class org.spincast.core.request.FormDefault
- setValue(String) - Method in interface org.spincast.core.cookies.Cookie
-
Sets the cookie value.
- setValue(String) - Method in class org.spincast.core.cookies.CookieDefault
- setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>>) - Method in class org.spincast.core.guice.GuiceTweaker
- setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>>) - Method in interface org.spincast.core.guice.SpincastContextTypesInterested
-
The implementation class to use for WebsocletContext.
- setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>>) - Method in class org.spincast.core.guice.SpincastGuiceModuleBase
- setWebsocketContextImplementationClass(Class<? extends WebsocketContext<?>>) - Method in class org.spincast.core.guice.SpincastPluginBase
- setXmlStringBody(Object) - Method in interface org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBase
-
Sets a
XML
body to be sent. - setXmlStringBody(Object) - Method in class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault
- SHORT - Enum constant in enum class org.spincast.plugins.dateformatter.DatePattern
- shouldExecute() - Method in class org.spincast.plugins.flywayutils.SpincastFlywayJdbcMigrationExecutor
- showTopBar() - Method in interface org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfig
-
If
true
, the top bar of the UI will be shown. - showTopBar() - Method in class org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfigDefault
- SIMPLE - Enum constant in enum class org.spincast.core.filters.CorsFilterResponse
- singleField(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController
-
Single Field demo - GET
- singleFieldSubmit(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController
-
Single Field demo - POST
- size() - Method in class org.spincast.core.json.JsonArrayDefault
- size() - Method in class org.spincast.core.json.JsonObjectDefault
- size() - Method in interface org.spincast.core.json.JsonObjectOrArray
-
The size of the object.
- size() - Method in class org.spincast.core.request.FormDefault
- size() - Method in interface org.spincast.core.validation.ValidationSet
-
The number of validation messages in this set.
- skip(String) - Method in interface org.spincast.core.routing.RouteBuilder
-
Skip a "before" and "after" filter for this route.
- skip(String) - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
Skip a "before" filter for this WebSocket route ("after" filters are never run).
- skip(String) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- skip(String) - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- SkipRemainingHandlersException - Exception in org.spincast.core.exceptions
-
Exception that will simply stop the current routing process without starting any new one.
- SkipRemainingHandlersException() - Constructor for exception org.spincast.core.exceptions.SkipRemainingHandlersException
- SkipResourceOnQueryStringHandler - Interface in org.spincast.plugins.undertow
-
Handler that will skip the default resource handler if there is at least one queryString parameter.
- SkipResourceOnQueryStringHandlerDefault - Class in org.spincast.plugins.undertow
- SkipResourceOnQueryStringHandlerDefault(HttpHandler, HttpHandler) - Constructor for class org.spincast.plugins.undertow.SkipResourceOnQueryStringHandlerDefault
- SkipResourceOnQueryStringHandlerFactory - Interface in org.spincast.plugins.undertow
- skipResourcesRequests() - Method in interface org.spincast.core.routing.RouteBuilder
-
Won't be applied if the request is for a resource (
Route.isStaticResourceRoute()
). - skipResourcesRequests() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- sleep() - Element in annotation interface org.spincast.testing.junitrunner.RepeatUntilFailure
-
Sleep time in milliseconds between two loops.
- sleep() - Element in annotation interface org.spincast.testing.junitrunner.RepeatUntilSuccess
-
Sleep time in milliseconds between two loops.
- sortMapByValues(Map<K, V>) - Method in interface org.spincast.core.utils.SpincastUtils
-
Sort a Map by value
- sortMapByValues(Map<K, V>) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- specificConnection(Connection, DataSource, ConnectionScope<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a scope where only the specified connection will be used (as long as
autoCommit()
,transactional()
,transactional()
,withSpecificConnection()
orwithSpecificConnection()
are used... - specificConnection(Connection, DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a scope where only the specified connection.
- specs(Object, Object...) - Method in interface org.spincast.core.routing.RouteBuilder
-
Generic method to provide specifications for an endpoint.
- specs(Object, Object...) - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- Specs - Annotation Interface in org.spincast.plugins.openapi.bottomup
-
Annotation to wrap Swagger annotations used to define specs on a route.
- specsIgnore() - Method in interface org.spincast.core.routing.RouteBuilder
-
When calling this method, the associated route won't be part of the generated specs.
- specsIgnore() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- SpecsObject - Interface in org.spincast.plugins.openapi.bottomup
-
Empty interface used only to create anonymous classes annotated with
@Specs
. - spicastCoreRouteOrPluginRoute() - Method in interface org.spincast.core.routing.RouteBuilder
-
This should only by called by *plugins*.
- spicastCoreRouteOrPluginRoute() - Method in interface org.spincast.core.websocket.WebsocketRouteBuilder
-
This sould only by called by *plugins*.
- spicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- spicastCoreRouteOrPluginRoute() - Method in class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- spicastOrPluginAddedResource() - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
This should only by called by *plugins*.
- spicastOrPluginAddedResource() - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- Spincast - Class in org.spincast.defaults.bootstrapping
-
Starts the initialization of a Spincast application.
- Spincast() - Constructor for class org.spincast.defaults.bootstrapping.Spincast
- SPINCAST_TEST_NAME_AFTER_CLASS_ANNOTATIONS_VALIDATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_AFTER_CLASS_LOOPS_EXCEPTION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_AFTER_CLASS_METHOD_VALIDATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_BEFORE_CLASS_ANNOTATIONS_VALIDATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_BEFORE_CLASS_METHOD_VALIDATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_EXPECTING_FAILURE_BUT_ONLY_SUCCESSES - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_NO_TESTS_AND_NO_EXPECTION_EXCEPTION_ANNOTATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SPINCAST_TEST_NAME_REPEAT_ANNOTATIONS_VALIDATION - Static variable in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SpincastAppModuleInterested - Interface in org.spincast.core.guice
-
Interface for Guice modules that are interested in having the application Modules (combined) passed before the Guice context is actually created.
- SpincastAttemptsLimiterPlugin - Class in org.spincast.plugins.attemptslimiter
-
Spincast Attempts Limiter plugin.
- SpincastAttemptsLimiterPlugin() - Constructor for class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPlugin
- SpincastAttemptsLimiterPluginConfig - Interface in org.spincast.plugins.attemptslimiter.config
-
Configurations for the Spincast Attempts Limiter plugin.
- SpincastAttemptsLimiterPluginConfigDefault - Class in org.spincast.plugins.attemptslimiter.config
-
Default configurations for Spincast Attempts Limiter plugin.
- SpincastAttemptsLimiterPluginConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.attemptslimiter.config.SpincastAttemptsLimiterPluginConfigDefault
- SpincastAttemptsLimiterPluginModule - Class in org.spincast.plugins.attemptslimiter
-
Spincast Attempts Limiter plugin module.
- SpincastAttemptsLimiterPluginModule() - Constructor for class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
- SpincastAttemptsLimiterPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginModule
- SpincastAttemptsLimiterPluginRepository - Interface in org.spincast.plugins.attemptslimiter
-
Repository for attempts.
- SpincastAttemptsLimiterPluginScheduledTaskProvider - Interface in org.spincast.plugins.attemptslimiter
-
Provider of scheduled tasks.
- SpincastAttemptsLimiterPluginScheduledTaskProviderDefault - Class in org.spincast.plugins.attemptslimiter
-
Provider of scheduled tasks
- SpincastAttemptsLimiterPluginScheduledTaskProviderDefault(SpincastAttemptsLimiterPluginConfig, DeleteOldAttemptsScheduledTask) - Constructor for class org.spincast.plugins.attemptslimiter.SpincastAttemptsLimiterPluginScheduledTaskProviderDefault
- SpincastBootstrapper - Class in org.spincast.defaults.bootstrapping
-
Builder to help initialize an application and create its Guice context.
- SpincastBootstrapper() - Constructor for class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- SpincastCacheHeadersRequestContextAddon<R extends RequestContext<?>> - Class in org.spincast.plugins.httpcaching
- SpincastCacheHeadersRequestContextAddon(R, ETagFactory) - Constructor for class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- SpincastCaffeineTagCache - Class in org.spincast.plugins.pebble.utils
- SpincastCaffeineTagCache(long) - Constructor for class org.spincast.plugins.pebble.utils.SpincastCaffeineTagCache
- SpincastCaffeineTemplateCache - Class in org.spincast.plugins.pebble.utils
- SpincastCaffeineTemplateCache(long) - Constructor for class org.spincast.plugins.pebble.utils.SpincastCaffeineTemplateCache
- SpincastClassPathDirResourceManager - Interface in org.spincast.plugins.undertow
-
Undertow's ClassPathResourceManager adds a "/" at the end of the "prefix" so it can't be used to serve a specific file.
- SpincastClassPathDirResourceManagerDefault - Class in org.spincast.plugins.undertow
- SpincastClassPathDirResourceManagerDefault(String, String, SpincastUtils) - Constructor for class org.spincast.plugins.undertow.SpincastClassPathDirResourceManagerDefault
- SpincastClassPathFileResourceManager - Interface in org.spincast.plugins.undertow
-
Undertow's ClassPathResourceManager adds a "/" at the end of the "prefix" so it can't be used to serve a specific file.
- SpincastClassPathFileResourceManagerDefault - Class in org.spincast.plugins.undertow
- SpincastClassPathFileResourceManagerDefault(String) - Constructor for class org.spincast.plugins.undertow.SpincastClassPathFileResourceManagerDefault
- SpincastClassPathResourceManagerFactory - Interface in org.spincast.plugins.undertow
- spincastConfig - Variable in class org.spincast.testing.core.SpincastTestBase
- SpincastConfig - Interface in org.spincast.core.config
-
The configurations required by Spincast.
- SpincastConfigDefault - Class in org.spincast.plugins.config
-
If you extend this class (which is recommended to implement your configuration), beware that causing circular dependencies is very easy if you inject more dependencies than SpincastConfigPluginConfig! Indeed, most components depend on the config components.
- SpincastConfigDefault(SpincastConfigPluginConfig, boolean) - Constructor for class org.spincast.plugins.config.SpincastConfigDefault
-
Constructor
- SpincastConfigPlugin - Class in org.spincast.plugins.config
- SpincastConfigPlugin() - Constructor for class org.spincast.plugins.config.SpincastConfigPlugin
- SpincastConfigPluginConfig - Interface in org.spincast.plugins.config
-
Configurations for the Spincast Config plugin.
- SpincastConfigPluginConfigDefault - Class in org.spincast.plugins.config
-
Default configuration for the Spincast Config plugin.
- SpincastConfigPluginConfigDefault() - Constructor for class org.spincast.plugins.config.SpincastConfigPluginConfigDefault
- SpincastConfigPluginModule - Class in org.spincast.plugins.config
-
Guice module for the Spincast Config Plugin.
- SpincastConfigPluginModule() - Constructor for class org.spincast.plugins.config.SpincastConfigPluginModule
- SpincastConfigPluginModule(Class<? extends SpincastConfig>) - Constructor for class org.spincast.plugins.config.SpincastConfigPluginModule
- SpincastConfigPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.config.SpincastConfigPluginModule
- SpincastConfigPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, Class<? extends SpincastConfig>) - Constructor for class org.spincast.plugins.config.SpincastConfigPluginModule
- SpincastConfigTestingDefault - Class in org.spincast.testing.core.utils
-
Default configurations for Spincast integration testing.
- SpincastConfigTestingDefault(SpincastConfigPluginConfig, boolean) - Constructor for class org.spincast.testing.core.utils.SpincastConfigTestingDefault
-
Constructor
- SpincastConnection - Interface in org.spincast.plugins.jdbc
- SpincastConnectionDefault - Class in org.spincast.plugins.jdbc
-
A wrapper for JDBC connections.
- SpincastConnectionDefault(Connection, JdbcScope) - Constructor for class org.spincast.plugins.jdbc.SpincastConnectionDefault
- SpincastConnectionFactory - Interface in org.spincast.plugins.jdbc
- spincastConnectionsThreadLocal - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- SpincastConstants - Class in org.spincast.core.config
-
Spincast constants.
- SpincastConstants() - Constructor for class org.spincast.core.config.SpincastConstants
- SpincastConstants.HttpHeadersExtra - Class in org.spincast.core.config
-
Some HTTP headers that are not defined in Guava's com.google.common.net.HttpHeaders
- SpincastConstants.RequestScopedVariables - Class in org.spincast.core.config
-
Request scoped variables that Spincast may set.
- SpincastConstants.ResponseModelVariables - Class in org.spincast.core.config
-
Model variables added by Spincast.
- SpincastConstants.TemplatingGlobalVariables - Class in org.spincast.core.config
-
Global templating variables added by Spincast.
- SpincastContextTypesInterested - Interface in org.spincast.core.guice
-
Interface for Guice modules that are interested in the Request Context type and the Websocket Context type.
- SpincastCoreDictionaryEntries - Interface in org.spincast.core.dictionary
- SpincastCoreDictionaryEntriesDefault - Class in org.spincast.core.dictionary
-
Provides a default english value for the messages that are required in any Spincast application.
- SpincastCoreDictionaryEntriesDefault() - Constructor for class org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
- SpincastCorePlugin - Class in org.spincast.core.guice
-
Spincast core plugin
- SpincastCorePlugin() - Constructor for class org.spincast.core.guice.SpincastCorePlugin
- SpincastCorePluginModule - Class in org.spincast.core.guice
- SpincastCorePluginModule() - Constructor for class org.spincast.core.guice.SpincastCorePluginModule
- SpincastCorePluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.core.guice.SpincastCorePluginModule
- SpincastCryptoConfig - Interface in org.spincast.plugins.crypto.config
-
Configurations for the Spincast Crypto plugin.
- SpincastCryptoConfigDefault - Class in org.spincast.plugins.crypto.config
-
Default configurations for Spincast Crypto plugin.
- SpincastCryptoConfigDefault() - Constructor for class org.spincast.plugins.crypto.config.SpincastCryptoConfigDefault
- SpincastCryptoPlugin - Class in org.spincast.plugins.crypto
-
Spincast Crypto plugin.
- SpincastCryptoPlugin() - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPlugin
- SpincastCryptoPluginModule - Class in org.spincast.plugins.crypto
-
Spincast Crypto plugin module.
- SpincastCryptoPluginModule() - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPluginModule
- SpincastCryptoPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.crypto.SpincastCryptoPluginModule
- SpincastCryptoUtils - Interface in org.spincast.plugins.crypto
-
Spincast Crypto utils
- SpincastCryptoUtilsDefault - Class in org.spincast.plugins.crypto
- SpincastCryptoUtilsDefault(SpincastCryptoConfig) - Constructor for class org.spincast.plugins.crypto.SpincastCryptoUtilsDefault
- SpincastCsrfToken - Class in org.spincast.plugins.formsprotection.csrf
- SpincastCsrfToken(String, Instant) - Constructor for class org.spincast.plugins.formsprotection.csrf.SpincastCsrfToken
- SpincastCssAutoprefixerConfig - Interface in org.spincast.plugins.cssautoprefixer.config
- SpincastCssAutoprefixerConfigDefault - Class in org.spincast.plugins.cssautoprefixer.config
- SpincastCssAutoprefixerConfigDefault() - Constructor for class org.spincast.plugins.cssautoprefixer.config.SpincastCssAutoprefixerConfigDefault
- SpincastCssAutoprefixerManager - Interface in org.spincast.plugins.cssautoprefixer
- SpincastCssAutoprefixerManagerDefault - Class in org.spincast.plugins.cssautoprefixer
-
CSS Autoprefixer manager.
- SpincastCssAutoprefixerManagerDefault(SpincastUtils, SpincastProcessUtils, SpincastConfig, SpincastCssAutoprefixerConfig, JsonManager) - Constructor for class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerManagerDefault
- SpincastCssAutoprefixerPlugin - Class in org.spincast.plugins.cssautoprefixer
-
Spincast CSS Autoprefixer plugin.
- SpincastCssAutoprefixerPlugin() - Constructor for class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
- SpincastCssAutoprefixerPluginModule - Class in org.spincast.plugins.cssautoprefixer
-
Spincast CSS Autoprefixer plugin module.
- SpincastCssAutoprefixerPluginModule() - Constructor for class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
- SpincastCssAutoprefixerPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPluginModule
- SpincastCssYuiCompressorConfig - Interface in org.spincast.plugins.cssyuicompressor.config
-
Spincast CSS YUI Compressor plugin configurations.
- SpincastCssYuiCompressorConfigDefault - Class in org.spincast.plugins.cssyuicompressor.config
- SpincastCssYuiCompressorConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.cssyuicompressor.config.SpincastCssYuiCompressorConfigDefault
- SpincastCssYuiCompressorManager - Interface in org.spincast.plugins.cssyuicompressor
- SpincastCssYuiCompressorManagerDefault - Class in org.spincast.plugins.cssyuicompressor
- SpincastCssYuiCompressorManagerDefault() - Constructor for class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorManagerDefault
- SpincastCssYuiCompressorPebbleExtension - Interface in org.spincast.plugins.cssyuicompressor
- SpincastCssYuiCompressorPebbleExtensionDefault - Class in org.spincast.plugins.cssyuicompressor
-
Pebble extension
- SpincastCssYuiCompressorPebbleExtensionDefault(SpincastCssYuiCompressorConfig, SpincastConfig, SpincastUtils, Router<?, ?>, Server, HttpClient, SpincastCssYuiCompressorManager) - Constructor for class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
- SpincastCssYuiCompressorPlugin - Class in org.spincast.plugins.cssyuicompressor
-
Spincast CSS YUI Compressor plugin.
- SpincastCssYuiCompressorPlugin() - Constructor for class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPlugin
- SpincastCssYuiCompressorPluginModule - Class in org.spincast.plugins.cssyuicompressor
-
Spincast CSS YUI Compressor plugin module.
- SpincastCssYuiCompressorPluginModule() - Constructor for class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
- SpincastCssYuiCompressorPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPluginModule
- SpincastDataSource - Interface in org.spincast.plugins.jdbc
- SpincastDataSourceDefault - Class in org.spincast.plugins.jdbc
- SpincastDataSourceDefault(DataSource) - Constructor for class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- SpincastDataSourceFactory - Interface in org.spincast.plugins.jdbc
- SpincastDateFormatterPebbleExtension - Interface in org.spincast.plugins.dateformatter
-
Spincast Date Formatter Pebble extension
- SpincastDateFormatterPebbleExtensionDefault - Class in org.spincast.plugins.dateformatter
- SpincastDateFormatterPebbleExtensionDefault(DateFormatterFactory) - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
- SpincastDateFormatterPlugin - Class in org.spincast.plugins.dateformatter
-
Spincast Date Formatter plugin.
- SpincastDateFormatterPlugin() - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPlugin
- SpincastDateFormatterPluginModule - Class in org.spincast.plugins.dateformatter
-
Spincast Date Formatter plugin module.
- SpincastDateFormatterPluginModule() - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
- SpincastDateFormatterPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.dateformatter.SpincastDateFormatterPluginModule
- SpincastDictionaryDefault - Class in org.spincast.plugins.dictionary
-
Default implementation of the
Dictionary
. - SpincastDictionaryDefault(LocaleResolver, TemplatingEngine, SpincastConfig, Set<DictionaryEntries>) - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryDefault
- SpincastDictionaryPlugin - Class in org.spincast.plugins.dictionary
-
Spincast Dictionary plugin.
- SpincastDictionaryPlugin() - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryPlugin
- SpincastDictionaryPluginModule - Class in org.spincast.plugins.dictionary
-
Spincast Dictionary plugin module.
- SpincastDictionaryPluginModule() - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
- SpincastDictionaryPluginModule(Class<? extends Dictionary>) - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
- SpincastDictionaryPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
- SpincastDictionaryPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, Class<? extends Dictionary>) - Constructor for class org.spincast.plugins.dictionary.SpincastDictionaryPluginModule
-
Constructor
- SpincastFileSystemDirResourceManager - Class in org.spincast.plugins.undertow
-
Manager to serve files under a specific directory.
- SpincastFileSystemDirResourceManager(String, File) - Constructor for class org.spincast.plugins.undertow.SpincastFileSystemDirResourceManager
- SpincastFileSystemDirResourceManager(String, File, long) - Constructor for class org.spincast.plugins.undertow.SpincastFileSystemDirResourceManager
- SpincastFileSystemFileResourceManager - Class in org.spincast.plugins.undertow
-
Manager to get a specific File.
- SpincastFileSystemFileResourceManager(File) - Constructor for class org.spincast.plugins.undertow.SpincastFileSystemFileResourceManager
- SpincastFileSystemFileResourceManager(File, long) - Constructor for class org.spincast.plugins.undertow.SpincastFileSystemFileResourceManager
- SpincastFilters<R extends RequestContext<?>> - Interface in org.spincast.core.filters
-
Some filters provided by Spincast.
- SpincastFiltersDefault<R extends RequestContext<?>> - Class in org.spincast.core.filters
-
Spincast filters implementations.
- SpincastFiltersDefault(CorsFilter, SpincastConfig, Server, SpincastUtils) - Constructor for class org.spincast.core.filters.SpincastFiltersDefault
-
Constructor
- SpincastFiltersDefault.LazyLoadedFlashMessageAlert - Class in org.spincast.core.filters
- SpincastFlywayFactory - Interface in org.spincast.plugins.flywayutils
-
Entry point for running a Spincast Flyway migration.
- SpincastFlywayJdbcMigrationExecutor - Class in org.spincast.plugins.flywayutils
- SpincastFlywayJdbcMigrationExecutor(SpincastFlywayMigration) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayJdbcMigrationExecutor
- SpincastFlywayMigration - Interface in org.spincast.plugins.flywayutils
- SpincastFlywayMigrationBase - Class in org.spincast.plugins.flywayutils
- SpincastFlywayMigrationBase(DataSource, JdbcUtils) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayMigrationBase
- SpincastFlywayMigrationContext - Interface in org.spincast.plugins.flywayutils
- SpincastFlywayMigrationContextDefault - Class in org.spincast.plugins.flywayutils
- SpincastFlywayMigrationContextDefault(DataSource, String, Provider<Injector>, JdbcUtils, SpincastConfig, SpincastDataSourceFactory) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
- SpincastFlywayMigrationContextDefault(DataSource, String, String, Provider<Injector>, JdbcUtils, SpincastConfig, SpincastDataSourceFactory) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayMigrationContextDefault
- SpincastFlywayResolvedMigration - Class in org.spincast.plugins.flywayutils
- SpincastFlywayResolvedMigration(SpincastFlywayMigration) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayResolvedMigration
- SpincastFlywayUtilsPlugin - Class in org.spincast.plugins.flywayutils
-
Spincast Flyway Utils plugin.
- SpincastFlywayUtilsPlugin() - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPlugin
- SpincastFlywayUtilsPluginModule - Class in org.spincast.plugins.flywayutils
-
Spincast Flyway Utils plugin module.
- SpincastFlywayUtilsPluginModule() - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPluginModule
- SpincastFlywayUtilsPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.flywayutils.SpincastFlywayUtilsPluginModule
- SpincastFormsCsrfProtectionFilter - Interface in org.spincast.plugins.formsprotection.csrf
-
The Forms CSRF Protection Filter.
- SpincastFormsCsrfProtectionFilterDefault - Class in org.spincast.plugins.formsprotection.csrf
-
CSRF protection filter.
- SpincastFormsCsrfProtectionFilterDefault(SpincastFormsProtectionConfig, SpincastCryptoUtils, SpincastSessionManager, SpincastConfig, Dictionary) - Constructor for class org.spincast.plugins.formsprotection.csrf.SpincastFormsCsrfProtectionFilterDefault
- SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask - Class in org.spincast.plugins.formsprotection.doublesubmit
- SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask(SpincastFormsProtectionConfig, Optional<SpincastFormsDoubleSubmitProtectionRepository>) - Constructor for class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
- SpincastFormsDoubleSubmitProtectionFilter - Interface in org.spincast.plugins.formsprotection.doublesubmit
-
The Forms Double Submit Protection Filter.
- SpincastFormsDoubleSubmitProtectionFilterDefault - Class in org.spincast.plugins.formsprotection.doublesubmit
- SpincastFormsDoubleSubmitProtectionFilterDefault(SpincastFormsProtectionConfig, FlashMessageFactory, Dictionary, SpincastCryptoUtils, SpincastFormsDoubleSubmitProtectionRepository) - Constructor for class org.spincast.plugins.formsprotection.doublesubmit.SpincastFormsDoubleSubmitProtectionFilterDefault
- SpincastFormsDoubleSubmitProtectionRepository - Interface in org.spincast.plugins.formsprotection.doublesubmit
- SpincastFormsProtectionConfig - Interface in org.spincast.plugins.formsprotection.config
-
Configurations for the Spincast Forms Protection plugin.
- SpincastFormsProtectionConfigDefault - Class in org.spincast.plugins.formsprotection.config
-
Default configurations for Spincast Forms Protection plugin.
- SpincastFormsProtectionConfigDefault() - Constructor for class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionConfigDefault
- SpincastFormsProtectionPebbleExtension - Interface in org.spincast.plugins.formsprotection.pebble
-
Spincast Forms Protection Pebble extension
- SpincastFormsProtectionPebbleExtensionDefault - Class in org.spincast.plugins.formsprotection.pebble
- SpincastFormsProtectionPebbleExtensionDefault(Optional<SpincastFormsDoubleSubmitProtectionRepository>, SpincastConfig, SpincastUtils, SpincastFormsProtectionConfig, SpincastFormsDoubleSubmitProtectionFilter, SpincastFormsCsrfProtectionFilter) - Constructor for class org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
- SpincastFormsProtectionPlugin - Class in org.spincast.plugins.formsprotection
-
Spincast Forms Protection plugin.
- SpincastFormsProtectionPlugin() - Constructor for class org.spincast.plugins.formsprotection.SpincastFormsProtectionPlugin
- SpincastFormsProtectionPluginDictionaryEntries - Class in org.spincast.plugins.formsprotection.dictionary
-
The Dictionary entries required by the Forms Protection plugin.
- SpincastFormsProtectionPluginDictionaryEntries() - Constructor for class org.spincast.plugins.formsprotection.dictionary.SpincastFormsProtectionPluginDictionaryEntries
- SpincastFormsProtectionPluginModule - Class in org.spincast.plugins.formsprotection
-
Spincast Forms Protection plugin module.
- SpincastFormsProtectionPluginModule() - Constructor for class org.spincast.plugins.formsprotection.SpincastFormsProtectionPluginModule
- SpincastFormsProtectionPluginScheduledTaskProvider - Interface in org.spincast.plugins.formsprotection.config
-
Provider for the plugin's scheduled tasks.
- SpincastFormsProtectionPluginScheduledTaskProviderDefault - Class in org.spincast.plugins.formsprotection.config
- SpincastFormsProtectionPluginScheduledTaskProviderDefault(SpincastFormsProtectionConfig, SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask, Optional<SpincastFormsDoubleSubmitProtectionRepository>) - Constructor for class org.spincast.plugins.formsprotection.config.SpincastFormsProtectionPluginScheduledTaskProviderDefault
- SpincastFrontController<R extends RequestContext<R>,
W extends WebsocketContext<?>> - Class in org.spincast.core.controllers - SpincastFrontController(Router<R, W>, SpincastConfig, Dictionary, Server, RequestContextFactory<R>, SpincastRequestScope, Type, JsonManager, XmlManager) - Constructor for class org.spincast.core.controllers.SpincastFrontController
-
The constructor.
- SpincastGsonManager - Class in org.spincast.plugins.gson
- SpincastGsonManager(JsonDeserializer<JsonObject>, JsonDeserializer<JsonArray>, JsonSerializer<JsonObject>, JsonSerializer<JsonArray>, JsonSerializer<Date>, JsonSerializer<Instant>, JsonSerializer<BigDecimal>, JsonSerializer<Enum<?>>, JsonSerializer<Class<?>>, JsonSerializer<Throwable>, JsonPathUtils, JsonObjectFactory, SpincastConfig, SpincastUtils, FormFactory, Provider<Injector>) - Constructor for class org.spincast.plugins.gson.SpincastGsonManager
- SpincastGsonPlugin - Class in org.spincast.plugins.gson
-
Spincast Gson plugin.
- SpincastGsonPlugin() - Constructor for class org.spincast.plugins.gson.SpincastGsonPlugin
- SpincastGsonPluginModule - Class in org.spincast.plugins.gson
-
Spincast Gson plugin module.
- SpincastGsonPluginModule() - Constructor for class org.spincast.plugins.gson.SpincastGsonPluginModule
- SpincastGsonPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.gson.SpincastGsonPluginModule
- SpincastGuiceModuleBase - Class in org.spincast.core.guice
-
Base class for a Spincast Guice module.
- SpincastGuiceModuleBase() - Constructor for class org.spincast.core.guice.SpincastGuiceModuleBase
- SpincastGuiceModuleBase(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.core.guice.SpincastGuiceModuleBase
- SpincastGuiceScopes - Interface in org.spincast.core.guice
-
Custom Guice scoped defined by Spincast.
- SpincastHotSwapPlugin - Class in org.spincast.plugins.hotswap
-
Spincast HotSwap plugin.
- SpincastHotSwapPlugin() - Constructor for class org.spincast.plugins.hotswap.SpincastHotSwapPlugin
- SpincastHotSwapPluginConfig - Interface in org.spincast.plugins.hotswap.config
-
Configurations for the Spincast HotSwap plugin.
- SpincastHotSwapPluginConfigDefault - Class in org.spincast.plugins.hotswap.config
-
Default configurations for Spincast HotSwap plugin.
- SpincastHotSwapPluginConfigDefault() - Constructor for class org.spincast.plugins.hotswap.config.SpincastHotSwapPluginConfigDefault
- SpincastHotSwapPluginModule - Class in org.spincast.plugins.hotswap
-
Spincast HotSwap plugin module.
- SpincastHotSwapPluginModule() - Constructor for class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
- SpincastHotSwapPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.hotswap.SpincastHotSwapPluginModule
- SpincastHttpAuthIdentityManager - Interface in org.spincast.plugins.undertow
-
Custom identity manager for Undertow's HTTP auth protection.
- SpincastHttpAuthIdentityManagerDefault - Class in org.spincast.plugins.undertow
-
Implementation of the SpincastHttpAuthIdentityManager based on a simple Map.
- SpincastHttpAuthIdentityManagerDefault() - Constructor for class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
-
Constructor.
- SpincastHttpAuthIdentityManagerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create identity managers.
- SpincastHttpCachingPlugin - Class in org.spincast.plugins.httpcaching
-
Spincast HTTP Caching plugin.
- SpincastHttpCachingPlugin() - Constructor for class org.spincast.plugins.httpcaching.SpincastHttpCachingPlugin
- SpincastHttpCachingPluginModule - Class in org.spincast.plugins.httpcaching
-
Spincast HTTP Caching plugin module.
- SpincastHttpCachingPluginModule() - Constructor for class org.spincast.plugins.httpcaching.SpincastHttpCachingPluginModule
- SpincastHttpCachingPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.httpcaching.SpincastHttpCachingPluginModule
- SpincastHttpClientConfig - Interface in org.spincast.plugins.httpclient
-
Configurations for the Spincast Http Client plugin.
- SpincastHttpClientConfigDefault - Class in org.spincast.plugins.httpclient
-
Default configurations for the Spincast Http Client plugin.
- SpincastHttpClientConfigDefault() - Constructor for class org.spincast.plugins.httpclient.SpincastHttpClientConfigDefault
- SpincastHttpClientPlugin - Class in org.spincast.plugins.httpclient
- SpincastHttpClientPlugin() - Constructor for class org.spincast.plugins.httpclient.SpincastHttpClientPlugin
- SpincastHttpClientPluginModule - Class in org.spincast.plugins.httpclient
-
Guice module for the Spincast Http Client plugin.
- SpincastHttpClientPluginModule() - Constructor for class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
- SpincastHttpClientPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.httpclient.SpincastHttpClientPluginModule
- spincastHttpClientUtils - Variable in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- SpincastHttpClientUtils - Interface in org.spincast.plugins.httpclient.utils
- SpincastHttpClientUtilsDefault - Class in org.spincast.plugins.httpclient.utils
- SpincastHttpClientUtilsDefault() - Constructor for class org.spincast.plugins.httpclient.utils.SpincastHttpClientUtilsDefault
- SpincastHttpClientWithWebsocketConfig - Interface in org.spincast.plugins.httpclient.websocket
-
Configurations for the Spincast Http Client with WebSocket support plugin.
- SpincastHttpClientWithWebsocketConfigDefault - Class in org.spincast.plugins.httpclient.websocket
-
Default configurations for the Spincast Http Client with Websocket support plugin.
- SpincastHttpClientWithWebsocketConfigDefault() - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketConfigDefault
- SpincastHttpClientWithWebsocketPlugin - Class in org.spincast.plugins.httpclient.websocket
- SpincastHttpClientWithWebsocketPlugin() - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPlugin
- SpincastHttpClientWithWebsocketPluginModule - Class in org.spincast.plugins.httpclient.websocket
-
Guice module for the Spincast Http Client with Websocket support plugin.
- SpincastHttpClientWithWebsocketPluginModule() - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
- SpincastHttpClientWithWebsocketPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.httpclient.websocket.SpincastHttpClientWithWebsocketPluginModule
- SpincastHttpClientWithWebsocketUtils - Interface in org.spincast.plugins.httpclient.websocket.utils
- SpincastHttpClientWithWebsocketUtilsDefault - Class in org.spincast.plugins.httpclient.websocket.utils
- SpincastHttpClientWithWebsocketUtilsDefault() - Constructor for class org.spincast.plugins.httpclient.websocket.utils.SpincastHttpClientWithWebsocketUtilsDefault
- SpincastHttpRequestExecutor - Class in org.spincast.plugins.httpclient.builders
- SpincastHttpRequestExecutor() - Constructor for class org.spincast.plugins.httpclient.builders.SpincastHttpRequestExecutor
- SpincastImageWatermarker - Interface in org.spincast.plugins.watermarker
- SpincastImageWatermarkerBuilder - Interface in org.spincast.plugins.watermarker
- SpincastImageWatermarkerBuilderDefault - Class in org.spincast.plugins.watermarker
- SpincastImageWatermarkerBuilderDefault(SpincastWatermarkerFactory) - Constructor for class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- SpincastImageWatermarkerDefault - Class in org.spincast.plugins.watermarker
- SpincastImageWatermarkerDefault(String, Color, Color, Font, String, boolean, SpincastWatermarkPosition, Integer, Float, Integer, Integer, Color, SpincastUtils, SpincastConfig) - Constructor for class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
- spincastInit() - Method in class org.spincast.core.guice.SpincastCorePluginModule
- SpincastInit - Class in org.spincast.core.config
-
Some basic initialization
- SpincastInit(SpincastConfig) - Constructor for class org.spincast.core.config.SpincastInit
- SpincastInitValidator - Class in org.spincast.core.config
-
Init validation performs by Spincast when an application starts.
- SpincastInitValidator(SpincastConfig, Dictionary, SpincastCoreDictionaryEntries, Set<DictionaryEntries>) - Constructor for class org.spincast.core.config.SpincastInitValidator
-
Constructor
- SpincastJacksonJsonPlugin - Class in org.spincast.plugins.jacksonjson
- SpincastJacksonJsonPlugin() - Constructor for class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPlugin
- SpincastJacksonJsonPluginModule - Class in org.spincast.plugins.jacksonjson
- SpincastJacksonJsonPluginModule() - Constructor for class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
- SpincastJacksonJsonPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.jacksonjson.SpincastJacksonJsonPluginModule
- SpincastJacksonXmlPlugin - Class in org.spincast.plugins.jacksonxml
- SpincastJacksonXmlPlugin() - Constructor for class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPlugin
- SpincastJacksonXmlPluginModule - Class in org.spincast.plugins.jacksonxml
- SpincastJacksonXmlPluginModule() - Constructor for class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- SpincastJacksonXmlPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.jacksonxml.SpincastJacksonXmlPluginModule
- SpincastJdbcPlugin - Class in org.spincast.plugins.jdbc
- SpincastJdbcPlugin() - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPlugin
- SpincastJdbcPluginModule - Class in org.spincast.plugins.jdbc
- SpincastJdbcPluginModule() - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- SpincastJdbcPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.jdbc.SpincastJdbcPluginModule
- SpincastJsClosureCompilerCommandLineRunner - Class in org.spincast.plugins.jsclosurecompiler
-
Extending
CommandLineRunner
allows us to declare a public constructor and set an "Exit Code Receiver" that never callSystem.exit()
. - SpincastJsClosureCompilerCommandLineRunner(String[]) - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerCommandLineRunner
- SpincastJsClosureCompilerConfig - Interface in org.spincast.plugins.jsclosurecompiler.config
-
Spincast JS Closure Compiler plugin configurations.
- SpincastJsClosureCompilerConfigDefault - Class in org.spincast.plugins.jsclosurecompiler.config
- SpincastJsClosureCompilerConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.jsclosurecompiler.config.SpincastJsClosureCompilerConfigDefault
- SpincastJsClosureCompilerManager - Interface in org.spincast.plugins.jsclosurecompiler
- SpincastJsClosureCompilerManagerDefault - Class in org.spincast.plugins.jsclosurecompiler
- SpincastJsClosureCompilerManagerDefault(SpincastConfig, SpincastUtils) - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerManagerDefault
- SpincastJsClosureCompilerPebbleExtension - Interface in org.spincast.plugins.jsclosurecompiler
- SpincastJsClosureCompilerPebbleExtensionDefault - Class in org.spincast.plugins.jsclosurecompiler
-
Pebble extension
- SpincastJsClosureCompilerPebbleExtensionDefault(SpincastJsClosureCompilerConfig, SpincastConfig, SpincastUtils, Router<?, ?>, Server, HttpClient, SpincastJsClosureCompilerManager) - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
- SpincastJsClosureCompilerPlugin - Class in org.spincast.plugins.jsclosurecompiler
-
Spincast JS Closure Compiler plugin.
- SpincastJsClosureCompilerPlugin() - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPlugin
- SpincastJsClosureCompilerPluginModule - Class in org.spincast.plugins.jsclosurecompiler
-
Spincast JS Closure Compiler plugin module.
- SpincastJsClosureCompilerPluginModule() - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
- SpincastJsClosureCompilerPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPluginModule
- SpincastJsonManager - Class in org.spincast.plugins.jacksonjson
-
Spincast Jackson Json manager
- SpincastJsonManager(Provider<Injector>, JsonObjectFactory, Set<JsonMixinInfo>, SpincastJsonManagerConfig, SpincastConfig, JsonPathUtils, SpincastUtils, FormFactory) - Constructor for class org.spincast.plugins.jacksonjson.SpincastJsonManager
- SpincastJsonManagerConfig - Interface in org.spincast.plugins.jacksonjson
-
Configurations for the Spincast Json Manager plugin.
- SpincastJsonManagerConfigDefault - Class in org.spincast.plugins.jacksonjson
-
Default configuration for the Spincast Json Manager plugin.
- SpincastJsonManagerConfigDefault() - Constructor for class org.spincast.plugins.jacksonjson.SpincastJsonManagerConfigDefault
- SpincastJUnitRunner - Class in org.spincast.testing.junitrunner
-
Spincast JUnit Runner.
- SpincastJUnitRunner(Class<?>) - Constructor for class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SpincastLocaleResolverPlugin - Class in org.spincast.plugins.localeresolver
-
Spincast Locale Resolver plugin.
- SpincastLocaleResolverPlugin() - Constructor for class org.spincast.plugins.localeresolver.SpincastLocaleResolverPlugin
- SpincastLocaleResolverPluginModule - Class in org.spincast.plugins.localeresolver
-
Spincast Locale Resolver plugin module.
- SpincastLocaleResolverPluginModule() - Constructor for class org.spincast.plugins.localeresolver.SpincastLocaleResolverPluginModule
- SpincastLocaleResolverPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.localeresolver.SpincastLocaleResolverPluginModule
- SpincastLogbackConfigurer - Class in org.spincast.plugins.logbackutils
-
Component to configure Logback.
- SpincastLogbackConfigurer(SpincastLogbackConfigurerConfig, SpincastUtils) - Constructor for class org.spincast.plugins.logbackutils.SpincastLogbackConfigurer
- SpincastLogbackConfigurerConfig - Interface in org.spincast.plugins.logbackutils.config
- SpincastLogbackConfigurerConfigDefault - Class in org.spincast.plugins.logbackutils.config
- SpincastLogbackConfigurerConfigDefault(SpincastUtils) - Constructor for class org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfigDefault
- SpincastLogbackUtilsPlugin - Class in org.spincast.plugins.logbackutils
-
Spincast Logback Utils plugin.
- SpincastLogbackUtilsPlugin() - Constructor for class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPlugin
- SpincastLogbackUtilsPluginModule - Class in org.spincast.plugins.logbackutils
-
Spincast Logback Utils plugin module.
- SpincastLogbackUtilsPluginModule() - Constructor for class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPluginModule
- SpincastLogbackUtilsPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.logbackutils.SpincastLogbackUtilsPluginModule
- SpincastMainPebbleExtension - Interface in org.spincast.plugins.pebble
-
Spincast Main Pebble extension
- SpincastMainPebbleExtensionDefault - Class in org.spincast.plugins.pebble
-
Spincast Main Pebble extension implementation.
- SpincastMainPebbleExtensionDefault(Provider<TemplatingEngine>, SpincastPebbleTemplatingEngineConfig, ObjectConverter, SpincastUtils, Dictionary, Provider<RequestContext<?>>, SpincastConfig) - Constructor for class org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
-
Constructor
- SpincastMavenPreparePackage - Class in org.spincast.website.maven
-
Script ran at the "prepare-package" phase, when building the website.
- SpincastMavenPreparePackage(String[], SpincastUtils) - Constructor for class org.spincast.website.maven.SpincastMavenPreparePackage
-
Constructor
- SpincastMavenPreparePackageRelease - Class in org.spincast.website.maven
-
Script ran at the "prepare-package" phase, when building the website using the "release" profile.
- SpincastMavenPreparePackageRelease(String[]) - Constructor for class org.spincast.website.maven.SpincastMavenPreparePackageRelease
-
Constructor
- SpincastMavenScriptBase - Class in org.spincast.website.maven
-
Base class for scripts running durring a Maven building phase.
- SpincastMavenScriptBase(String[]) - Constructor for class org.spincast.website.maven.SpincastMavenScriptBase
-
Constructor
- SpincastOpenApiBottomUpPlugin - Class in org.spincast.plugins.openapi.bottomup
-
Spincast Open API BottomUp plugin.
- SpincastOpenApiBottomUpPlugin() - Constructor for class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPlugin
- SpincastOpenApiBottomUpPluginConfig - Interface in org.spincast.plugins.openapi.bottomup.config
-
Configurations for the Spincast Open API Bottom Up plugin.
- SpincastOpenApiBottomUpPluginConfigDefault - Class in org.spincast.plugins.openapi.bottomup.config
- SpincastOpenApiBottomUpPluginConfigDefault() - Constructor for class org.spincast.plugins.openapi.bottomup.config.SpincastOpenApiBottomUpPluginConfigDefault
- SpincastOpenApiBottomUpPluginModule - Class in org.spincast.plugins.openapi.bottomup
-
Spincast Open API BottomUp plugin module.
- SpincastOpenApiBottomUpPluginModule() - Constructor for class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
- SpincastOpenApiBottomUpPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.openapi.bottomup.SpincastOpenApiBottomUpPluginModule
- SpincastOpenApiManager - Interface in org.spincast.plugins.openapi.bottomup
-
The component resposible to store and tweak the informations requierd to generate the Open API specifications.
- SpincastOpenApiManagerDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.openapi.bottomup - SpincastOpenApiManagerDefault(Router<R, W>, JsonManager, SpincastOpenApiBottomUpPluginConfig, SwaggerAnnotationsCreator, DefaultRouteParamAliasesBinder<R, W>) - Constructor for class org.spincast.plugins.openapi.bottomup.SpincastOpenApiManagerDefault
- SpincastPebblePlugin - Class in org.spincast.plugins.pebble
- SpincastPebblePlugin() - Constructor for class org.spincast.plugins.pebble.SpincastPebblePlugin
- SpincastPebblePluginModule - Class in org.spincast.plugins.pebble
- SpincastPebblePluginModule() - Constructor for class org.spincast.plugins.pebble.SpincastPebblePluginModule
- SpincastPebblePluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.pebble.SpincastPebblePluginModule
- SpincastPebbleTemplatingEngine - Class in org.spincast.plugins.pebble
-
Pebble Html template engine
- SpincastPebbleTemplatingEngine(SpincastConfig, SpincastPebbleTemplatingEngineConfig, Set<Extension>, JsonManager) - Constructor for class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngine
- SpincastPebbleTemplatingEngineConfig - Interface in org.spincast.plugins.pebble
-
Configurations for the Pebble templating engine plugin.
- SpincastPebbleTemplatingEngineConfigDefault - Class in org.spincast.plugins.pebble
-
Default implementation for the configurations of the Pebble templating engine plugin.
- SpincastPebbleTemplatingEngineConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.pebble.SpincastPebbleTemplatingEngineConfigDefault
- SpincastPlugin - Interface in org.spincast.core.guice
- SpincastPluginBase - Class in org.spincast.core.guice
-
Suggested base class for a Spincast plugin.
- SpincastPluginBase() - Constructor for class org.spincast.core.guice.SpincastPluginBase
- SpincastProcessUtils - Interface in org.spincast.plugins.processutils
-
Utilities related to processes, external programs and projects manipulation.
- SpincastProcessUtilsDefault - Class in org.spincast.plugins.processutils
- SpincastProcessUtilsDefault(SpincastConfig, SpincastUtils, TemplatingEngine) - Constructor for class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- SpincastProcessUtilsPlugin - Class in org.spincast.plugins.processutils
-
Spincast Process Utils plugin.
- SpincastProcessUtilsPlugin() - Constructor for class org.spincast.plugins.processutils.SpincastProcessUtilsPlugin
- SpincastProcessUtilsPluginModule - Class in org.spincast.plugins.processutils
-
Spincast Process Utils plugin module.
- SpincastProcessUtilsPluginModule() - Constructor for class org.spincast.plugins.processutils.SpincastProcessUtilsPluginModule
- SpincastProcessUtilsPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.processutils.SpincastProcessUtilsPluginModule
- SpincastRequestPlugin - Class in org.spincast.plugins.request
-
Guice module for the Spincast Request plugin.
- SpincastRequestPlugin() - Constructor for class org.spincast.plugins.request.SpincastRequestPlugin
- SpincastRequestPluginDictionaryEntries - Class in org.spincast.plugins.request
-
Messages to be added to the
Dictionary
. - SpincastRequestPluginDictionaryEntries() - Constructor for class org.spincast.plugins.request.SpincastRequestPluginDictionaryEntries
- SpincastRequestPluginModule - Class in org.spincast.plugins.request
-
Guice module for the Spincast Request plugin.
- SpincastRequestPluginModule() - Constructor for class org.spincast.plugins.request.SpincastRequestPluginModule
- SpincastRequestPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.request.SpincastRequestPluginModule
- SpincastRequestRequestContextAddon<R extends RequestContext<?>> - Class in org.spincast.plugins.request
- SpincastRequestRequestContextAddon(R, Server, JsonManager, XmlManager, SpincastUtils, SpincastConfig, ETagFactory, FlashMessagesHolder, FormFactory, Dictionary) - Constructor for class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- SpincastRequestScope - Class in org.spincast.core.guice
-
Guice scope for a
request
. - SpincastRequestScope() - Constructor for class org.spincast.core.guice.SpincastRequestScope
- SpincastRequestScoped - Annotation Interface in org.spincast.core.guice
-
Annotation for object that need to be request scoped.
- SpincastResourceHandler - Interface in org.spincast.plugins.undertow
- SpincastResourceHandlerDefault - Class in org.spincast.plugins.undertow
-
Spincast's custom ResourceHandler for Undertow.
- SpincastResourceHandlerDefault(ResourceManager, StaticResource<?>, HttpHandler, SpincastUtils, SpincastConfig, SpincastRoutingUtils) - Constructor for class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
- SpincastResourceHandlerDefault(ResourceManager, StaticResource<?>, SpincastUtils, SpincastConfig, SpincastRoutingUtils) - Constructor for class org.spincast.plugins.undertow.SpincastResourceHandlerDefault
- SpincastResourceHandlerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create SpincastResourceHandler
- SpincastResponsePlugin - Class in org.spincast.plugins.response
-
Spincast Response plugin.
- SpincastResponsePlugin() - Constructor for class org.spincast.plugins.response.SpincastResponsePlugin
- SpincastResponsePluginModule - Class in org.spincast.plugins.response
-
Spincast Response plugin.
- SpincastResponsePluginModule() - Constructor for class org.spincast.plugins.response.SpincastResponsePluginModule
- SpincastResponsePluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.response.SpincastResponsePluginModule
- SpincastResponseRequestContextAddon<R extends RequestContext<?>> - Class in org.spincast.plugins.response
- SpincastResponseRequestContextAddon(R, Server, JsonManager, XmlManager, SpincastConfig, SpincastUtils, ETagFactory, FlashMessagesHolder, FlashMessageFactory, CookieFactory) - Constructor for class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- SpincastResultSet - Interface in org.spincast.plugins.jdbc
-
Resultset that adds a "getXXXOrNull()" method for every primitive types.
- SpincastResultSetDefault - Class in org.spincast.plugins.jdbc
- SpincastResultSetDefault(ResultSet) - Constructor for class org.spincast.plugins.jdbc.SpincastResultSetDefault
- SpincastRouter<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing -
Spincast router
- SpincastRouter(SpincastRouterDeps<R, W>) - Constructor for class org.spincast.plugins.routing.SpincastRouter
- SpincastRouterConfig - Interface in org.spincast.plugins.routing
-
Configurations for the Spincast Router/routing.
- SpincastRouterConfigDefault - Class in org.spincast.plugins.routing
-
Default configuration for the Spincast Router.
- SpincastRouterConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.routing.SpincastRouterConfigDefault
- SpincastRouterDeps<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing -
A wrapper object for the dependencies required by SpincastRouter.
- SpincastRouterDeps(SpincastRouterConfig, RouteFactory<R>, SpincastConfig, Dictionary, Server, SpincastFilters<R>, RouteBuilderFactory<R, W>, RedirectRuleBuilderFactory<R, W>, StaticResourceBuilderFactory<R, W>, RouteHandlerMatchFactory<R>, StaticResourceFactory<R>, WebsocketRouteBuilderFactory<R, W>, WebsocketRouteHandlerFactory<R, W>, SpincastRoutingUtils, LocaleResolver) - Constructor for class org.spincast.plugins.routing.SpincastRouterDeps
-
Constructor
- SpincastRoutingPlugin - Class in org.spincast.plugins.routing
- SpincastRoutingPlugin() - Constructor for class org.spincast.plugins.routing.SpincastRoutingPlugin
- SpincastRoutingPluginModule - Class in org.spincast.plugins.routing
- SpincastRoutingPluginModule() - Constructor for class org.spincast.plugins.routing.SpincastRoutingPluginModule
- SpincastRoutingPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.routing.SpincastRoutingPluginModule
- SpincastRoutingPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>, Class<? extends Router<?, ?>>) - Constructor for class org.spincast.plugins.routing.SpincastRoutingPluginModule
- SpincastRoutingPluginModule(Class<? extends Router<?, ?>>) - Constructor for class org.spincast.plugins.routing.SpincastRoutingPluginModule
- SpincastRoutingRequestContextAddon<R extends RequestContext<R>> - Class in org.spincast.plugins.routing
- SpincastRoutingRequestContextAddon(R) - Constructor for class org.spincast.plugins.routing.SpincastRoutingRequestContextAddon
- SpincastRoutingUtils - Interface in org.spincast.plugins.routing.utils
-
Spincast router utils
- SpincastRoutingUtilsDefault - Class in org.spincast.plugins.routing.utils
-
Spincast router utils implementation.
- SpincastRoutingUtilsDefault(SpincastConfig, SpincastUtils) - Constructor for class org.spincast.plugins.routing.utils.SpincastRoutingUtilsDefault
- SpincastScheduledTask - Interface in org.spincast.plugins.scheduledtasks
-
A scheduled task to run.
- SpincastScheduledTaskBase - Class in org.spincast.plugins.scheduledtasks
- SpincastScheduledTaskBase() - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskBase
- SpincastScheduledTaskFactory - Interface in org.spincast.plugins.scheduledtasks
-
Factory to return ScheduledTask from the Guice context.
- SpincastScheduledTaskFactoryDefault - Class in org.spincast.plugins.scheduledtasks
- SpincastScheduledTaskFactoryDefault(Provider<Injector>) - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskFactoryDefault
- SpincastScheduledTaskRegister - Interface in org.spincast.plugins.scheduledtasks
-
Gets all Scheduled Tasks that were bound in Guice's context and register them with the Scheduler.
- SpincastScheduledTaskRegistrerDefault - Class in org.spincast.plugins.scheduledtasks
- SpincastScheduledTaskRegistrerDefault(Set<SpincastScheduledTask>, Set<Set<SpincastScheduledTask>>, Scheduler, SpincastConfig) - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegistrerDefault
- SpincastScheduledTasksPlugin - Class in org.spincast.plugins.scheduledtasks
-
Spincast Scheduled Tasks plugin.
- SpincastScheduledTasksPlugin() - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPlugin
- SpincastScheduledTasksPluginConfig - Interface in org.spincast.plugins.scheduledtasks.config
-
Configurations for the Spincast Scheduled Tasks plugin.
- SpincastScheduledTasksPluginConfigDefault - Class in org.spincast.plugins.scheduledtasks.config
-
Default configurations for Spincast Scheduled Tasks plugin.
- SpincastScheduledTasksPluginConfigDefault() - Constructor for class org.spincast.plugins.scheduledtasks.config.SpincastScheduledTasksPluginConfigDefault
- SpincastScheduledTasksPluginModule - Class in org.spincast.plugins.scheduledtasks
-
Spincast Scheduled Tasks plugin module.
- SpincastScheduledTasksPluginModule() - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
- SpincastScheduledTasksPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.scheduledtasks.SpincastScheduledTasksPluginModule
- SpincastSession - Interface in org.spincast.plugins.session
-
The object representing the Session of a visitor.
- SpincastSessionConfig - Interface in org.spincast.plugins.session.config
-
Configurations for the Spincast Session plugin.
- SpincastSessionConfigDefault - Class in org.spincast.plugins.session.config
-
Default configurations for Spincast Session plugin.
- SpincastSessionConfigDefault() - Constructor for class org.spincast.plugins.session.config.SpincastSessionConfigDefault
- SpincastSessionDefault - Class in org.spincast.plugins.session
- SpincastSessionDefault(String, Instant, Instant, JsonObject, boolean, boolean, JsonManager, SpincastSessionManager) - Constructor for class org.spincast.plugins.session.SpincastSessionDefault
- SpincastSessionDefault(String, Instant, Instant, JsonObject, boolean, JsonManager, SpincastSessionManager) - Constructor for class org.spincast.plugins.session.SpincastSessionDefault
- SpincastSessionDefault(String, Instant, Instant, JsonObject, JsonManager, SpincastSessionManager) - Constructor for class org.spincast.plugins.session.SpincastSessionDefault
- SpincastSessionDefault(JsonManager, SpincastSessionManager) - Constructor for class org.spincast.plugins.session.SpincastSessionDefault
-
Constructor for a *new* session.
- SpincastSessionDeleteOldSessionsScheduledTask - Class in org.spincast.plugins.session
- SpincastSessionDeleteOldSessionsScheduledTask(SpincastSessionConfig, SpincastSessionManager) - Constructor for class org.spincast.plugins.session.SpincastSessionDeleteOldSessionsScheduledTask
- SpincastSessionFactory - Interface in org.spincast.plugins.session
- SpincastSessionFilter - Interface in org.spincast.plugins.session
-
You should add this filter with the "skipResourcesRequests()" options so it is ignored except for main routes.
- SpincastSessionFilterAdder - Class in org.spincast.plugins.session
- SpincastSessionFilterAdder(SpincastSessionConfig, Router<?, ?>, SpincastSessionFilter) - Constructor for class org.spincast.plugins.session.SpincastSessionFilterAdder
- SpincastSessionFilterDefault - Class in org.spincast.plugins.session
- SpincastSessionFilterDefault(SpincastSessionManager, SpincastSessionConfig) - Constructor for class org.spincast.plugins.session.SpincastSessionFilterDefault
- SpincastSessionManager - Interface in org.spincast.plugins.session
-
Manager for
SpincastSession
. - SpincastSessionManagerDefault - Class in org.spincast.plugins.session
- SpincastSessionManagerDefault(SpincastSessionFactory, Provider<RequestContext<?>>, JsonManager, SpincastSessionConfig, SpincastSessionRepository, CookieFactory, SpincastConfig) - Constructor for class org.spincast.plugins.session.SpincastSessionManagerDefault
- SpincastSessionPlugin - Class in org.spincast.plugins.session
-
Spincast Session plugin.
- SpincastSessionPlugin() - Constructor for class org.spincast.plugins.session.SpincastSessionPlugin
- SpincastSessionPluginModule - Class in org.spincast.plugins.session
-
Spincast Session plugin module.
- SpincastSessionPluginModule() - Constructor for class org.spincast.plugins.session.SpincastSessionPluginModule
- SpincastSessionPluginScheduledTaskProvider - Interface in org.spincast.plugins.session.config
-
Provider for the plugin's scheduled tasks.
- SpincastSessionPluginScheduledTaskProviderDefault - Class in org.spincast.plugins.session.config
- SpincastSessionPluginScheduledTaskProviderDefault(SpincastSessionConfig, SpincastSessionDeleteOldSessionsScheduledTask) - Constructor for class org.spincast.plugins.session.config.SpincastSessionPluginScheduledTaskProviderDefault
- SpincastSessionRepository - Interface in org.spincast.plugins.session
-
The repository to CRUD the sessions.
- SpincastSessionRepositoryDefault - Class in org.spincast.plugins.session.repositories
-
The default implementation of
SpincastSessionRepository
is to save the sessions in a cookie, on the user. - SpincastSessionRepositoryDefault(Provider<RequestContext<?>>, SpincastSessionConfig, SpincastSessionFactory, JsonManager) - Constructor for class org.spincast.plugins.session.repositories.SpincastSessionRepositoryDefault
- spincastSpecificConnectionsThreadLocal - Static variable in class org.spincast.plugins.jdbc.JdbcScope
- SpincastStatics - Class in org.spincast.core.utils
-
Some few static methods.
- SpincastStatics() - Constructor for class org.spincast.core.utils.SpincastStatics
- SpincastSwaggerUiConfig - Interface in org.spincast.plugins.swagger.ui.config
- SpincastSwaggerUiConfigDefault - Class in org.spincast.plugins.swagger.ui.config
- SpincastSwaggerUiConfigDefault() - Constructor for class org.spincast.plugins.swagger.ui.config.SpincastSwaggerUiConfigDefault
- SpincastSwaggerUiManager - Class in org.spincast.plugins.swagger.ui
- SpincastSwaggerUiManager(Router<?, ?>, SpincastUtils, SpincastSwaggerUiConfig, TemplatingEngine, SpincastConfig) - Constructor for class org.spincast.plugins.swagger.ui.SpincastSwaggerUiManager
- SpincastSwaggerUiPlugin - Class in org.spincast.plugins.swagger.ui
-
Spincast Swagger UI plugin.
- SpincastSwaggerUiPlugin() - Constructor for class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPlugin
- SpincastSwaggerUiPluginModule - Class in org.spincast.plugins.swagger.ui
-
Spincast Swagger UI plugin module.
- SpincastSwaggerUiPluginModule() - Constructor for class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPluginModule
- SpincastSwaggerUiPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.swagger.ui.SpincastSwaggerUiPluginModule
- SpincastTaskSchedulerProvider - Interface in org.spincast.plugins.scheduledtasks
-
Custom Scheduler that uses our own scheduled tasks factory.
- SpincastTaskSchedulerProviderDefault - Class in org.spincast.plugins.scheduledtasks
- SpincastTaskSchedulerProviderDefault(SpincastScheduledTaskFactory) - Constructor for class org.spincast.plugins.scheduledtasks.SpincastTaskSchedulerProviderDefault
- SpincastTemplatingAddonPlugin - Class in org.spincast.plugins.templatingaddon
-
Spincast Templating Addon plugin.
- SpincastTemplatingAddonPlugin() - Constructor for class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPlugin
- SpincastTemplatingAddonPluginModule - Class in org.spincast.plugins.templatingaddon
-
Spincast Templating Addon plugin module.
- SpincastTemplatingAddonPluginModule() - Constructor for class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPluginModule
- SpincastTemplatingAddonPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.templatingaddon.SpincastTemplatingAddonPluginModule
- SpincastTemplatingRequestContextAddon<R extends RequestContext<?>> - Class in org.spincast.plugins.templatingaddon
- SpincastTemplatingRequestContextAddon(R, TemplatingEngine, LocaleResolver, JsonManager) - Constructor for class org.spincast.plugins.templatingaddon.SpincastTemplatingRequestContextAddon
- SpincastTestBase - Class in org.spincast.testing.core
-
Base class for Spincast test classes.
- SpincastTestBase() - Constructor for class org.spincast.testing.core.SpincastTestBase
- spincastTestError(String, String) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- spincastTestError(String, Throwable) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- SpincastTestingH2 - Class in org.spincast.testing.core.h2
- SpincastTestingH2(SpincastTestingH2Config, JdbcUtils, SpincastDataSourceFactory) - Constructor for class org.spincast.testing.core.h2.SpincastTestingH2
- SpincastTestingH2Config - Interface in org.spincast.testing.core.h2
- SpincastTestingH2ConfigDefault - Class in org.spincast.testing.core.h2
- SpincastTestingH2ConfigDefault() - Constructor for class org.spincast.testing.core.h2.SpincastTestingH2ConfigDefault
- SpincastTestingPostgres - Class in org.spincast.testing.core.postgres
- SpincastTestingPostgres(SpincastTestingPostgresConfig, JdbcUtils, SpincastDataSourceFactory) - Constructor for class org.spincast.testing.core.postgres.SpincastTestingPostgres
- SpincastTestingPostgresConfig - Interface in org.spincast.testing.core.postgres
- SpincastTestingPostgresConfigDefault - Class in org.spincast.testing.core.postgres
- SpincastTestingPostgresConfigDefault(File, SpincastUtils) - Constructor for class org.spincast.testing.core.postgres.SpincastTestingPostgresConfigDefault
- SpincastTestingUtils - Class in org.spincast.testing.core.utils
-
Spincast testing utilities.
- SpincastTestingUtils() - Constructor for class org.spincast.testing.core.utils.SpincastTestingUtils
- SpincastTimeZonePebbleExtension - Interface in org.spincast.plugins.timezoneresolver
-
Spincast TimeZone Resolver Pebble extension
- SpincastTimeZonePebbleExtensionDefault - Class in org.spincast.plugins.timezoneresolver
- SpincastTimeZonePebbleExtensionDefault(TimeZoneResolver, SpincastConfig, SpincastUtils, Provider<RequestContext<?>>, SpincastTimeZoneResolverConfig) - Constructor for class org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
- SpincastTimeZoneResolverConfig - Interface in org.spincast.plugins.timezoneresolver.config
-
Configurations for the Spincast TimeZone Resolver plugin.
- SpincastTimeZoneResolverConfigDefault - Class in org.spincast.plugins.timezoneresolver.config
-
Default configurations for Spincast TimeZone Resolver plugin.
- SpincastTimeZoneResolverConfigDefault(SpincastConfig) - Constructor for class org.spincast.plugins.timezoneresolver.config.SpincastTimeZoneResolverConfigDefault
- SpincastTimeZoneResolverPlugin - Class in org.spincast.plugins.timezoneresolver
-
Spincast TimeZone Resolver plugin.
- SpincastTimeZoneResolverPlugin() - Constructor for class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPlugin
- SpincastTimeZoneResolverPluginModule - Class in org.spincast.plugins.timezoneresolver
-
Spincast TimeZone Resolver plugin module.
- SpincastTimeZoneResolverPluginModule() - Constructor for class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
- SpincastTimeZoneResolverPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.timezoneresolver.SpincastTimeZoneResolverPluginModule
- SpincastUndertowConfig - Interface in org.spincast.plugins.undertow.config
-
Configurations for the Spincast Undertow plugin.
- SpincastUndertowConfigDefault - Class in org.spincast.plugins.undertow.config
-
Default configuration for Spincast Undertow plugin.
- SpincastUndertowConfigDefault() - Constructor for class org.spincast.plugins.undertow.config.SpincastUndertowConfigDefault
- SpincastUndertowPlugin - Class in org.spincast.plugins.undertow
- SpincastUndertowPlugin() - Constructor for class org.spincast.plugins.undertow.SpincastUndertowPlugin
- SpincastUndertowPluginModule - Class in org.spincast.plugins.undertow
- SpincastUndertowPluginModule() - Constructor for class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- SpincastUndertowPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.undertow.SpincastUndertowPluginModule
- SpincastUndertowServer - Class in org.spincast.plugins.undertow
- SpincastUndertowServer(SpincastUndertowUtils, SpincastConfig, SpincastUndertowConfig, FrontController, SpincastUtils, CookieFactory, CorsHandlerFactory, GzipCheckerHandlerFactory, SkipResourceOnQueryStringHandlerFactory, SpincastResourceHandlerFactory, CacheBusterRemovalHandlerFactory, SpincastClassPathResourceManagerFactory, SpincastHttpAuthIdentityManagerFactory, WebsocketEndpointFactory, SSLContextFactory) - Constructor for class org.spincast.plugins.undertow.SpincastUndertowServer
-
Constructor
- SpincastUndertowUtils - Interface in org.spincast.plugins.undertow
-
Undertow utilities.
- SpincastUndertowUtilsDefault - Class in org.spincast.plugins.undertow
- SpincastUndertowUtilsDefault(SpincastUtils) - Constructor for class org.spincast.plugins.undertow.SpincastUndertowUtilsDefault
- SpincastUndertowWebsocketEndpointWriter - Class in org.spincast.plugins.undertow
- SpincastUndertowWebsocketEndpointWriter(Map<String, WebSocketChannel>, SpincastUndertowConfig) - Constructor for class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
-
Constructor
- SpincastUndertowWebsocketEndpointWriter.IWriteExecutor - Interface in org.spincast.plugins.undertow
-
Interface to create a write executor.
- SpincastUtils - Interface in org.spincast.core.utils
-
Spincast utilities.
- SpincastUtilsDefault - Class in org.spincast.core.utils
-
Implementations of the Spincast utilities.
- SpincastUtilsDefault(SpincastConfig) - Constructor for class org.spincast.core.utils.SpincastUtilsDefault
- SpincastVariablesPlugin - Class in org.spincast.plugins.variables
-
Spincast Variables plugin.
- SpincastVariablesPlugin() - Constructor for class org.spincast.plugins.variables.SpincastVariablesPlugin
- SpincastVariablesPluginModule - Class in org.spincast.plugins.variables
-
Spincast Variables plugin module.
- SpincastVariablesPluginModule() - Constructor for class org.spincast.plugins.variables.SpincastVariablesPluginModule
- SpincastVariablesRequestContextAddon<R extends RequestContext<?>> - Class in org.spincast.plugins.variables
- SpincastVariablesRequestContextAddon() - Constructor for class org.spincast.plugins.variables.SpincastVariablesRequestContextAddon
- SpincastWatermarkerFactory - Interface in org.spincast.plugins.watermarker
- SpincastWatermarkerPlugin - Class in org.spincast.plugins.watermarker
-
Spincast Watermarker plugin.
- SpincastWatermarkerPlugin() - Constructor for class org.spincast.plugins.watermarker.SpincastWatermarkerPlugin
- SpincastWatermarkerPluginModule - Class in org.spincast.plugins.watermarker
-
Spincast Watermarker plugin module.
- SpincastWatermarkerPluginModule() - Constructor for class org.spincast.plugins.watermarker.SpincastWatermarkerPluginModule
- SpincastWatermarkerPluginModule(Class<? extends RequestContext<?>>, Class<? extends WebsocketContext<?>>) - Constructor for class org.spincast.plugins.watermarker.SpincastWatermarkerPluginModule
- SpincastWatermarkPosition - Enum Class in org.spincast.plugins.watermarker
-
The position where a watermark will be created.
- SpincastWebsocketClientWriter - Interface in org.spincast.plugins.httpclient.websocket
-
Spincast Websocket client writer
- SpincastWebsocketEndpoint - Class in org.spincast.plugins.undertow
- SpincastWebsocketEndpoint(String, WebsocketEndpointHandler, UndertowWebsocketEndpointWriterFactory, SpincastUndertowConfig, SpincastUndertowUtils) - Constructor for class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Constructor
- SpincastWebsocketRoute<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing - SpincastWebsocketRoute(boolean, String, String, List<Handler<R>>, Set<String>, WebsocketController<R, W>, Set<String>) - Constructor for class org.spincast.plugins.routing.SpincastWebsocketRoute
-
Constructor
- SpincastXmlIndenter - Class in org.spincast.plugins.jacksonxml
-
Custom XML indenter.
- SpincastXmlIndenter(SpincastXmlManagerConfig) - Constructor for class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
- SpincastXmlManager - Class in org.spincast.plugins.jacksonxml
-
Spincast Jackson XML manager
- SpincastXmlManager(Provider<Injector>, JsonManager, Set<XmlMixinInfo>, XmlPrettyPrinter) - Constructor for class org.spincast.plugins.jacksonxml.SpincastXmlManager
- SpincastXmlManager.JsonArrayMixIn - Interface in org.spincast.plugins.jacksonxml
- SpincastXmlManager.JsonObjectMixIn - Interface in org.spincast.plugins.jacksonxml
- SpincastXmlManagerConfig - Interface in org.spincast.plugins.jacksonxml
-
Configurations for the Spincast Xml Manager plugin.
- SpincastXmlManagerConfigDefault - Class in org.spincast.plugins.jacksonxml
-
Default configuration for the Spincast Xml Manager plugin.
- SpincastXmlManagerConfigDefault() - Constructor for class org.spincast.plugins.jacksonxml.SpincastXmlManagerConfigDefault
- SpincastXmlPrettyPrinter - Class in org.spincast.plugins.jacksonxml
- SpincastXmlPrettyPrinter(Provider<SpincastXmlPrettyPrinter>, DefaultXmlPrettyPrinter.Indenter, SpincastXmlManagerConfig) - Constructor for class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
- sql(String) - Method in interface org.spincast.plugins.jdbc.statements.Statement
-
Appends some SQL to the query to launch.
- sql(String) - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- SSLContextFactory - Interface in org.spincast.core.utils.ssl
- SSLContextFactoryDefault - Class in org.spincast.core.utils.ssl
- SSLContextFactoryDefault() - Constructor for class org.spincast.core.utils.ssl.SSLContextFactoryDefault
- STANDARD - Enum constant in enum class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault.BodyType
- start() - Method in interface org.spincast.core.server.Server
-
Starts the server.
- start() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- startFilesModificationsWatcher() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- startSendingPings() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Starts sending automatic pings to the peers.
- startSendingPings(SpincastWebsocketClientWriter) - Method in class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
- startServer() - Method in class org.spincast.testing.defaults.NoAppStartHttpServerCustomContextTypesTestingBase
- startServer() - Method in class org.spincast.testing.defaults.NoAppWebsocketTestingBase
- startsWithAnyOf(String, Set<String>) - Method in class org.spincast.plugins.routing.SpincastRouter
- startSystemErrReader(Process, ProcessExecutionHandler) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- startSystemOutReader(Process, ProcessExecutionHandler) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- Statement - Interface in org.spincast.plugins.jdbc.statements
-
Note that the connection used by a Stement is not closed after the statement has been executed.
- StatementBase - Class in org.spincast.plugins.jdbc.statements
-
If the connection's
Connection.getAutoCommit()
istrue/code>, the connection will be automatically closed.
- StatementBase(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.StatementBase
- statements() - Method in interface org.spincast.plugins.jdbc.JdbcUtils
- statements() - Method in class org.spincast.plugins.jdbc.JdbcUtilsDefault
- StaticResource<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
A static resource, from the classpath or the file system.
- StaticResourceBuilder<R extends RequestContext<?>> - Interface in org.spincast.core.routing
-
Builder to create static resources.
- StaticResourceBuilderDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing - StaticResourceBuilderDefault(boolean, StaticResourceFactory<R>, StaticResourceCorsConfigFactory, StaticResourceCacheConfigFactory, SpincastConfig, SpincastUtils, SpincastRouterConfig) - Constructor for class org.spincast.plugins.routing.StaticResourceBuilderDefault
- StaticResourceBuilderDefault(Router<R, W>, boolean, StaticResourceFactory<R>, StaticResourceCorsConfigFactory, StaticResourceCacheConfigFactory, SpincastConfig, SpincastUtils, SpincastRouterConfig) - Constructor for class org.spincast.plugins.routing.StaticResourceBuilderDefault
- StaticResourceBuilderFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.routing -
Factory to create static resources builders.
- StaticResourceCacheConfig - Interface in org.spincast.core.routing
-
Cache configurations available for a static resource.
- StaticResourceCacheConfigDefault - Class in org.spincast.plugins.routing
- StaticResourceCacheConfigDefault(int, boolean, Integer) - Constructor for class org.spincast.plugins.routing.StaticResourceCacheConfigDefault
- StaticResourceCacheConfigFactory - Interface in org.spincast.plugins.routing
-
Factory to create cache config for static resources.
- StaticResourceCorsConfig - Interface in org.spincast.core.routing
-
Cors configurations available for a static resource.
- StaticResourceCorsConfigDefault - Class in org.spincast.plugins.routing
- StaticResourceCorsConfigDefault(Set<String>, Set<String>, Set<String>, boolean, int) - Constructor for class org.spincast.plugins.routing.StaticResourceCorsConfigDefault
- StaticResourceCorsConfigFactory - Interface in org.spincast.plugins.routing
- StaticResourceDefault<R extends RequestContext<?>> - Class in org.spincast.plugins.routing
-
Represents a static resource.
- StaticResourceDefault(boolean, StaticResourceType, String, String, Handler<R>, StaticResourceCorsConfig, StaticResourceCacheConfig, boolean, boolean, HotlinkingManager, SpincastUtils, HotlinkingManagerDefault) - Constructor for class org.spincast.plugins.routing.StaticResourceDefault
- StaticResourceFactory<R extends RequestContext<?>> - Interface in org.spincast.core.routing
- StaticResourceType - Enum Class in org.spincast.core.routing
-
The possible types of a static resource.
- stop() - Method in interface org.spincast.core.server.Server
-
Stops the server
- stop() - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- stop(boolean) - Method in interface org.spincast.core.server.Server
-
Stops the server
- stop(boolean) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- stopH2() - Method in class org.spincast.testing.core.h2.SpincastTestingH2
-
Stops H2
- stopPostgres() - Method in class org.spincast.testing.core.postgres.SpincastTestingPostgres
-
Stops Postgres.
- stopSendingPings() - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
- stopServer() - Method in class org.spincast.testing.core.AppBasedTestingBase
- stopWatching() - Method in interface org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcher
-
Stops the files watching completly.
- stopWatching() - Method in class org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsWatcherDefault
- STRICT - Enum constant in enum class org.spincast.core.cookies.CookieSameSite
- stringValueOrNull(Object) - Static method in class org.spincast.core.utils.SpincastStatics
-
Returns
null
if the specified object is null or usesString.valueOf(Object)
otherwise. - stringValueOrNullInstance(Object) - Method in class org.spincast.core.utils.SpincastStatics
- SUCCESS - Enum constant in enum class org.spincast.core.flash.FlashMessageLevel
- SUCCESS - Enum constant in enum class org.spincast.core.response.AlertLevel
- SUCCESS - Enum constant in enum class org.spincast.core.validation.ValidationLevel
- sumRoute(DefaultRequestContext) - Method in interface org.spincast.demos.sum.AppController
-
Sum Route Handler
- sumRoute(DefaultRequestContext) - Method in class org.spincast.demos.sum.AppControllerDefault
-
Sum Route Handler
- SwaggerAnnotationsCreator - Interface in org.spincast.plugins.openapi.bottomup.utils
- SwaggerAnnotationsCreatorDefault - Class in org.spincast.plugins.openapi.bottomup.utils
- SwaggerAnnotationsCreatorDefault() - Constructor for class org.spincast.plugins.openapi.bottomup.utils.SwaggerAnnotationsCreatorDefault
- SyncExecutionResult - Interface in org.spincast.plugins.processutils
-
The result of the syncronous execution of an external program, made using
executeSync
. - SyncExecutionResultDefault - Class in org.spincast.plugins.processutils
- SyncExecutionResultDefault(int, List<String>, List<String>) - Constructor for class org.spincast.plugins.processutils.SyncExecutionResultDefault
- SYSTEM - Enum constant in enum class org.spincast.plugins.processutils.ExecutionOutputStrategy
-
The output is sent to
System.out
orSystem.err
. - systemPropertiesPrefixes(List<String>) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
The allowed prefixes a system property can have to be used as a configuration.
- systemPropertiesStripPrefix(boolean) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
Should the prefix of an system property be stripped? For example, if
ConfigFinder.ConfigFinderBuilder.systemPropertiesPrefixes
indicate that "app." is an system property prefix, then "app.admin.email" would result in a "admin.email" key.
T
- TemplateFilesRepository - Class in org.spincast.website.repositories
-
Implementation of the News repository that takes the news entries from template files.
- TemplateFilesRepository(AppConfig, TemplatingEngine, SpincastUtils, JsonManager) - Constructor for class org.spincast.website.repositories.TemplateFilesRepository
-
Constructor
- templating() - Method in interface org.spincast.core.exchange.RequestContext
-
Templating methods.
- templating() - Method in class org.spincast.core.exchange.RequestContextBase
- templating() - Method in interface org.spincast.core.websocket.WebsocketContext
-
Easy access to the
TemplatingEngine
, templating related methods. - templating() - Method in class org.spincast.core.websocket.WebsocketContextBase
- TemplatingEngine - Interface in org.spincast.core.templating
-
Component that "evaluates" some templates or inline content, using some parameters.
- TemplatingRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.templating
-
Provides methods to deal with templating.
- temporarily() - Method in interface org.spincast.core.routing.RedirectRuleBuilder
-
The redirection will be temporarily (302).
- temporarily() - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- TEST_STRING - Static variable in class org.spincast.testing.core.utils.SpincastTestingUtils
- TEST_STRING_LONG - Static variable in class org.spincast.testing.core.utils.SpincastTestingUtils
- testFailure(Failure) - Method in class org.spincast.testing.core.SpincastTestBase
-
You can override this method to be informed when a test fails.
- testFailure(Failure) - Method in interface org.spincast.testing.junitrunner.TestFailureListener
- testFailureCustomHandling(Failure) - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- TestFailureListener - Interface in org.spincast.testing.junitrunner
-
Provides a method that will be called each time a test fails.
- TestingMode - Annotation Interface in org.spincast.core.guice
-
Used to indicate if the code is run from tests!
- text(Color) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(Color) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(Color, Font) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(Color, Font) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(Font) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(Font) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(String) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The text to use as the watermark.
- text(String) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(String, Color) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(String, Color) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(String, Color, Font) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(String, Color, Font) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- text(String, Font) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
- text(String, Font) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- TEXT - Enum constant in enum class org.spincast.core.utils.ContentTypeDefaults
- THIS_CLASS_NAME - Static variable in class org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
- threadLocal - Static variable in class org.spincast.core.guice.GuiceTweaker
- ThrowableSerializer - Class in org.spincast.plugins.gson.serializers
- ThrowableSerializer(JsonObjectFactory, JsonObjectSerializer) - Constructor for class org.spincast.plugins.gson.serializers.ThrowableSerializer
- throwExceptionIfSpecifiedClasspathConfigFileIsNotFound(boolean) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
Should an exception be thrown if a classpath config file is specified (is not
null
) but is not found. - throwExceptionIfSpecifiedExternalConfigFileIsNotFound(boolean) - Method in class org.spincast.plugins.config.ConfigFinder.ConfigFinderBuilder
-
Should an exception be thrown if an external config file is specified (is not
null
) but is not found. - throwRedirect(R, String) - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- TIME - Enum constant in enum class org.spincast.plugins.dateformatter.DateParts
- TimeoutException - Exception in org.spincast.plugins.processutils.exceptions
-
Exception thrown when a program executed using
executeSync()
exceeds the specified timeout. - TimeoutException(SyncExecutionResult) - Constructor for exception org.spincast.plugins.processutils.exceptions.TimeoutException
- timePattern(String) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The custom pattern to use for the *time* part (without the date).
- timePattern(String) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- timePattern(DatePattern) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The pattern to use for the *time* part (without the date).
- timePattern(DatePattern) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- timeZone(TimeZone) - Method in interface org.spincast.plugins.dateformatter.DateFormatter
-
The timeZone to use.
- timeZone(TimeZone) - Method in class org.spincast.plugins.dateformatter.DateFormatterDefault
- TimeZoneResolver - Interface in org.spincast.core.timezone
-
Component which finds the best TimeZone to use.
- TimeZoneResolverDefault - Class in org.spincast.plugins.dateformatter
- TimeZoneResolverDefault - Class in org.spincast.plugins.timezoneresolver
- TimeZoneResolverDefault(SpincastConfig, Provider<RequestContext<?>>) - Constructor for class org.spincast.plugins.dateformatter.TimeZoneResolverDefault
- TimeZoneResolverDefault(SpincastConfig, Provider<RequestContext<?>>) - Constructor for class org.spincast.plugins.timezoneresolver.TimeZoneResolverDefault
- to(String) - Method in interface org.spincast.core.routing.RedirectRuleBuilder
-
The new path or full URL to redirect to.
- to(String) - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- to(RedirectHandler<R, W>) - Method in interface org.spincast.core.routing.RedirectRuleBuilder
-
Will called the specified
RedirectHandler
to generate the path to redirect to. - to(RedirectHandler<R, W>) - Method in class org.spincast.plugins.routing.RedirectRuleBuilderDefault
- toArray(Collection<T>, Class<? super T>) - Static method in class org.spincast.core.utils.SpincastStatics
- toArrayInstance(Collection<T>, Class<? super T>) - Method in class org.spincast.core.utils.SpincastStatics
- ToJsonArrayConvertible - Interface in org.spincast.core.json
-
An object implementing this interface is able to convert itself to a
JsonArray
. - toJsonObject(Throwable) - Method in class org.spincast.plugins.gson.serializers.ThrowableSerializer
- ToJsonObjectConvertible - Interface in org.spincast.core.json
-
An object implementing this interface is able to convert itself to a
JsonObject
. - toJsonString() - Method in class org.spincast.core.json.JsonObjectArrayBase
- toJsonString() - Method in interface org.spincast.core.json.JsonObjectOrArray
-
The
Json
string representation of the object. - toJsonString(boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- toJsonString(boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
The
Json
string representation of the object. - toJsonString(Object) - Method in interface org.spincast.core.json.JsonManager
-
Gets the
Json
String representation of the specified object. - toJsonString(Object) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- toJsonString(Object) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- toJsonString(Object, boolean) - Method in interface org.spincast.core.json.JsonManager
-
Gets the
Json
String representation of the specified object. - toJsonString(Object, boolean) - Method in class org.spincast.plugins.gson.SpincastGsonManager
- toJsonString(Object, boolean) - Method in class org.spincast.plugins.jacksonjson.SpincastJsonManager
- toLinkedHashMap(String, List<ValidationMessage>) - Static method in class org.spincast.core.request.FormDefault
- toList(T[], boolean) - Static method in class org.spincast.core.utils.SpincastStatics
-
Converts an array to a mutable list.
- toListInstance(T[], boolean) - Method in class org.spincast.core.utils.SpincastStatics
- toMessages(List<ValidationSet>) - Static method in class org.spincast.core.request.FormDefault
- TOP_CENTER - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- TOP_LEFT - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- TOP_RIGHT - Enum constant in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
- toString() - Method in class org.spincast.core.cookies.CookieDefault
- toString() - Method in enum class org.spincast.core.cookies.CookieSameSite
- toString() - Method in class org.spincast.core.exchange.RequestContextBase
- toString() - Method in class org.spincast.core.json.JsonObjectArrayBase
- toString() - Method in class org.spincast.core.request.FormDefault
- toString() - Method in class org.spincast.core.routing.ResourceToPush
- toString() - Method in class org.spincast.core.server.UploadedFileDefault
- toString() - Method in class org.spincast.core.utils.Bool
- toString() - Method in class org.spincast.core.validation.ValidationMessageDefault
- toString() - Method in class org.spincast.core.validation.ValidationSetSimple
- toString() - Method in class org.spincast.plugins.attemptslimiter.AttemptCriteria
- toString() - Method in class org.spincast.plugins.attemptslimiter.AttemptDefault
- toString() - Method in class org.spincast.plugins.formsprotection.csrf.SpincastCsrfToken
- toString() - Method in class org.spincast.plugins.hotswap.fileswatcher.FileToWatch
- toString() - Method in class org.spincast.plugins.httpclient.HttpResponseDefault
- toString() - Method in class org.spincast.plugins.jdbc.statements.StatementBase
- toString() - Method in class org.spincast.plugins.processutils.SyncExecutionResultDefault
- toString() - Method in class org.spincast.plugins.routing.ETagDefault
- toString() - Method in class org.spincast.plugins.routing.RouteDefault
- toString() - Method in class org.spincast.plugins.routing.RouteHandlerMatchDefault
- toString() - Method in class org.spincast.plugins.routing.RoutingResultDefault
- toString() - Method in class org.spincast.plugins.routing.SpincastWebsocketRoute
- toString() - Method in class org.spincast.plugins.routing.StaticResourceDefault
- toString() - Method in class org.spincast.plugins.session.SpincastSessionDefault
- toString() - Method in class org.spincast.website.models.NewsEntryDefault
- toThumbnailatorPosition(SpincastWatermarkPosition, Integer) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
- toXml(Object) - Method in interface org.spincast.core.xml.XmlManager
-
Converts an object to XML.
- toXml(Object) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- toXml(Object, boolean) - Method in interface org.spincast.core.xml.XmlManager
-
Converts an object to XML.
- toXml(Object, boolean) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlManager
- TRACE - Enum constant in enum class org.spincast.core.routing.HttpMethod
- TRACE() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
TRACE
as a supported HTTP method. - TRACE() - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
TRACE
route, for all path. - TRACE() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- TRACE() - Method in class org.spincast.plugins.routing.SpincastRouter
- TRACE(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
TRACE
route, at the specified position. - TRACE(String) - Method in interface org.spincast.plugins.httpclient.HttpClient
-
Starts a builder for a
TRACE
request. - TRACE(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- TRACE(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a TRACE method.
- TRACE(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Https Client builder for a TRACE method.
- TRACE(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Starts an Http(s) Client builder for a TRACE method.
- TraceRequestBuilder - Interface in org.spincast.plugins.httpclient.builders
- TraceRequestBuilderDefault - Class in org.spincast.plugins.httpclient.builders
-
Implementation for the Http Client builder for a TRACE request.
- TraceRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientUtils, SpincastHttpClientConfig) - Constructor for class org.spincast.plugins.httpclient.builders.TraceRequestBuilderDefault
- transactional(DataSource, JdbcQueries<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Executes the
queries
in a transaction by setting theConnection#setAutoCommit()
property tofalse
. - transactional(TransactionalScope<T>) - Method in class org.spincast.plugins.jdbc.JdbcScope
-
Starts a transactional scope.
- TransactionalScope<T> - Interface in org.spincast.plugins.jdbc
- transform(int, ElementTransformer) - Method in interface org.spincast.core.json.JsonArray
-
Transforms the element at the given index, using the specified
ElementTransformer
. - transform(int, ElementTransformer) - Method in class org.spincast.core.json.JsonArrayDefault
- transform(Object) - Method in interface org.spincast.core.json.ElementTransformer
- transform(String, ElementTransformer) - Method in class org.spincast.core.json.JsonObjectArrayBase
- transform(String, ElementTransformer) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Transforms the element at the specified
JsonPath
using the transformer. - transformAll(ElementTransformer) - Method in class org.spincast.core.json.JsonObjectArrayBase
- transformAll(ElementTransformer) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Transforms all the elements of the object, using the specified transformer.
- transformAll(ElementTransformer, boolean) - Method in class org.spincast.core.json.JsonArrayDefault
- transformAll(ElementTransformer, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- transformAll(ElementTransformer, boolean) - Method in class org.spincast.core.json.JsonObjectDefault
- transformAll(ElementTransformer, boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Transforms all the elements of the object, using the specified transformer.
- trim(int) - Method in interface org.spincast.core.json.JsonArray
-
Trims the element, if it's of type
String
. - trim(int) - Method in class org.spincast.core.json.JsonArrayDefault
- trim(String) - Method in class org.spincast.core.json.JsonObjectArrayBase
- trim(String) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Trims the element at the specified
JsonPath
if it's of typeString
. - trimAll() - Method in class org.spincast.core.json.JsonObjectArrayBase
- trimAll() - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Trims all the elements of the object that are of type
String
. - trimAll(boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- trimAll(boolean) - Method in interface org.spincast.core.json.JsonObjectOrArray
-
Trims all the elements of the object that are of type String.
- TRUE - Static variable in class org.spincast.core.utils.Bool
- TrueChecker - Interface in org.spincast.testing.core.utils
-
Interface for a true checker.
- tweakConfigurations(GuiceTweaker) - Method in class org.spincast.testing.core.AppBasedTestingBase
-
Since an App is used, it will probably use it own AppConfig interface for the config.
- tweakConfigurations(GuiceTweaker) - Method in class org.spincast.testing.core.SpincastTestBase
- tweakContent(String) - Method in interface org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfig
-
Allows you to tweak the Logback content before it is applied.
- tweakContent(String) - Method in class org.spincast.plugins.logbackutils.config.SpincastLogbackConfigurerConfigDefault
- tweakContent(String) - Method in class org.spincast.quickstart.config.AppLogbackConfigurerConfig
- tweakResourceToPushPath(String) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
U
- UNDERTOW_EXCEPTION_CODE_REQUEST_TOO_LARGE - Static variable in class org.spincast.plugins.undertow.SpincastUndertowServer
- UndertowWebsocketEndpointWriter - Interface in org.spincast.plugins.undertow
- UndertowWebsocketEndpointWriterFactory - Interface in org.spincast.plugins.undertow
- UNROUNDED - Enum constant in enum class org.spincast.plugins.dateformatter.RelativeDateFormatType
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastConnectionDefault
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastDataSourceDefault
- unwrap(Class<T>) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- update() - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Execute the update and return the number of affected rows.
- update() - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- update(ResultSetHandler<T>) - Method in interface org.spincast.plugins.jdbc.statements.UpdateStatement
-
Execute the update and return a result set.
- update(ResultSetHandler<T>) - Method in class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- updateArray(int, Array) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateArray(String, Array) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateAsciiStream(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBigDecimal(int, BigDecimal) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBigDecimal(String, BigDecimal) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBinaryStream(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(int, Blob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, InputStream) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, InputStream, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBlob(String, Blob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBoolean(int, boolean) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBoolean(String, boolean) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateByte(int, byte) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateByte(String, byte) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBytes(int, byte[]) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateBytes(String, byte[]) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateCharacterStream(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(int, Clob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateClob(String, Clob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDate(int, Date) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDate(String, Date) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDouble(int, double) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateDouble(String, double) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateFloat(int, float) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateFloat(String, float) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateInt(int, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateInt(String, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateLong(int, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateLong(String, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateModificationDateAndSaveSession(SpincastSession) - Method in interface org.spincast.plugins.session.SpincastSessionManager
-
Saves a session, but update its modification date first.
- updateModificationDateAndSaveSession(SpincastSession) - Method in class org.spincast.plugins.session.SpincastSessionManagerDefault
- updateNCharacterStream(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNCharacterStream(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(int, NClob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, Reader) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, Reader, long) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNClob(String, NClob) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNString(int, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNString(String, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNull(int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateNull(String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(int, Object) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(int, Object, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(String, Object) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateObject(String, Object, int) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRef(int, Ref) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRef(String, Ref) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRow() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRowId(int, RowId) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateRowId(String, RowId) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateShort(int, short) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateShort(String, short) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateSQLXML(int, SQLXML) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateSQLXML(String, SQLXML) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- UpdateStatement - Interface in org.spincast.plugins.jdbc.statements
- UpdateStatementDefault - Class in org.spincast.plugins.jdbc.statements
- UpdateStatementDefault(Connection) - Constructor for class org.spincast.plugins.jdbc.statements.UpdateStatementDefault
- updateString(int, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateString(String, String) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTime(int, Time) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTime(String, Time) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTimestamp(int, Timestamp) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- updateTimestamp(String, Timestamp) - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- UploadedFile - Interface in org.spincast.core.server
- UploadedFileDefault - Class in org.spincast.core.server
- UploadedFileDefault(File, String) - Constructor for class org.spincast.core.server.UploadedFileDefault
- url(String) - Method in interface org.spincast.core.routing.StaticResourceBuilder
-
The URL pointing to the resource.
- url(String) - Method in class org.spincast.plugins.routing.StaticResourceBuilderDefault
- usePrettyJson() - Method in class org.spincast.core.request.FormDefault
- usePrettyXml() - Method in class org.spincast.core.request.FormDefault
- User - Interface in org.spincast.website.test
- UserDefault - Class in org.spincast.website.test
- UserDefault() - Constructor for class org.spincast.website.test.UserDefault
- UserService - Class in org.spincast.website.test
- UserService() - Constructor for class org.spincast.website.test.UserService
- UserValidator - Class in org.spincast.website.test
- UserValidator(ValidationFactory, Validators) - Constructor for class org.spincast.website.test.UserValidator
- UTC_CALENDAR - Static variable in interface org.spincast.plugins.jdbc.JdbcUtils
V
- validate(boolean) - Method in interface org.spincast.core.exchange.CacheHeadersRequestContextAddon
-
Call this when you are done setting
ETag
and/orLast-Modified
to validate them agains the headers sent by the client. - validate(boolean) - Method in class org.spincast.plugins.httpcaching.SpincastCacheHeadersRequestContextAddon
- validate(User) - Method in class org.spincast.website.test.UserValidator
- validateCookie(Cookie) - Method in class org.spincast.plugins.response.SpincastResponseRequestContextAddon
- validateCreatedInjector(Injector) - Method in class org.spincast.testing.core.AppBasedTestingBase
- validateCreatedInjector(Injector) - Method in class org.spincast.testing.core.SpincastTestBase
-
Validates the created Injector, before the dependencies are injected in the test class.
- validateDictionaryEntries() - Method in class org.spincast.core.config.SpincastInitValidator
-
Validates that all bounded Dictionary entry has a value.
- validateExchange(Object) - Method in class org.spincast.core.controllers.SpincastFrontController
-
Validate/modify the exchange before the handling.
- validateForm(Form) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Validation of the form.
- validateForm(Form) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsMultipleFieldsController
-
Validates the form.
- validateForm(Form) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController
-
Validates the form.
- validateFullUrlInfoCache() - Method in class org.spincast.plugins.request.SpincastRequestRequestContextAddon
- validateId(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- validateIsNotWebsocketUpgradeHttpResponse(HttpResponse) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Validates the response is NOT a Websocket upgrade permission.
- validateIsNull(String, boolean) - Method in class org.spincast.core.json.JsonObjectArrayBase
- validateIsWebsocketUpgradeHttpResponse(String, HttpResponse) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
-
Validates the response is a Websocket upgrade permission.
- validateLocalhostHost() - Method in class org.spincast.core.config.SpincastInitValidator
- validateNoAfterClassAnnotations() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- validateNoBeforeClassAnnotations() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- validateNoTestsAndNoExpectingBeforeClassExceptionAnnotation() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- validatePath(String) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Validate the path of a route.
- validatePath(String, URL) - Method in class org.spincast.plugins.routing.SpincastRouter
-
Validate if url matches the path of the route and if so, returns the parsed parameters, if any.
- validateRequirements() - Method in class org.spincast.core.guice.SpincastCorePluginModule
-
Validates the bindings that have to be done by other modules.
- validateRequirements() - Method in class org.spincast.plugins.routing.SpincastRoutingPluginModule
- validateTestClassRepeateAnnotations() - Method in class org.spincast.testing.junitrunner.SpincastJUnitRunner
- validateUser(JsonObject) - Method in class org.spincast.website.controllers.demos.DemoHtmlFormsDynamicFieldsController
-
Validation of a user.
- validateWebsocketClosingCode(int) - Method in class org.spincast.plugins.undertow.SpincastWebsocketEndpoint
-
Is the Websocket closing code valid?
- validation() - Method in class org.spincast.plugins.routing.SpincastRouter
- ValidationFactory - Interface in org.spincast.core.validation
- ValidationHtmlEscapeType - Enum Class in org.spincast.core.validation
- ValidationLevel - Enum Class in org.spincast.core.validation
-
The level of a validation.
- ValidationMessage - Interface in org.spincast.core.validation
-
A validation message.
- ValidationMessageDefault - Class in org.spincast.core.validation
-
Validation message implementation.
- ValidationMessageDefault(ValidationLevel, String, String, ValidationHtmlEscapeType, JsonManager) - Constructor for class org.spincast.core.validation.ValidationMessageDefault
- ValidationMessageFormatType - Enum Class in org.spincast.core.validation
-
The available format for validation Messages.
- ValidationSet - Interface in org.spincast.core.validation
- ValidationSetSimple - Class in org.spincast.core.validation
- ValidationSetSimple(JsonManager, SpincastUtils, ObjectConverter, Dictionary, XmlManager, SpincastConfig, Validators, FormFactory, ValidationFactory) - Constructor for class org.spincast.core.validation.ValidationSetSimple
- validators() - Method in interface org.spincast.core.request.Form
-
Returns the
Validators
. - validators() - Method in class org.spincast.core.request.FormDefault
- Validators - Interface in org.spincast.core.validation
- ValidatorsDefault - Class in org.spincast.core.validation
- ValidatorsDefault() - Constructor for class org.spincast.core.validation.ValidatorsDefault
- value() - Element in annotation interface org.spincast.plugins.openapi.bottomup.Specs
-
The Operation Swagger annotation to associate to the annotated route.
- value() - Element in annotation interface org.spincast.testing.junitrunner.RepeatUntilFailure
-
The maximum number of loops.
- value() - Element in annotation interface org.spincast.testing.junitrunner.RepeatUntilSuccess
-
The maximum number of loops.
- valueOf(String) - Static method in enum class org.spincast.core.cookies.CookieSameSite
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.filters.CorsFilterResponse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.flash.FlashMessageLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.response.AlertLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.routing.hotlinking.HotlinkingStategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.routing.HttpMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.routing.RoutingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.routing.StaticResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.utils.ContentTypeDefaults
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.utils.GzipOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.validation.ValidationHtmlEscapeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.validation.ValidationLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.core.validation.ValidationMessageFormatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.dateformatter.DateParts
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.dateformatter.DatePattern
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.dateformatter.RelativeDateFormatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault.BodyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.processutils.ExecutionOutputStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.processutils.MavenProjectGoal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.spincast.core.cookies.CookieSameSite
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.filters.CorsFilterResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.flash.FlashMessageLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.json.JsonPathUtilsDefault.JsonPathProcessingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.response.AlertLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.routing.hotlinking.HotlinkingStategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.routing.HttpMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.routing.RoutingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.routing.StaticResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.utils.ContentTypeDefaults
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.utils.GzipOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.validation.ValidationHtmlEscapeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.validation.ValidationLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.core.validation.ValidationMessageFormatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.dateformatter.DateParts
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.dateformatter.DatePattern
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.dateformatter.RelativeDateFormatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.httpclient.builders.BodySenderRequestBuilderBaseDefault.BodyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.processutils.ExecutionOutputStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.processutils.MavenProjectGoal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.spincast.plugins.watermarker.SpincastWatermarkPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variables() - Method in interface org.spincast.core.exchange.RequestContext
-
Request scoped variables related methods.
- variables() - Method in class org.spincast.core.exchange.RequestContextBase
- VariablesRequestContextAddon<R extends RequestContext<?>> - Interface in org.spincast.core.exchange
-
Methods to read and write request scoped variables.
- verify(Account) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
- verify(Credential) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
- verify(String, Credential) - Method in class org.spincast.plugins.undertow.SpincastHttpAuthIdentityManagerDefault
W
- waitForMaxSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the size of the specified collection is under the speficied max size.
- waitForMaxSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the size of the specified collection is under the speficied max size.
- waitForNumber(int[], int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the number of the first element of the specified int[] has reached the expected value.
- waitForNumber(int[], int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the number of the first element of the specified int[] has reached the expected value.
- waitForPortOpen(String, int, int, int) - Method in interface org.spincast.plugins.processutils.HttpServerProcessHandlerExecutionHandler
-
Wait for the specified host:port to be connectable.
- waitForPortOpen(String, int, int, int) - Method in class org.spincast.plugins.processutils.ProcessExecutionHandlerDefault
- waitForSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the size of the specified collection has reached the expected size.
- waitForSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
This method checks frequently if the size of the specified collection has reached the expected size.
- waitForStreamsToBeEmpty(Thread, Thread) - Method in class org.spincast.plugins.processutils.SpincastProcessUtilsDefault
- waitForTrue(TrueChecker) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.
- waitForTrue(TrueChecker, int) - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
-
Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.
- waitForTrueLoopInterval() - Static method in class org.spincast.testing.core.utils.SpincastTestingUtils
- WARNING - Enum constant in enum class org.spincast.core.flash.FlashMessageLevel
- WARNING - Enum constant in enum class org.spincast.core.response.AlertLevel
- WARNING - Enum constant in enum class org.spincast.core.validation.ValidationLevel
- wasNull() - Method in class org.spincast.plugins.jdbc.SpincastResultSetDefault
- watermark(String, boolean, File) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarker
-
Watermark an image.
- watermark(String, boolean, File) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
- watermark(String, File) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarker
-
Watermark an image.
- watermark(String, File) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerDefault
- websocket(String) - Method in interface org.spincast.core.routing.Router
-
Starts the creation of a
Websocket route
. - websocket(String) - Method in interface org.spincast.plugins.httpclient.websocket.HttpClient
-
Starts a builder for a websocket request.
- websocket(String) - Method in class org.spincast.plugins.routing.SpincastRouter
- websocket(String) - Method in class org.spincast.testing.core.AppBasedTestingBase
- websocket(String, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
- websocket(String, boolean, boolean) - Method in class org.spincast.testing.core.AppBasedTestingBase
- websocket(String, boolean, boolean) - Method in class org.spincast.testing.defaults.AppBasedWebsocketTestingBase
- WEBSOCKET_V13_MAGIC_NUMBER - Static variable in class org.spincast.core.config.SpincastConstants
-
Do not change that, it is an official value.
- WebsocketClientHandler - Interface in org.spincast.plugins.httpclient.websocket
-
A Websocket client reader
- WebsocketClientWriter - Interface in org.spincast.plugins.httpclient.websocket
-
A Websocket client writer
- websocketCloseEndpoint(String) - Method in interface org.spincast.core.server.Server
-
Closes a Websocket endpoint.
- websocketCloseEndpoint(String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- websocketCloseEndpoint(String, int, String) - Method in interface org.spincast.core.server.Server
-
Closes the entire Websocket endpoint.
- websocketCloseEndpoint(String, int, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- websocketConnection(Object, String, String) - Method in interface org.spincast.core.server.Server
-
Transforms the request to a peer Websocket connection on the endpoint 'endpointId'.
- websocketConnection(Object, String, String) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- WebsocketConnectionConfig - Interface in org.spincast.core.websocket
- WebsocketContext<W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket
-
The base interface for a WebSocket context.
- WebsocketContextBase<W extends WebsocketContext<?>> - Class in org.spincast.core.websocket
-
The base implementation for a WebSocket context object.
- WebsocketContextBase(String, String, WebsocketPeerManager, WebsocketContextBaseDeps<W>) - Constructor for class org.spincast.core.websocket.WebsocketContextBase
-
Constructor
- WebsocketContextBaseDeps<W extends WebsocketContext<?>> - Class in org.spincast.core.websocket
-
A wrapper object for the dependencies required by WebsocketContextBase.
- WebsocketContextBaseDeps(LocaleResolver, TimeZoneResolver, JsonManager, XmlManager, TemplatingEngine, Provider<Injector>) - Constructor for class org.spincast.core.websocket.WebsocketContextBaseDeps
-
Constructor
- WebsocketContextFactory<W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket
- websocketContextImplementationClass(Class<? extends WebsocketContext<?>>) - Method in class org.spincast.defaults.bootstrapping.SpincastBootstrapper
- WebsocketContextType - Annotation Interface in org.spincast.core.websocket
-
Used to bind and inject the WebSocket context type.
- WebsocketController<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket -
A controller for a WebSocket connection.
- websocketCreateEndpoint(String, WebsocketEndpointHandler) - Method in interface org.spincast.core.server.Server
-
Creates a new Websocket endpoint.
- websocketCreateEndpoint(String, WebsocketEndpointHandler) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
- WebsocketEndpoint - Interface in org.spincast.plugins.undertow
- WebsocketEndpointAlreadyManagedByAnotherControllerException - Exception in org.spincast.core.websocket.exceptions
-
Thrown if the WebSocket endpoint is already managed by another controller.
- WebsocketEndpointAlreadyManagedByAnotherControllerException(String, String) - Constructor for exception org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
- WebsocketEndpointFactory - Interface in org.spincast.plugins.undertow
-
Factory to create Websocket endpoints.
- WebsocketEndpointHandler - Interface in org.spincast.core.websocket
-
WebSocket endpoint handler.
- WebsocketEndpointHandlerDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.core.websocket - WebsocketEndpointHandlerDefault(String, WebsocketController<R, W>, WebsocketContextFactory<W>, Server) - Constructor for class org.spincast.core.websocket.WebsocketEndpointHandlerDefault
-
Constructor
- WebsocketEndpointHandlerFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket - WebsocketEndpointManager - Interface in org.spincast.core.websocket
-
Manager for a WebSocket endpoint.
- WebsocketEndpointToControllerManager - Interface in org.spincast.core.websocket
- WebsocketEndpointToControllerManagerDefault - Class in org.spincast.core.websocket
- WebsocketEndpointToControllerManagerDefault() - Constructor for class org.spincast.core.websocket.WebsocketEndpointToControllerManagerDefault
- WebsocketEndpointWriter - Interface in org.spincast.core.websocket
-
Component to send WebSocket messages on an endpoint.
- WebsocketPeerManager - Interface in org.spincast.core.websocket
-
Component to manage a specific peer.
- WebsocketPeersWriteCallback - Interface in org.spincast.plugins.undertow
-
Callback to handle the errors found after writing to some peers.
- WebsocketRequestBuilder - Interface in org.spincast.plugins.httpclient.websocket.builders
-
Builder to create a WebSocket requesté
- WebsocketRequestBuilderDefault - Class in org.spincast.plugins.httpclient.websocket.builders
- WebsocketRequestBuilderDefault(String, CookieFactory, HttpResponseFactory, SpincastHttpClientWithWebsocketUtils, SpincastHttpClientWithWebsocketConfig) - Constructor for class org.spincast.plugins.httpclient.websocket.builders.WebsocketRequestBuilderDefault
-
Constructor
- WebsocketRoute<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket -
A WebSocket route.
- WebsocketRouteBuilder<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket -
Builder for WebSocket routes.
- WebsocketRouteBuilderDefault<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.plugins.routing - WebsocketRouteBuilderDefault(Router<R, W>, WebsocketRouteFactory<R, W>) - Constructor for class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- WebsocketRouteBuilderDefault(WebsocketRouteFactory<R, W>) - Constructor for class org.spincast.plugins.routing.WebsocketRouteBuilderDefault
- WebsocketRouteBuilderFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket -
Factory to create a WebSocket route builder.
- WebsocketRouteFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.plugins.routing - WebsocketRouteHandler<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Class in org.spincast.core.websocket -
Route handler that manages the upgrade from a HTTP request to a WebSocket connection, once the potential "before" filters have been ran.
- WebsocketRouteHandler(WebsocketRoute<R, W>, Server, WebsocketEndpointHandlerFactory<R, W>, WebsocketEndpointToControllerManager) - Constructor for class org.spincast.core.websocket.WebsocketRouteHandler
- WebsocketRouteHandlerFactory<R extends RequestContext<?>,
W extends WebsocketContext<?>> - Interface in org.spincast.core.websocket - webSockets(AppRequestContext) - Method in class org.spincast.website.controllers.demos.DemosTutorialsController
- WebsocketsDemoEchoAllController - Class in org.spincast.website.controllers
-
WebSockets demo controller
- WebsocketsDemoEchoAllController() - Constructor for class org.spincast.website.controllers.WebsocketsDemoEchoAllController
- WHITESPACE - Static variable in class org.spincast.plugins.jdbc.utils.BasicFormatterImpl
- widthPercent(int) - Method in interface org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilder
-
The width of the watermark.
- widthPercent(int) - Method in class org.spincast.plugins.watermarker.SpincastImageWatermarkerBuilderDefault
- writableDirsCheck() - Method in class org.spincast.core.config.SpincastInit
- write(WebSocketChannel, WebSocketCallback<Void>) - Method in interface org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
- write(Set<String>, SpincastUndertowWebsocketEndpointWriter.IWriteExecutor) - Method in class org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter
-
Calls the executor's write(...) method for each peers and, when all asynchrounous calls are done, calls its writeErrors(...) with the ids of the peers for which the write failed with an IOException.
- writeErrors(Set<String>) - Method in interface org.spincast.plugins.undertow.SpincastUndertowWebsocketEndpointWriter.IWriteExecutor
- writeIndentation(JsonGenerator, int) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
- writeIndentation(XMLStreamWriter2, int) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlIndenter
- writePrologLinefeed(XMLStreamWriter2) - Method in class org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
X
- X_FORWARDED_HOST - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- X_FORWARDED_PORT - Static variable in class org.spincast.core.config.SpincastConstants.HttpHeadersExtra
- xml() - Method in interface org.spincast.core.exchange.RequestContext
-
Easy access to the
XmlManager
, XML related methods. - xml() - Method in class org.spincast.core.exchange.RequestContextBase
- xml() - Method in interface org.spincast.core.routing.RouteBuilder
-
Adds
application/xml
as an acceptedContent-Type
. - xml() - Method in interface org.spincast.core.websocket.WebsocketContext
-
Easy access to the
XmlManager
, XML related methods. - xml() - Method in class org.spincast.core.websocket.WebsocketContextBase
- xml() - Method in class org.spincast.plugins.routing.RouteBuilderDefault
- XML - Enum constant in enum class org.spincast.core.utils.ContentTypeDefaults
- XML - Enum constant in enum class org.spincast.core.validation.ValidationMessageFormatType
- XmlManager - Interface in org.spincast.core.xml
-
Provides methods to work with
XML
strings and objects. - XmlMixinInfo - Interface in org.spincast.plugins.jacksonxml
-
Mixin for Jackson.
- XmlMixinInfoDefault - Class in org.spincast.plugins.jacksonxml
-
An simple implementation of XmlMixinInfo.
- XmlMixinInfoDefault(Class<?>, Class<?>) - Constructor for class org.spincast.plugins.jacksonxml.XmlMixinInfoDefault
Z
- zipDirectory(File, File, boolean) - Method in interface org.spincast.core.utils.SpincastUtils
-
Zips a directory.
- zipDirectory(File, File, boolean) - Method in class org.spincast.core.utils.SpincastUtilsDefault
- zipExtract(File, File) - Method in interface org.spincast.core.utils.SpincastUtils
-
Extracts a .zip file to the specified directory.
- zipExtract(File, File) - Method in class org.spincast.core.utils.SpincastUtilsDefault
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form