public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
accept
The name of the Accept HTTP header
|
static String |
accounting_management
The configuration name of
AccountingManagers. |
static String |
allow
The name of the Allow HTTP header
|
static String |
application_handlers_file_name |
static String |
application_json
The name of the Json media type.
|
static int |
application_republish_frequency_in_minutes |
static String |
application_xhtml
The name of the XHTML media type.
|
static String |
application_xml
The name of the XML media type.
|
static String |
authorization_header
The name of the HTTP header for standard HTTP basic authorization
|
static String |
called_method_header
The name of the HTTP header that contains the called method of the current request
|
static String |
configuration_file_path
The application configuration resource path.
|
static String |
container_configuraton_file_path
The container configuration file path, relative to the container configuration directory.
|
static String |
container_handlers_file_name |
static String |
container_handlers_file_path
The container lifecycle configuration resource path.
|
static String |
container_profile_file_path
The path of the application profile file, relative to the container configuration directory.
|
static String |
container_profile_file_path_copy |
static String |
container_profile_property
The name of the context property that contains the node profile.
|
static String |
content_type
The name of the Content-Type HTTP header
|
static String |
context_attribute
The name of the attribute in the servlet context that contains the context of an application.
|
static long |
default_container_publication_frequency_in_seconds
The default value of for the container publication frequency.
|
static String |
default_extensions_file_path
The default application extensions configuration resource path.
|
static String |
default_handlers_file_path
The default application lifecycle configuration resource path.
|
static String |
extensions_file_path
The application extensions configuration resource path.
|
static String |
frontpage_file_path
The application frontpage resource path.
|
static String |
ghn_home_env
The environment variable that points to the container configuration directory.
|
static String |
ghn_home_property
The system property that points to the container configuration directory.
|
static String |
handlers_file_path
The application lifecycle configuration resource path.
|
static String |
library_configuration_file_path
The library configuration resource path.
|
static String |
plain_text
jar
The name of the XML media type.
|
static String |
profile_file_path
The path of the application profile file, relative to the service configuration directory.
|
static String |
profile_management
The configuration name of
ProfileManagers. |
static String |
profile_property
The name of the context property that contains the endpoint profile.
|
static String |
remote_management
The configuration name of
RemoteResources. |
static String |
request_accounting
The configuration name of
RequestAccountings. |
static String |
request_context_retriever
The configuration name of
RequestValidators. |
static String |
request_validation
The configuration name of
RequestValidators. |
static String |
root_mapping
The mapping root of all extensions.
|
static String |
scope_header
The name of the HTTP header that contains the scope of requests
|
static String |
token_header
The name of the HTTP header that contains the authorization token of requests
|
static String |
token_registered
The event for token registration for app.
|
static String |
token_removed
The event for token removal for app.
|
static String |
WILDCARD
The wildcard exclude directive.
|
| Constructor and Description |
|---|
Constants() |
public static final String ghn_home_env
public static final String ghn_home_property
public static final String container_configuraton_file_path
public static final String container_profile_file_path
public static final String container_profile_file_path_copy
public static final String container_handlers_file_path
public static final String container_handlers_file_name
public static final String library_configuration_file_path
public static final String container_profile_property
public static final long default_container_publication_frequency_in_seconds
public static final String configuration_file_path
public static final String handlers_file_path
public static final String default_handlers_file_path
public static final String application_handlers_file_name
public static final String WILDCARD
public static final String root_mapping
public static final String extensions_file_path
public static final String default_extensions_file_path
public static final String frontpage_file_path
public static final String profile_management
ProfileManagers.public static final String request_validation
RequestValidators.public static final String request_context_retriever
RequestValidators.public static final String accounting_management
AccountingManagers.public static final String request_accounting
RequestAccountings.public static final String remote_management
RemoteResources.public static final String profile_file_path
public static final String profile_property
public static final String context_attribute
public static final String scope_header
public static final String token_header
public static final String token_registered
public static final String token_removed
public static final String authorization_header
public static final String called_method_header
public static final String content_type
public static final String accept
public static final String allow
public static final String plain_text
public static final String application_xml
public static final String application_xhtml
public static final String application_json
public static final int application_republish_frequency_in_minutes
Copyright © 2019. All Rights Reserved.