public.javadoc.constant-values.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
Constant Field Values (org.spincast:spincast-framework 1.13.0 API)
org.spincast.*
-
org.spincast.core.config.SpincastConstants
Modifier and Type
Constant Field
Value
public static final String
WEBSOCKET_V13_MAGIC_NUMBER
"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
-
org.spincast.core.config.SpincastConstants.HttpHeadersExtra
Modifier and Type
Constant Field
Value
public static final String
SEC_WEBSOCKET_ACCEPT
"Sec-WebSocket-Accept"
public static final String
SEC_WEBSOCKET_KEY
"Sec-WebSocket-Key"
public static final String
SEC_WEBSOCKET_LOCATION
"Sec-WebSocket-Location"
public static final String
SEC_WEBSOCKET_VERSION
"Sec-WebSocket-Version"
public static final String
X_FORWARDED_HOST
"X-Forwarded-Host"
public static final String
X_FORWARDED_PORT
"X-Forwarded-Port"
-
org.spincast.core.config.SpincastConstants.ResponseModelVariables
Modifier and Type
Constant Field
Value
public static final String
DEFAULT_RESPONSE_MODEL_VAR_ALERTS
"alerts"
-
-
org.spincast.core.exchange.ResponseRequestContextAddon<R extends RequestContext<?>>
Modifier and Type
Constant Field
Value
public static final String
RESOURCE_TO_PUSH_PLACEHOLDERS_CACHE_BUSTER
"${cacheBuster}"
-
org.spincast.core.request.FormDefault
Modifier and Type
Constant Field
Value
public static final String
ELEMENT_KEYS_HAS_ERRORS
"hasErrors"
public static final String
ELEMENT_KEYS_HAS_SUCCESSES
"hasSuccesses"
public static final String
ELEMENT_KEYS_HAS_WARNINGS
"hasWarnings"
public static final String
ELEMENT_KEYS_IS_VALID
"isValid"
-
org.spincast.core.routing.Router<R extends RequestContext<?>,W extends WebsocketContext<?>>
Modifier and Type
Constant Field
Value
public static final String
DEFAULT_ROUTE_PATH
"/*{path}"
-
org.spincast.plugins.config.SpincastConfigDefault
Modifier and Type
Constant Field
Value
public static final String
ENVIRONMENT_NAME_DEFAULT
"local"
-
org.spincast.plugins.config.SpincastConfigPluginConfigDefault
Modifier and Type
Constant Field
Value
public static final String
CONFIG_FILE_NAME_DEFAULT
"app-config.yaml"
public static final String
PREFIX_DEFAULT
"app."
-
org.spincast.plugins.cssyuicompressor.SpincastCssYuiCompressorPebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
CSS_BUNDLE_FUNCTION_ARG_DISABLE_CACHE_BUSTING
"--spincast-no-cache-busting"
public static final String
CSS_BUNDLE_FUNCTION_ARG_LINE_BREAK_POS
"--line-break-pos"
-
org.spincast.plugins.dateformatter.SpincastDateFormatterPebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
FILTER_NAME_DATE_FORMAT
"dateFormat"
-
org.spincast.plugins.formsprotection.pebble.SpincastFormsProtectionPebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
FONCTION_NAME_FORM_CSRF_PROTECTTION_FIELD_NAME
"formCsrfProtectionFieldName"
public static final String
FONCTION_NAME_FORM_CSRF_PROTECTTION_FIELD_VALUE
"formCsrfProtectionFieldValue"
public static final String
FONCTION_NAME_FORM_DOUBLE_SUBMIT_DISABLE_PROTECTION_FIELD_NAME
"formDoubleSubmitDisableProtectionFieldName"
public static final String
FONCTION_NAME_FORM_DOUBLE_SUBMIT_PROTECTION_FIELD_NAME
"formDoubleSubmitProtectionFieldName"
public static final String
FONCTION_NAME_FORM_DOUBLE_SUBMIT_PROTECTION_FIELD_VALUE
"formDoubleSubmitProtectionFieldValue"
-
org.spincast.plugins.gson.serializers.EnumSerializer
Modifier and Type
Constant Field
Value
public static final String
ENUM_SERIALIZER_FIELD_NAME_LABEL
"label"
public static final String
ENUM_SERIALIZER_FIELD_NAME_NAME
"name"
-
org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault
Modifier and Type
Constant Field
Value
protected static final String
THIS_CLASS_NAME
"org.spincast.plugins.hotswap.classeswatcher.HotSwapClassesRedefinitionsWatcherDefault"
-
org.spincast.plugins.jacksonjson.SpincastJsonManager
Modifier and Type
Constant Field
Value
public static final String
ENUM_SERIALIZER_FIELD_NAME_LABEL
"label"
public static final String
ENUM_SERIALIZER_FIELD_NAME_NAME
"name"
-
org.spincast.plugins.jacksonxml.SpincastXmlPrettyPrinter
Modifier and Type
Constant Field
Value
protected static final long
serialVersionUID
1L
-
org.spincast.plugins.jdbc.utils.BasicFormatterImpl
Modifier and Type
Constant Field
Value
public static final String
WHITESPACE
" \n\r\f\t"
-
org.spincast.plugins.jsclosurecompiler.SpincastJsClosureCompilerPebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
JS_BUNDLE_FUNCTION_ARG_DISABLE_CACHE_BUSTING
"--spincast-no-cache-busting"
-
org.spincast.plugins.pebble.SpincastMainPebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
FILTER_NAME_BOOLEAN
"boolean"
public static final String
FILTER_NAME_CHECKED
"checked"
public static final String
FILTER_NAME_ESCAPE_BUT_REPLACE_NEWLINE_BY_BR
"newline2br"
public static final String
FILTER_NAME_SELECTED
"selected"
public static final String
FILTER_NAME_VALIDATION_CLASS
"validationClass"
public static final String
FILTER_NAME_VALIDATION_FRESH
"validationFresh"
public static final String
FILTER_NAME_VALIDATION_GET
"get"
public static final String
FILTER_NAME_VALIDATION_GROUP_MESSAGES
"validationGroupMessages"
public static final String
FILTER_NAME_VALIDATION_HAS_ERRORS
"validationHasErrors"
public static final String
FILTER_NAME_VALIDATION_HAS_SUCCESSES
"validationHasSuccesses"
public static final String
FILTER_NAME_VALIDATION_HAS_WARNINGS
"validationHasWarnings"
public static final String
FILTER_NAME_VALIDATION_IS_VALID
"validationIsValid"
public static final String
FILTER_NAME_VALIDATION_MESSAGES
"validationMessages"
public static final String
FILTER_NAME_VALIDATION_SUBMITTED
"validationSubmitted"
public static final String
FUNCTION_NAME_MESSAGE
"msg"
public static final String
FUNCTION_NAME_QUERYSTRING_APPEND
"querystring"
public static final String
FUNCTION_NAME_QUERYSTRING_TO_HIDDEN_FIELDS
"querystringToHiddenFields"
public static final String
FUNCTION_NAME_ROUTE
"isRoute"
public static final String
FUNCTION_NAME_ROUTE_ID
"isRouteId"
public static final String
FUNCTION_NAME_VALIDATION_GET
"get"
public static final String
FUNCTION_NAME_VALIDATION_JS_ONE_LINE
"jsOneLine"
-
org.spincast.plugins.response.SpincastResponseRequestContextAddon<R extends RequestContext<?>>
Modifier and Type
Constant Field
Value
protected static final boolean
IS_RESPONSE_CHARACTERS_BASED_BY_DEFAULT
false
-
org.spincast.plugins.session.SpincastSessionFilter
Modifier and Type
Constant Field
Value
public static final String
ROUTE_ID_AFTER_FILTER
"sessionAfterFilter"
public static final String
ROUTE_ID_BEFORE_FILTER
"sessionBeforeFilter"
-
org.spincast.plugins.timezoneresolver.SpincastTimeZonePebbleExtensionDefault
Modifier and Type
Constant Field
Value
public static final String
FONCTION_NAME_TIMEZONE_COOKIE
"timeZoneCookie"
-
org.spincast.plugins.undertow.SpincastUndertowServer
Modifier and Type
Constant Field
Value
public static final String
UNDERTOW_EXCEPTION_CODE_REQUEST_TOO_LARGE
"UT000020"
-
org.spincast.testing.core.utils.SpincastTestingUtils
Modifier and Type
Constant Field
Value
public static final String
TEST_STRING
"\u201b\'\u00ef\u0153\ud84c\udfb4\ud840\udc0b\u16a1\u0160\u0161\u00c8\u00c6\u00e6\u00d0\u00f0\ud834\udd58\ud834\udd65\ud834\udd6f\u2019"
public static final String
TEST_STRING_LONG
"\u201b\'\u00ef\u0153\ud84c\udfb4\ud840\udc0b\u16a1\u0160\u0161\u00c8\u00c6\u00e6\u00d0\u00f0\ud834\udd58\ud834\udd65\ud834\udd6f\u20190123456789asasdnalfh23uio4y4213ralksfan394u2348902ursdfjsdfj2534tuuegjdfgjdfgdgjmelfj234i2jsdjfsdjgdlkgjdlkfgjdgj9dgh09fgdhfdgksdjfasdfkasdf858656"
-
org.spincast.testing.junitrunner.SpincastJUnitRunner
Modifier and Type
Constant Field
Value
public static final String
SPINCAST_TEST_NAME_AFTER_CLASS_LOOPS_EXCEPTION
"[Spincast] afterClassLoops method validation"
public static final String
SPINCAST_TEST_NAME_AFTER_CLASS_METHOD_VALIDATION
"[Spincast] afterClass method validation"
public static final String
SPINCAST_TEST_NAME_BEFORE_CLASS_METHOD_VALIDATION
"[Spincast] beforeClass method validation"
Copyright © 2019. All rights reserved.