Interface ResteasyContextParameters
public interface ResteasyContextParameters
constant names of resteasy configuration variables within a servlet
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Set level of tracing information.static final String
Enable tracing support.static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
RESTEASY_PROVIDERS
- See Also:
-
RESTEASY_DISABLE_PROVIDERS
- See Also:
-
RESTEASY_USE_BUILTIN_PROVIDERS
- See Also:
-
RESTEASY_SCAN_PROVIDERS
- See Also:
-
RESTEASY_SCAN
- See Also:
-
RESTEASY_SCAN_RESOURCES
- See Also:
-
RESTEASY_JNDI_RESOURCES
- See Also:
-
RESTEASY_RESOURCES
- See Also:
-
RESTEASY_MEDIA_TYPE_MAPPINGS
- See Also:
-
RESTEASY_LANGUAGE_MAPPINGS
- See Also:
-
RESTEASY_MEDIA_TYPE_PARAM_MAPPING
- See Also:
-
RESTEASY_ROLE_BASED_SECURITY
- See Also:
-
RESTEASY_SCANNED_BY_DEPLOYER
- See Also:
-
RESTEASY_JNDI_COMPONENT_RESOURCES
- See Also:
-
RESTEASY_UNWRAPPED_EXCEPTIONS
- See Also:
-
RESTEASY_EXPAND_ENTITY_REFERENCES
- See Also:
-
RESTEASY_SECURE_PROCESSING_FEATURE
- See Also:
-
RESTEASY_DISABLE_DTDS
- See Also:
-
RESTEASY_GZIP_MAX_INPUT
- See Also:
-
RESTEASY_SECURE_RANDOM_MAX_USE
- See Also:
-
RESTEASY_ADD_CHARSET
- See Also:
-
RESTEASY_DISABLE_HTML_SANITIZER
- See Also:
-
RESTEASY_ORIGINAL_WEBAPPLICATIONEXCEPTION_BEHAVIOR
- See Also:
-
RESTEASY_TRACING_TYPE
Enable tracing support.It allows service developer to get diagnostic information about request processing by RESTEasy. Those diagnostic/tracing information are returned in response headers (
X-RESTEasy-Tracing-nnn
). The feature should not be switched on on production environment.Allowed values:
OFF
- tracing support is disabled.ON_DEMAND
- tracing support is in 'stand by' mode, it is enabled on demand by existence of request HTTP headerALL
- tracing support is enabled for every request.
String
. The default value is"OFF"
.The name of the configuration property is
"resteasy.server.tracing.type"
.- See Also:
-
RESTEASY_TRACING_TYPE_OFF
- See Also:
-
RESTEASY_TRACING_TYPE_ALL
- See Also:
-
RESTEASY_TRACING_TYPE_ON_DEMAND
- See Also:
-
RESTEASY_TRACING_THRESHOLD
Set level of tracing information.The property allows to set application default level o diagnostic information. Tracing level can be changed for each request by specifying request HTTP header
X-RESTEasy-Tracing-Threshold
.Allowed values:
SUMMARY
TRACE
VERBOSE
String
. The default value is"TRACE"
.The name of the configuration property is
"resteasy.server.tracing.threshold"
.- See Also:
-
RESTEASY_TRACING_LEVEL_SUMMARY
- See Also:
-
RESTEASY_TRACING_LEVEL_TRACE
- See Also:
-
RESTEASY_TRACING_LEVEL_VERBOSE
- See Also:
-
RESTEASY_TRACING_INSTANCE
- See Also:
-
RESTEASY_SCANNED_RESOURCES
- See Also:
-
RESTEASY_SCANNED_RESOURCE_CLASSES_WITH_BUILDER
- See Also:
-
RESTEASY_SCANNED_PROVIDERS
- See Also:
-
RESTEASY_SCANNED_JNDI_RESOURCES
- See Also:
-
RESTEASY_CONTEXT_OBJECTS
- See Also:
-
RESTEASY_USE_CONTAINER_FORM_PARAMS
- See Also:
-
RESTEASY_DEPLOYMENTS
- See Also:
-
RESTEASY_SERVLET_MAPPING_PREFIX
- See Also:
-
RESTEASY_WIDER_REQUEST_MATCHING
- See Also:
-
RESTEASY_PREFER_JACKSON_OVER_JSONB
- See Also:
-
RESTEASY_PATCH_FILTER_DISABLED
- See Also:
-
RESTEASY_PATCH_FILTER_LEGACY
- See Also:
-
RESTEASY_STATISTICS_ENABLED
- See Also:
-
RESTEASY_FAIL_FAST_ON_MULTIPLE_RESOURCES_MATCHING
- See Also:
-
RESTEASY_MATCH_CACHE_ENABLED
- See Also:
-
RESTEASY_MATCH_CACHE_SIZE
- See Also:
-
RESTEASY_PROXY_IMPLEMENT_ALL_INTERFACES
- See Also:
-