|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.commons.servlets.HtmlStatusResponseHelper
public class HtmlStatusResponseHelper
HtmlResponseHelper...
| Constructor Summary | |
|---|---|
HtmlStatusResponseHelper()
|
|
| Method Summary | |
|---|---|
static HtmlResponse |
createStatusResponse(boolean success,
String message)
Create a html status response |
static HtmlResponse |
createStatusResponse(boolean success,
String[] messages,
String[] paths)
Create a html status response |
static HtmlResponse |
createStatusResponse(boolean success,
String message,
String path)
Create a html status response |
static HtmlResponse |
createStatusResponse(int status,
String message)
Create a html status response |
static HtmlResponse |
createStatusResponse(int status,
String message,
String path)
Create a html status response |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlStatusResponseHelper()
| Method Detail |
|---|
public static HtmlResponse createStatusResponse(boolean success,
String message,
String path)
success - true if action succeededmessage - Action/error messagepath - path of the "modified" page
public static HtmlResponse createStatusResponse(int status,
String message,
String path)
status - status codemessage - Action/error messagepath - path of the "modified" page
public static HtmlResponse createStatusResponse(boolean success,
String message)
success - true if action succeededmessage - Action/error message
public static HtmlResponse createStatusResponse(int status,
String message)
status - http status codemessage - Action/error message
public static HtmlResponse createStatusResponse(boolean success,
String[] messages,
String[] paths)
success - true if action succeededmessages - Action/error messagespaths - paths of the "modified" page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||