Class DirectResponseResolution

java.lang.Object
net.sourceforge.stripes.action.StreamingResolution
nl.b3p.web.stripes.DirectResponseResolution
All Implemented Interfaces:
net.sourceforge.stripes.action.Resolution

public class DirectResponseResolution extends net.sourceforge.stripes.action.StreamingResolution
Author:
matthijsln
  • Constructor Details

    • DirectResponseResolution

      public DirectResponseResolution(String message)
    • DirectResponseResolution

      public DirectResponseResolution(int status, String message)
    • DirectResponseResolution

      public DirectResponseResolution(org.json.JSONObject json)
    • DirectResponseResolution

      public DirectResponseResolution(int status, org.json.JSONObject json)
  • Method Details