Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.servlet.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringAsynchronous processing not supported on Servlet 2.x container.static StringEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1) I/O exception occurred while sending "{0}/{1}" error response.static StringThe root of the app was not properly defined.static StringFORM_PARAM_CONSUMED(Object arg0) A servlet request to the URI {0} contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters.static StringAttempt to read the header value failed.static StringINIT_PARAM_REGEX_SYNTAX_INVALID(Object arg0, Object arg1) The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}".static StringJERSEY_APP_MAPPING_CONFLICT(Object arg0, Object arg1) Mapping conflict.static StringJERSEY_APP_NO_MAPPING(Object arg0) The Jersey servlet application, named {0}, has no servlet mapping.static StringJERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object arg0, Object arg1) The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.static StringRegistering the Jersey servlet application, named {0}, with the Application class of the same name.static StringJERSEY_APP_REGISTERED_CLASSES(Object arg0, Object arg1) Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}static StringJERSEY_APP_REGISTERED_MAPPING(Object arg0, Object arg1) Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.static Localizablestatic LocalizablelocalizableEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableINIT_PARAM_REGEX_SYNTAX_INVALID(Object arg0, Object arg1) static LocalizablelocalizableJERSEY_APP_MAPPING_CONFLICT(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableJERSEY_APP_REGISTERED_CLASSES(Object arg0, Object arg1) static LocalizablelocalizableJERSEY_APP_REGISTERED_MAPPING(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableSERVLET_PATH_MISMATCH(Object arg0, Object arg1) static Localizablestatic StringNO_THREAD_LOCAL_VALUE(Object arg0) No thread local value in scope for proxy of {0}.static StringPersistence unit "{0}" is not configured as a servlet parameter in web.xml.static StringRESOURCE_CONFIG_PARENT_CLASS_INVALID(Object arg0, Object arg1) Resource configuration class {0} is not a subclass of {1}.static StringResource configuration class {0} could not be loaded.static StringServlet request has been put into asynchronous mode by an external force.static StringSERVLET_PATH_MISMATCH(Object arg0, Object arg1) The servlet path {0} does not start with the filter context path {1}.static StringAttempt to put servlet request into asynchronous mode has failed.
-
Method Details
-
localizableJERSEY_APP_MAPPING_CONFLICT
-
JERSEY_APP_MAPPING_CONFLICT
Mapping conflict. A Servlet registration exists with same mapping as the Jersey servlet application, named {0}, at the servlet mapping, {1}. -
localizableJERSEY_APP_REGISTERED_MAPPING
-
JERSEY_APP_REGISTERED_MAPPING
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name. -
localizableHEADER_VALUE_READ_FAILED
-
HEADER_VALUE_READ_FAILED
Attempt to read the header value failed. -
localizableFILTER_CONTEXT_PATH_MISSING
-
FILTER_CONTEXT_PATH_MISSING
The root of the app was not properly defined. Either use a Servlet 3.x container or add an init-param 'jersey.config.servlet.filter.contextPath' to the filter configuration. Due to Servlet 2.x API, Jersey cannot determine the request base URI solely from the ServletContext. The application will most likely not work. -
localizableNO_THREAD_LOCAL_VALUE
-
NO_THREAD_LOCAL_VALUE
No thread local value in scope for proxy of {0}. -
localizableSERVLET_PATH_MISMATCH
-
SERVLET_PATH_MISMATCH
The servlet path {0} does not start with the filter context path {1}. -
localizableJERSEY_APP_REGISTERED_CLASSES
-
JERSEY_APP_REGISTERED_CLASSES
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1} -
localizableJERSEY_APP_NO_MAPPING
-
JERSEY_APP_NO_MAPPING
The Jersey servlet application, named {0}, has no servlet mapping. -
localizableSERVLET_ASYNC_CONTEXT_ALREADY_STARTED
-
SERVLET_ASYNC_CONTEXT_ALREADY_STARTED
Servlet request has been put into asynchronous mode by an external force. Proceeding with the existing AsyncContext instance, but cannot guarantee the correct behavior of JAX-RS AsyncResponse time-out support. -
localizableRESOURCE_CONFIG_UNABLE_TO_LOAD
-
RESOURCE_CONFIG_UNABLE_TO_LOAD
Resource configuration class {0} could not be loaded. -
localizablePERSISTENCE_UNIT_NOT_CONFIGURED
-
PERSISTENCE_UNIT_NOT_CONFIGURED
Persistence unit "{0}" is not configured as a servlet parameter in web.xml. -
localizableJERSEY_APP_NO_MAPPING_OR_ANNOTATION
-
JERSEY_APP_NO_MAPPING_OR_ANNOTATION
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping. -
localizableEXCEPTION_SENDING_ERROR_RESPONSE
-
EXCEPTION_SENDING_ERROR_RESPONSE
I/O exception occurred while sending "{0}/{1}" error response. -
localizableFORM_PARAM_CONSUMED
-
FORM_PARAM_CONSUMED
A servlet request to the URI {0} contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected. -
localizableSERVLET_REQUEST_SUSPEND_FAILED
-
SERVLET_REQUEST_SUSPEND_FAILED
Attempt to put servlet request into asynchronous mode has failed. Please check your servlet configuration - all Servlet instances and Servlet filters involved in the request processing must explicitly declare support for asynchronous request processing. -
localizableINIT_PARAM_REGEX_SYNTAX_INVALID
-
INIT_PARAM_REGEX_SYNTAX_INVALID
The syntax is invalid for the regular expression "{0}" associated with the initialization parameter "{1}". -
localizableASYNC_PROCESSING_NOT_SUPPORTED
-
ASYNC_PROCESSING_NOT_SUPPORTED
Asynchronous processing not supported on Servlet 2.x container. -
localizableJERSEY_APP_REGISTERED_APPLICATION
-
JERSEY_APP_REGISTERED_APPLICATION
Registering the Jersey servlet application, named {0}, with the Application class of the same name. -
localizableRESOURCE_CONFIG_PARENT_CLASS_INVALID
-
RESOURCE_CONFIG_PARENT_CLASS_INVALID
Resource configuration class {0} is not a subclass of {1}.
-