Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.ext.cdi1x.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Failed to obtain BeanManager from JNDI lookup.static String
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans.static String
Class, {0}, is being checked with Jersey CDI component provider.static String
Class, {0}, has been bound by Jersey CDI component provider.static String
CDI_FAILED_LOADING
(Object arg0, Object arg1) CDI failed instantiating the class {0} with {1}, falling back to HK2.static String
CDI beans backed by HK2 have been registered for the following types: {0}static String
CDI_LOOKUP_FAILED
(Object arg0) Error when lookup instance of class, {0}, in CDI.static String
Trying to register multiple service locators into single service locator application.static String
Component of class {0} cannot be instantiated and will be ignored.static String
Jersey CDI component provider initialized.static String
The following CDI types were recognized as request scoped components in Jersey: {0}.static String
CDI_TYPE_VETOED
(Object arg0, Object arg1) The following types have been vetoed by Jersey as per {0} configuration: {1}static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableCDI_FAILED_LOADING
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableCDI_TYPE_VETOED
(Object arg0, Object arg1)
-
Method Details
-
localizableCDI_LOOKUP_FAILED
-
CDI_LOOKUP_FAILED
Error when lookup instance of class, {0}, in CDI. -
localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED
-
CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED
Failed to obtain BeanManager from JNDI lookup. -
localizableCDI_CLASS_BEING_CHECKED
-
CDI_CLASS_BEING_CHECKED
Class, {0}, is being checked with Jersey CDI component provider. -
localizableCDI_FAILED_LOADING
-
CDI_FAILED_LOADING
CDI failed instantiating the class {0} with {1}, falling back to HK2. -
localizableCDI_CLASS_ANALYZER_MISUSED
-
CDI_CLASS_ANALYZER_MISUSED
Jersey CDI class analyzer is supposed to be used only for field and method inspection when injecting CDI beans. -
localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED
-
CDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED
The following CDI types were recognized as request scoped components in Jersey: {0}. -
localizableCDI_TYPE_VETOED
-
CDI_TYPE_VETOED
The following types have been vetoed by Jersey as per {0} configuration: {1} -
localizableCDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP
-
CDI_MULTIPLE_LOCATORS_INTO_SIMPLE_APP
Trying to register multiple service locators into single service locator application. -
localizableCDI_HK_2_BEAN_REGISTERED
-
CDI_HK_2_BEAN_REGISTERED
CDI beans backed by HK2 have been registered for the following types: {0} -
localizableCDI_CLASS_BOUND_WITH_CDI
-
CDI_CLASS_BOUND_WITH_CDI
Class, {0}, has been bound by Jersey CDI component provider. -
localizableCDI_PROVIDER_INITIALIZED
-
CDI_PROVIDER_INITIALIZED
Jersey CDI component provider initialized. -
localizableCDI_NON_INSTANTIABLE_COMPONENT
-
CDI_NON_INSTANTIABLE_COMPONENT
Component of class {0} cannot be instantiated and will be ignored.
-