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(javax.servlet.http.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)
Copyright © 2014–2016 B3Partners B.V.. All rights reserved.