Package | Description |
---|---|
org.jboss.solder.exception.control.log | |
org.jboss.solder.literal |
A collection of annotation literals for all annotations from the Contexts and Dependency Injection
specification and from Solder.
|
org.jboss.solder.messages |
Solder provides injectable typed message bundles (suitable for
internationalization and localization)
|
org.jboss.solder.servlet.support | |
org.jboss.solder.support |
Support classes for the Solder implementation, including typed message loggers
and bundles.
|
org.jboss.solder.tooling |
Class and Description |
---|
Message
Assigns a message string to a resource method.
|
Class and Description |
---|
MessageBundle
Signify that an interface is a message bundle interface.
|
Class and Description |
---|
Message.Format
The possible format types.
|
Class and Description |
---|
Message
Assigns a message string to a resource method.
|
MessageBundle
Signify that an interface is a message bundle interface.
|
Class and Description |
---|
Message
Assigns a message string to a resource method.
|
MessageBundle
Signify that an interface is a message bundle interface.
|
Class and Description |
---|
Cause
Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.
|
Field
Indicate that a method parameter value should be applied to a field on the resultant exception object.
|
Formatter
Indicate that the given parameter should be wrapped with a formatting object of the given class.
|
Message
Assigns a message string to a resource method.
|
MessageBundle
Signify that an interface is a message bundle interface.
|
Param
Identifies a parameter is to be used for constructing an exception and excluded from the formatting of the message.
|
Property
Indicate that a method parameter value should be applied to a property (with a setter method) on the resultant exception object.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.