Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jetty.connector.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Localizerprivate static final LocalizableMessageFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe supplied component is not configured to use a JettyConnectorProvider.static StringThe supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringMETHOD_NOT_SUPPORTED(Object arg0) Method {0} not supported.static StringWRONG_PROXY_URI_TYPE(Object arg0) The proxy URI ("{0}") property MUST be an instance of String or URI.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableWRONG_PROXY_URI_TYPE
-
WRONG_PROXY_URI_TYPE
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
-
INVALID_CONFIGURABLE_COMPONENT_TYPE
-
localizableMETHOD_NOT_SUPPORTED
-
METHOD_NOT_SUPPORTED
-
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
-
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a JettyConnectorProvider.
-