Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.simple.internal.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 String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
IOException thrown when trying to create simple server.static Localizable
static Localizable
static Localizable
static Localizable
static String
The URI must not be null.static String
The URI scheme should be 'http' when not using SSL.static String
The URI scheme should be 'https' when using SSL.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableWRONG_SCHEME_WHEN_USING_HTTP
-
WRONG_SCHEME_WHEN_USING_HTTP
The URI scheme should be 'http' when not using SSL. -
localizableWRONG_SCHEME_WHEN_USING_HTTPS
-
WRONG_SCHEME_WHEN_USING_HTTPS
The URI scheme should be 'https' when using SSL. -
localizableURI_CANNOT_BE_NULL
-
URI_CANNOT_BE_NULL
The URI must not be null. -
localizableERROR_WHEN_CREATING_SERVER
-
ERROR_WHEN_CREATING_SERVER
IOException thrown when trying to create simple server.
-