public abstract class JsonArrayProducer extends JsonProducer
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.ServletContext |
ctx |
protected VitroRequest |
vreq |
| Modifier | Constructor and Description |
|---|---|
protected |
JsonArrayProducer(VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.fasterxml.jackson.databind.node.ArrayNode |
process()
Sub-classes implement this method.
|
void |
process(javax.servlet.http.HttpServletResponse resp) |
getVclassIds, getVclassParameter, individualsToJsonprotected final VitroRequest vreq
protected final javax.servlet.ServletContext ctx
protected JsonArrayProducer(VitroRequest vreq)
protected abstract com.fasterxml.jackson.databind.node.ArrayNode process()
throws Exception
Exceptionpublic final void process(javax.servlet.http.HttpServletResponse resp)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.