Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.jetty.connector.LocalizationMessages
-
@Generated("com.sun.istack.maven.ResourceGenMojo") public final class LocalizationMessages extends java.lang.Object
Defines string formatting method for each constant in the resource file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LocalizationMessages.BundleSupplier
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
BUNDLE_NAME
private static Localizer
LOCALIZER
private static LocalizableMessageFactory
MESSAGE_FACTORY
-
Constructor Summary
Constructors Constructor Description LocalizationMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
EXPECTED_CONNECTOR_PROVIDER_NOT_USED()
The supplied component is not configured to use a JettyConnectorProvider.static java.lang.String
INVALID_CONFIGURABLE_COMPONENT_TYPE(java.lang.Object arg0)
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static Localizable
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED()
static Localizable
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(java.lang.Object arg0)
static Localizable
localizableMETHOD_NOT_SUPPORTED(java.lang.Object arg0)
static Localizable
localizableWRONG_PROXY_URI_TYPE(java.lang.Object arg0)
static java.lang.String
METHOD_NOT_SUPPORTED(java.lang.Object arg0)
Method {0} not supported.static java.lang.String
WRONG_PROXY_URI_TYPE(java.lang.Object arg0)
The proxy URI ("{0}") property MUST be an instance of String or URI.
-
-
-
Field Detail
-
BUNDLE_NAME
private static final java.lang.String BUNDLE_NAME
- See Also:
- Constant Field Values
-
MESSAGE_FACTORY
private static final LocalizableMessageFactory MESSAGE_FACTORY
-
LOCALIZER
private static final Localizer LOCALIZER
-
-
Method Detail
-
localizableWRONG_PROXY_URI_TYPE
public static Localizable localizableWRONG_PROXY_URI_TYPE(java.lang.Object arg0)
-
WRONG_PROXY_URI_TYPE
public static java.lang.String WRONG_PROXY_URI_TYPE(java.lang.Object arg0)
The proxy URI ("{0}") property MUST be an instance of String or URI.
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
public static Localizable localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(java.lang.Object arg0)
-
INVALID_CONFIGURABLE_COMPONENT_TYPE
public static java.lang.String INVALID_CONFIGURABLE_COMPONENT_TYPE(java.lang.Object arg0)
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
-
localizableMETHOD_NOT_SUPPORTED
public static Localizable localizableMETHOD_NOT_SUPPORTED(java.lang.Object arg0)
-
METHOD_NOT_SUPPORTED
public static java.lang.String METHOD_NOT_SUPPORTED(java.lang.Object arg0)
Method {0} not supported.
-
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
public static Localizable localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED()
-
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
public static java.lang.String EXPECTED_CONNECTOR_PROVIDER_NOT_USED()
The supplied component is not configured to use a JettyConnectorProvider.
-
-