org.jboss.resteasy.plugins.spring.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 |
cannotUseScanParameters() |
String |
couldNotConvertBeanToClass(String bean) |
String |
couldNotFindMessageBodyReader(Type type,
MediaType mediaType) |
String |
couldNotFindTypeForBean(String bean) |
String |
couldNotRetrieveBean(String bean) |
String |
dispatcherIsNull() |
String |
pathNotInitialRequest(String path) |
String |
providerFactoryIsNull() |
String |
providerIsNotSingleton(String provider) |
String |
registryIsNull() |
String |
resourceFailure(String message) |
String |
resourceNotFound(String message) |
String |
resteasyHandlerMappingHasDefaultOrder() |
static final Messages MESSAGES
static final int BASE
@Message(id=11000, value="You cannot use resteasy.scan, resteasy.scan.resources, or resteasy.scan.providers with the SpringContextLoaderLister as this may cause serious deployment errors in your application") String cannotUseScanParameters()
@Message(id=11005, value="Could not convert \"%s\" to a class.") String couldNotConvertBeanToClass(String bean)
@Message(id=11010, value="Could not find message body reader for type: {0} of content type: {1}", format=MESSAGE_FORMAT) String couldNotFindMessageBodyReader(Type type, MediaType mediaType)
@Message(id=11015, value="could not find the type for bean named %s") String couldNotFindTypeForBean(String bean)
@Message(id=11020, value="Could not retrieve bean %s") String couldNotRetrieveBean(String bean)
@Message(id=11025, value="RESTeasy Dispatcher is null, do you have the ResteasyBootstrap listener configured?") String dispatcherIsNull()
@Message(id=11030, value="%s is not initial request. Its suspended and retried. Aborting.") String pathNotInitialRequest(String path)
@Message(id=11035, value="RESTeasy Provider Factory is null, do you have the ResteasyBootstrap listener configured?") String providerFactoryIsNull()
@Message(id=11040, value="Provider %s is not a singleton. That\'s not allowed") String providerIsNotSingleton(String provider)
@Message(id=11045, value="RESTeasy Registry is null, do you have the ResteasyBootstrap listener configured?") String registryIsNull()
@Message(id=11050, value="ResourceFailure: %s") String resourceFailure(String message)
@Message(id=11055, value="Resource Not Found: %s") String resourceNotFound(String message)
@Message(id=11060, value="ResteasyHandlerMapping has the default order and throwNotFound settings. Consider adding explicit ordering to your HandlerMappings, with ResteasyHandlerMapping being lsat, and set throwNotFound = true.") String resteasyHandlerMappingHasDefaultOrder()
Copyright © 2017. All Rights Reserved.