Constant Field Values
Contents
ratpack.config.*
-
ratpack.config.ConfigDataBuilder Modifier and Type Constant Field Value public static final StringDEFAULT_ENV_PREFIX"RATPACK_"public static final StringDEFAULT_PROP_PREFIX"ratpack."
ratpack.core.*
-
ratpack.core.handling.RequestLogger Modifier and Type Constant Field Value public static final StringLOGGER_NAME"ratpack.request" -
ratpack.core.handling.ResponseTimer Modifier and Type Constant Field Value public static final StringHEADER_NAME"X-Response-Time"
-
ratpack.core.health.HealthCheckHandler Modifier and Type Constant Field Value public static final StringDEFAULT_NAME_TOKEN"name"
-
ratpack.core.http.MediaType Modifier and Type Constant Field Value public static final StringAPPLICATION_FORM"application/x-www-form-urlencoded"public static final StringAPPLICATION_JSON"application/json"public static final StringJSON_SUFFIX"+json"public static final StringPLAIN_TEXT_UTF8"text/plain;charset=utf-8"public static final StringTEXT_HTML"text/html"
-
ratpack.core.http.client.RequestSpec Modifier and Type Constant Field Value public static final intDEFAULT_MAX_REDIRECTS10
-
ratpack.core.server.BaseDir Modifier and Type Constant Field Value public static final StringDEFAULT_BASE_DIR_MARKER_FILE_PATH".ratpack" -
ratpack.core.server.ServerConfig Modifier and Type Constant Field Value public static final intDEFAULT_MAX_CHUNK_SIZE8192public static final intDEFAULT_MAX_CONTENT_LENGTH1048576public static final intDEFAULT_MAX_HEADER_SIZE8192public static final intDEFAULT_MAX_INITIAL_LINE_LENGTH4096public static final intDEFAULT_PORT5050
ratpack.dropwizard.*
-
ratpack.dropwizard.metrics.DropwizardMetricsModule Modifier and Type Constant Field Value public static final StringRATPACK_METRIC_REGISTRY"ratpack-metrics"
ratpack.exec.*
-
ratpack.exec.util.retry.AttemptRetryPolicyBuilder Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ATTEMPTS5
ratpack.func.*
-
ratpack.func.Utils Modifier and Type Constant Field Value public static final StringDEVELOPMENT_PROPERTY"ratpack.development"public static final StringGROOVY_MAIN"org.codehaus.groovy.tools.GroovyStarter"public static final StringINTELLIJ_JUNIT"com.intellij.rt.execution.junit.JUnitStarter"public static final StringINTELLIJ_MAIN"com.intellij.rt.execution.application.AppMain"public static final StringSUN_JAVA_COMMAND"sun.java.command"
ratpack.groovy.*
-
ratpack.groovy.Groovy.Script Modifier and Type Constant Field Value public static final StringDEFAULT_APP_PATH"ratpack.groovy"public static final StringDEFAULT_BINDINGS_PATH"bindings.groovy"public static final StringDEFAULT_HANDLERS_PATH"handlers.groovy"
ratpack.session.*
-
ratpack.session.SessionModule Modifier and Type Constant Field Value public static final StringLOCAL_MEMORY_SESSION_CACHE_BINDING_NAME"localMemorySessionCache"
ratpack.thymeleaf3.*
-
ratpack.thymeleaf3.ThymeleafModule Modifier and Type Constant Field Value public static final StringDEFAULT_TEMPLATE_MODE"HTML"public static final StringDEFAULT_TEMPLATE_PREFIX"thymeleaf"public static final StringDEFAULT_TEMPLATE_SUFFIX".html"