Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.media.multipart.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
Cannot provide file for an entity body part.static String
Controls name can not be null.static String
Entity instance does not contain the unconverted content.static String
Entity is empty.static String
Error parsing content disposition: {0}static String
ERROR_READING_ENTITY
(Object arg0) Error reading entity as {0}.static String
Cannot change media type of a FormDataMultiPart instance.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableNO_AVAILABLE_MBR
(Object arg0, Object arg1) static Localizable
localizableNO_AVAILABLE_MBW
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static String
Media type is not text/plain.static String
Missing body part entity of type "{0}".static String
Missing media type of body part.static String
Must specify at least one body part.static String
NO_AVAILABLE_MBR
(Object arg0, Object arg1) No available MessageBodyReader for class "{0}" and media type "{1}".static String
NO_AVAILABLE_MBW
(Object arg0, Object arg1) No available MessageBodyWriter for class "{0}" and media type "{1}".static String
Exception occurred during parsing MultiPart message.static String
Cannot create temporary files.static String
TEMP_FILE_NOT_DELETED
(Object arg0) Temporary file {0} was not deleted.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableERROR_PARSING_CONTENT_DISPOSITION
-
ERROR_PARSING_CONTENT_DISPOSITION
Error parsing content disposition: {0} -
localizableENTITY_HAS_WRONG_TYPE
-
ENTITY_HAS_WRONG_TYPE
Entity instance does not contain the unconverted content. -
localizableCANNOT_INJECT_FILE
-
CANNOT_INJECT_FILE
Cannot provide file for an entity body part. -
localizableMISSING_ENTITY_OF_BODY_PART
-
MISSING_ENTITY_OF_BODY_PART
Missing body part entity of type "{0}". -
localizableMISSING_MEDIA_TYPE_OF_BODY_PART
-
MISSING_MEDIA_TYPE_OF_BODY_PART
Missing media type of body part. -
localizableNO_AVAILABLE_MBW
-
NO_AVAILABLE_MBW
No available MessageBodyWriter for class "{0}" and media type "{1}". -
localizableTEMP_FILE_NOT_DELETED
-
TEMP_FILE_NOT_DELETED
Temporary file {0} was not deleted. -
localizableENTITY_IS_EMPTY
-
ENTITY_IS_EMPTY
Entity is empty. -
localizableMEDIA_TYPE_NOT_TEXT_PLAIN
-
MEDIA_TYPE_NOT_TEXT_PLAIN
Media type is not text/plain. -
localizableMUST_SPECIFY_BODY_PART
-
MUST_SPECIFY_BODY_PART
Must specify at least one body part. -
localizableNO_AVAILABLE_MBR
-
NO_AVAILABLE_MBR
No available MessageBodyReader for class "{0}" and media type "{1}". -
localizableCONTROL_NAME_CANNOT_BE_NULL
-
CONTROL_NAME_CANNOT_BE_NULL
Controls name can not be null. -
localizablePARSING_ERROR
-
PARSING_ERROR
Exception occurred during parsing MultiPart message. Performing cleanup. -
localizableERROR_READING_ENTITY
-
ERROR_READING_ENTITY
Error reading entity as {0}. -
localizableFORM_DATA_MULTIPART_CANNOT_CHANGE_MEDIATYPE
-
FORM_DATA_MULTIPART_CANNOT_CHANGE_MEDIATYPE
Cannot change media type of a FormDataMultiPart instance. -
localizableTEMP_FILE_CANNOT_BE_CREATED
-
TEMP_FILE_CANNOT_BE_CREATED
Cannot create temporary files. Multipart attachments will be limited to "{0}" bytes.
-