Package | Description |
---|---|
org.jcr_blog.commons |
Modifier and Type | Method and Description |
---|---|
static JSFUtils.StatusCode |
JSFUtils.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSFUtils.StatusCode[] |
JSFUtils.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JSFUtils.sendStatusCode(JSFUtils.StatusCode code)
Sends the given status code and completes the jsf response.
|
static void |
JSFUtils.sendStatusCode(JSFUtils.StatusCode code,
String message)
Sends the given status code and completes the jsf response.
|
Copyright © 2013. All rights reserved.