org.jboss.resteasy.plugins.providers.multipart.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
couldFindNoContentDispositionHeader() |
String |
couldNotParseContentDisposition(org.apache.james.mime4j.parser.Field field) |
String |
dataSourceRepresentsXopMessagePart() |
String |
exceptionWhileExtractionAttachment(String cid) |
String |
hadToWriteMultipartOutput(MultipartOutput multipartOutput,
AbstractMultipartWriter writer,
Class<?> clazz) |
String |
noAttachmentFound(String cid,
String contentId) |
String |
notMeantForStandaloneUsage() |
String |
receivedGenericType(MessageBodyReader<?> reader,
Type genericType,
Class<?> clazz) |
String |
swaRefsNotSupported() |
String |
unableToFindMessageBodyReader(MediaType mediaType,
String type) |
String |
unableToGetBoundary() |
String |
urlEncoderDoesNotSupportUtf8() |
static final Messages MESSAGES
static final int BASE
@Message(id=5000, value="Could find no Content-Disposition header within part") String couldFindNoContentDispositionHeader()
@Message(id=5005, value="Could not parse Content-Disposition for MultipartFormData: {0}", format=MESSAGE_FORMAT) String couldNotParseContentDisposition(org.apache.james.mime4j.parser.Field field)
@Message(id=5010, value="This DataSource represents an incoming xop message part. Getting an OutputStream on it is not allowed.") String dataSourceRepresentsXopMessagePart()
@Message(id=5015, value="Exception while extracting attachment with cid = %s from xop message to a byte[].") String exceptionWhileExtractionAttachment(String cid)
@Message(id=5020, value="Had to write out multipartoutput = {0} with writer = {1} but this writer can only handle {2}", format=MESSAGE_FORMAT) String hadToWriteMultipartOutput(MultipartOutput multipartOutput, AbstractMultipartWriter writer, Class<?> clazz)
@Message(id=5025, value="No attachment with cid = {0} (Content-ID = {1}) found in xop message.", format=MESSAGE_FORMAT) String noAttachmentFound(String cid, String contentId)
@Message(id=5030, value="This provider and this method are not meant for stand alone usage.") String notMeantForStandaloneUsage()
@Message(id=5035, value="Reader = {0} received genericType = {1}, but it is not instance of {2}", format=MESSAGE_FORMAT) String receivedGenericType(MessageBodyReader<?> reader, Type genericType, Class<?> clazz)
@Message(id=5040, value="SwaRefs are not supported in xop creation.") String swaRefsNotSupported()
@Message(id=5045, value="Unable to find a MessageBodyReader for media type: {0} and class type {1}", format=MESSAGE_FORMAT) String unableToFindMessageBodyReader(MediaType mediaType, String type)
@Message(id=5050, value="Unable to get boundary for multipart") String unableToGetBoundary()
@Message(id=5055, value="java.net.URLEncoder does not support UTF-8 encoding") String urlEncoderDoesNotSupportUtf8()
Copyright © 2016. All Rights Reserved.