org.jboss.resteasy.plugins.server.netty.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 |
alreadyCommitted() |
String |
failedToParseRequest() |
String |
requestMediaType() |
String |
unexpected() |
static final Messages MESSAGES
static final int BASE
@Message(id=8500, value="Already committed") String alreadyCommitted()
@Message(id=8505, value="Failed to parse request.") String failedToParseRequest()
@Message(id=8510, value="Request media type is not application/x-www-form-urlencoded") String requestMediaType()
@Message(id=8515, value="Unexpected") String unexpected()
Copyright © 2017. All Rights Reserved.