
public class DirectResponseResolution
extends net.sourceforge.stripes.action.StreamingResolution
| Constructor and Description |
|---|
DirectResponseResolution(int status,
org.json.JSONObject json) |
DirectResponseResolution(int status,
String message) |
DirectResponseResolution(org.json.JSONObject json) |
DirectResponseResolution(String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
stream(HttpServletResponse response) |
public DirectResponseResolution(String message)
public DirectResponseResolution(int status,
String message)
public DirectResponseResolution(org.json.JSONObject json)
public DirectResponseResolution(int status,
org.json.JSONObject json)
protected void stream(HttpServletResponse response) throws Exception
stream in class net.sourceforge.stripes.action.StreamingResolutionExceptionCopyright © 2014–2019 B3Partners B.V.. All rights reserved.