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 org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
localizableCDI_FAILED_LOADING
(Object arg0, Object arg1) static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
localizableCDI_TYPE_VETOED
(Object arg0, Object arg1)
-
Method Details
-
localizableCDI_LOOKUP_FAILED
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_LOOKUP_FAILED(Object arg0) -
CDI_LOOKUP_FAILED
Error when lookup instance of class, {0}, in CDI. -
localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED() -
CDI_BEAN_MANAGER_JNDI_LOOKUP_FAILED
Failed to obtain BeanManager from JNDI lookup. -
localizableCDI_CLASS_BEING_CHECKED
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_CLASS_BEING_CHECKED(Object arg0) -
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
public static org.glassfish.jersey.internal.l10n.Localizable 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_REQUEST_SCOPED_COMPONENTS_RECOGNIZED(Object arg0) -
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
public static org.glassfish.jersey.internal.l10n.Localizable 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_HK_2_BEAN_REGISTERED(Object arg0) -
CDI_HK_2_BEAN_REGISTERED
CDI beans backed by HK2 have been registered for the following types: {0} -
localizableCDI_CLASS_BOUND_WITH_CDI
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_CLASS_BOUND_WITH_CDI(Object arg0) -
CDI_CLASS_BOUND_WITH_CDI
Class, {0}, has been bound by Jersey CDI component provider. -
localizableCDI_PROVIDER_INITIALIZED
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_PROVIDER_INITIALIZED() -
CDI_PROVIDER_INITIALIZED
Jersey CDI component provider initialized. -
localizableCDI_NON_INSTANTIABLE_COMPONENT
public static org.glassfish.jersey.internal.l10n.Localizable localizableCDI_NON_INSTANTIABLE_COMPONENT(Object arg0) -
CDI_NON_INSTANTIABLE_COMPONENT
Component of class {0} cannot be instantiated and will be ignored.
-