|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageObject | |
|---|---|
| org.jboss.logging.processor.model | |
| org.jboss.logging.processor.util | |
| org.jboss.logging.processor.validation | |
| Uses of MessageObject in org.jboss.logging.processor.model |
|---|
| Subinterfaces of MessageObject in org.jboss.logging.processor.model | |
|---|---|
interface |
MessageInterface
Date: 28.07.2011 |
interface |
MessageMethod
Date: 29.07.2011 |
interface |
MessageObjectType
Date: 23.08.2011 |
interface |
Parameter
|
interface |
ReturnType
Date: 29.07.2011 |
interface |
ThrowableType
Date: 27.09.2011 |
| Classes in org.jboss.logging.processor.model that implement MessageObject | |
|---|---|
static class |
ReturnType.VoidReturnType
Default type if the return type is void. |
| Uses of MessageObject in org.jboss.logging.processor.util |
|---|
| Methods in org.jboss.logging.processor.util with parameters of type MessageObject | |
|---|---|
static Element |
ElementHelper.fromMessageObject(MessageObject object)
If the reference() is an instance of Element, then the value is returned, otherwise null is returned. |
| Uses of MessageObject in org.jboss.logging.processor.validation |
|---|
| Methods in org.jboss.logging.processor.validation that return MessageObject | |
|---|---|
MessageObject |
ValidationMessage.getMessageObject()
Returns the message object that caused the error. |
| Methods in org.jboss.logging.processor.validation with parameters of type MessageObject | |
|---|---|
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
String message)
|
static ValidationMessage |
ValidationMessageFactory.createError(MessageObject messageObject,
String format,
Object... args)
|
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
String message)
|
static ValidationMessage |
ValidationMessageFactory.createWarning(MessageObject messageObject,
String format,
Object... args)
|
|
JBoss Logging I18n Annotation Processor 1.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||