| Modifier and Type | Class and Description |
|---|---|
static class |
RedirectAction.RedirectType |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
escapeHtml(String s) |
String |
getContent() |
String |
getLocation() |
RedirectAction.RedirectType |
getType() |
HttpAction |
perform(WebContext context)
Perform a
RedirectAction on the web context. |
static RedirectAction |
post(String location,
Map<String,String> data) |
static RedirectAction |
redirect(String location) |
static RedirectAction |
success(String content) |
String |
toString() |
public static RedirectAction redirect(String location)
public static RedirectAction success(String content)
public static RedirectAction post(String location, Map<String,String> data)
public HttpAction perform(WebContext context)
RedirectAction on the web context.context - the web contextHttpActionpublic RedirectAction.RedirectType getType()
public String getLocation()
public String getContent()
Copyright © 2017. All Rights Reserved.