Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 27, 2015
- Author:
- Ron Sigal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionimpossibleToGenerateJsapi
(String className, String methodName) invoker
(ResourceMethodInvoker invoker) restApiUrl
(String uri)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
impossibleToGenerateJsapi
-
invoker
-
jsapiServletLoaded
-
loadingJSAPIServlet
-
overridingConsumes
@Message(id=11520, value="Overriding @Consumes annotation in favour of application/x-www-form-urlencoded due to the presence of @FormParam") String overridingConsumes() -
path
-
query
-
restApiUrl
-
serving
-
startJaxRsApi
-
startResteasyClient
-
thereAreNoResteasyDeployments
@Message(id=11560, value="There are no Resteasy deployments initialized yet to scan from. Either set the load-on-startup on each Resteasy servlet, or, if in an EE environment like JBoss or Wildfly, you'll have to do an invocation on each of your REST services to get the servlet loaded.") String thereAreNoResteasyDeployments()
-