|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.juzu.Response
org.juzu.Response.Action
org.juzu.Response.Action.Redirect
public static class Response.Action.Redirect
A response instructing to execute an HTTP redirection after the current interaction.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.juzu.Response.Action |
|---|
Response.Action.Redirect, Response.Action.Render |
| Nested classes/interfaces inherited from class org.juzu.Response |
|---|
Response.Action, Response.Mime, Response.Resource, Response.Stream, Response.Update |
| Constructor Summary | |
|---|---|
Response.Action.Redirect(String location)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLocation()
|
| Methods inherited from class org.juzu.Response |
|---|
notFound, notFound, ok, ok, redirect, status, status |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Response.Action.Redirect(String location)
| Method Detail |
|---|
public String getLocation()
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||