Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.media.multipart.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Cannot provide file for an entity body part.static String
Content method has already been invoked.static String
Controls name can not be null.static String
EntityPart content is not set.static String
Entity instance does not contain the unconverted content.static String
Entity is empty.static String
{0} charset is not supported.static String
Unsupported filename parameter {0}.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
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.
-
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. -
localizableERROR_CHARSET_UNSUPPORTED
-
ERROR_CHARSET_UNSUPPORTED
{0} charset is not supported. -
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. -
localizableENTITY_CONTENT_NOT_SET
-
ENTITY_CONTENT_NOT_SET
EntityPart content is not set. -
localizableERROR_FILENAME_UNSUPPORTED
-
ERROR_FILENAME_UNSUPPORTED
Unsupported filename parameter {0}. -
localizableCONTENT_HAS_BEEN_ALREADY_READ
-
CONTENT_HAS_BEEN_ALREADY_READ
Content method has already been invoked. -
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.
-