|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.faces.HttpError
@Scope(value=APPLICATION)
@BypassInterceptors
@Name(value="org.jboss.seam.faces.httpError")
@Install(precedence=0,
classDependencies="javax.faces.context.FacesContext")
public class HttpErrorConvenient HTTP errors
| Constructor Summary | |
|---|---|
HttpError()
|
|
| Method Summary | |
|---|---|
static HttpError |
instance()
|
void |
send(int code)
Send a HTTP error as the response |
void |
send(int code,
java.lang.String message)
Send a HTTP error as the response |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpError()
| Method Detail |
|---|
public void send(int code)
public void send(int code,
java.lang.String message)
public static HttpError instance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||