org.dspace.app.webui.json
Class JSONRequest

java.lang.Object
  extended by org.dspace.app.webui.json.JSONRequest
Direct Known Subclasses:
DiscoveryJSONRequest

public abstract class JSONRequest
extends Object


Constructor Summary
JSONRequest()
           
 
Method Summary
abstract  void doJSONRequest(Context context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 String getSubPath()
           
 void setSubPath(String subPath)
          Set the subPath that this plugin-instance will serve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRequest

public JSONRequest()
Method Detail

doJSONRequest

public abstract void doJSONRequest(Context context,
                                   javax.servlet.http.HttpServletRequest req,
                                   javax.servlet.http.HttpServletResponse resp)
                            throws AuthorizeException,
                                   IOException
Throws:
AuthorizeException
IOException

getSubPath

public String getSubPath()

setSubPath

public void setSubPath(String subPath)
Set the subPath that this plugin-instance will serve

Parameters:
subPath -


Copyright © 2013 DuraSpace. All Rights Reserved.