@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,
javax.ws.rs.core.MediaType mediaType) |
String |
couldNotFindTypeForBean(String bean) |
String |
couldNotRetrieveBean(String bean) |
String |
deploymentIsNull() |
String |
dispatcherIsNull() |
String |
exceptionShuttingDownJetty() |
String |
exceptionStartingUpJetty() |
String |
interruptedStartingUpJetty() |
String |
notAllowed() |
String |
notSupported() |
String |
pathNotInitialRequest(String path) |
String |
providerFactoryIsNull() |
String |
providerIsNotSingleton(String provider) |
String |
registryIsNull() |
String |
requestedMediaNotAcceptable() |
String |
resourceFailure(String message) |
String |
resourceNotFound(String message) |
String |
resteasyHandlerMappingHasDefaultOrder() |
String |
resteasyRegistrationReferences() |
String |
shuttingDownJetty() |
String |
startingUpJetty() |
static final Messages MESSAGES
static final int BASE
@Message(id=13000,
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=13005,
value="Could not convert \'%s\' to a class.")
String couldNotConvertBeanToClass(String bean)
@Message(id=13010,
value="Could not find message body reader for type: {0} of content type: {1}",
format=MESSAGE_FORMAT)
String couldNotFindMessageBodyReader(Type type,
javax.ws.rs.core.MediaType mediaType)
@Message(id=13015,
value="could not find the type for bean named %s")
String couldNotFindTypeForBean(String bean)
@Message(id=13020,
value="Could not retrieve bean %s")
String couldNotRetrieveBean(String bean)
@Message(id=13025,
value="RESTeasy Dispatcher is null, do you have the ResteasyBootstrap listener configured?")
String dispatcherIsNull()
@Message(id=13030,
value="Exception while shutting down Jetty")
String exceptionShuttingDownJetty()
@Message(id=13035,
value="Exception while starting up Jetty")
String exceptionStartingUpJetty()
@Message(id=13040,
value="Interrupted while starting up Jetty")
String interruptedStartingUpJetty()
@Message(id=13042,
value="Not allowed")
String notAllowed()
@Message(id=13043,
value="Not supported")
String notSupported()
@Message(id=13045,
value="%s is not initial request. Its suspended and retried. Aborting.")
String pathNotInitialRequest(String path)
@Message(id=13050,
value="RESTeasy Provider Factory is null, do you have the ResteasyBootstrap listener configured?")
String providerFactoryIsNull()
@Message(id=13055,
value="Provider %s is not a singleton. That\'s not allowed")
String providerIsNotSingleton(String provider)
@Message(id=13060,
value="RESTeasy Registry is null, do you have the ResteasyBootstrap listener configured?")
String registryIsNull()
@Message(id=13062,
value="The requested media type is not acceptable.")
String requestedMediaNotAcceptable()
@Message(id=13065,
value="ResourceFailure: %s")
String resourceFailure(String message)
@Message(id=13070,
value="Resource Not Found: %s")
String resourceNotFound(String message)
@Message(id=13075,
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()
@Message(id=13080,
value="ResteasyRegistration references must be String values or a reference to a bean name")
String resteasyRegistrationReferences()
@Message(id=13085,
value="Shutting down Jetty")
String shuttingDownJetty()
@Message(id=13090,
value="Starting up Jetty")
String startingUpJetty()
@Message(id=13095,
value="RESTeasy Deployment is null, do you have the ResteasyBootstrap listener configured?")
String deploymentIsNull()
Copyright © 2021 JBoss by Red Hat. All rights reserved.