org.dspace.app.webui.json
Class JSONRequest
java.lang.Object
org.dspace.app.webui.json.JSONRequest
- Direct Known Subclasses:
- DiscoveryJSONRequest
public abstract class JSONRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONRequest
public JSONRequest()
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.