Class MoreProxyInfo
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.ajax.AbstractAjaxResponder
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax.MoreProxyInfo
-
public class MoreProxyInfo extends AbstractAjaxResponder
Get more information (class label and image URL) about a selected proxy. If there is no image URL, just omit it from the result. The proxy already has a placeholder image.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.ajax.AbstractAjaxResponder
AbstractAjaxResponder.JsonArrayParser
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.ajax.AbstractAjaxResponder
EMPTY_RESPONSE, indDao, resp, servlet, uaDao, vreq
-
-
Constructor Summary
Constructors Constructor Description MoreProxyInfo(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprepareResponse()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.ajax.AbstractAjaxResponder
assembleJsonResponse, getStringParameter, getStringParameters, processRequest
-
-
-
-
Constructor Detail
-
MoreProxyInfo
public MoreProxyInfo(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)
-
-
Method Detail
-
prepareResponse
public String prepareResponse() throws IOException
- Specified by:
prepareResponsein classAbstractAjaxResponder- Throws:
IOException
-
-