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 StringCannot provide file for an entity body part.static StringContent method has already been invoked.static StringControls name can not be null.static StringEntityPart content is not set.static StringEntity instance does not contain the unconverted content.static StringEntity is empty.static String{0} charset is not supported.static StringUnsupported filename parameter {0}.static StringError parsing content disposition: {0}static StringERROR_READING_ENTITY(Object arg0) Error reading entity as {0}.static StringCannot change media type of a FormDataMultiPart instance.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableNO_AVAILABLE_MBR(Object arg0, Object arg1) static LocalizablelocalizableNO_AVAILABLE_MBW(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic StringMedia type is not text/plain.static StringMissing body part entity of type "{0}".static StringMissing media type of body part.static StringMust specify at least one body part.static StringNO_AVAILABLE_MBR(Object arg0, Object arg1) No available MessageBodyReader for class "{0}" and media type "{1}".static StringNO_AVAILABLE_MBW(Object arg0, Object arg1) No available MessageBodyWriter for class "{0}" and media type "{1}".static StringException occurred during parsing MultiPart message.static StringCannot create temporary files.static StringTEMP_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.
-