Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.server.spring.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringBEAN_REGISTERED(Object arg0) Spring managed bean, {0}, registered with HK2.static StringSpring context lookup failed, skipping spring component provider initialization.static StringSpring context lookup started.static StringSpring context lookup done.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringNo beans found.static StringNone or multiple beans found in Spring context for type {0}, skipping the type.static StringCannot ask for request attributes - request is not active anymore!static StringRegistering Spring ContextLoaderListenerstatic StringPresuming Spring ContextLoaderListener was manually registered.static StringSpring component provider initialized.
-
Method Details
-
localizableNONE_OR_MULTIPLE_BEANS_AVAILABLE
-
NONE_OR_MULTIPLE_BEANS_AVAILABLE
None or multiple beans found in Spring context for type {0}, skipping the type. -
localizableCTX_LOOKUP_STARTED
-
CTX_LOOKUP_STARTED
Spring context lookup started. -
localizableREGISTERING_CTX_LOADER_LISTENER
-
REGISTERING_CTX_LOADER_LISTENER
Registering Spring ContextLoaderListener -
localizableNOT_IN_REQUEST_SCOPE
-
NOT_IN_REQUEST_SCOPE
Cannot ask for request attributes - request is not active anymore! -
localizableSPRING_COMPONENT_PROVIDER_INITIALIZED
-
SPRING_COMPONENT_PROVIDER_INITIALIZED
Spring component provider initialized. -
localizableSKIPPING_CTX_LODAER_LISTENER_REGISTRATION
-
SKIPPING_CTX_LODAER_LISTENER_REGISTRATION
Presuming Spring ContextLoaderListener was manually registered. Skipping context loader registration. -
localizableCTX_LOOKUP_FAILED
-
CTX_LOOKUP_FAILED
Spring context lookup failed, skipping spring component provider initialization. -
localizableBEAN_REGISTERED
-
BEAN_REGISTERED
Spring managed bean, {0}, registered with HK2. -
localizableNO_BEANS_FOUND_FOR_TYPE
-
NO_BEANS_FOUND_FOR_TYPE
No beans found. Resolution failed for type {0}. -
localizableCTX_LOOKUP_SUCESSFUL
-
CTX_LOOKUP_SUCESSFUL
Spring context lookup done.
-