|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Severity | |
|---|---|
| org.glassfish.jersey | Common Jersey core classes. |
| org.glassfish.jersey.internal | Common Jersey internal API classes. |
| Uses of Severity in org.glassfish.jersey |
|---|
| Methods in org.glassfish.jersey that return Severity | |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Severity in org.glassfish.jersey.internal |
|---|
| Methods in org.glassfish.jersey.internal that return Severity | |
|---|---|
Severity |
Errors.ErrorMessage.getSeverity()
Get Severity. |
| Methods in org.glassfish.jersey.internal with parameters of type Severity | |
|---|---|
static void |
Errors.error(Object source,
String message,
Severity severity)
Add an error to the list of messages. |
static void |
Errors.error(String message,
Severity severity)
Add an error to the list of messages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||