public class CatalogURIReporter<T> extends ListReporter<T,Writer>
Modifier and Type | Field and Description |
---|---|
protected org.restlet.data.Reference |
baseReference |
protected org.restlet.Request |
request |
batch, licenseURI, output, processors
Modifier | Constructor and Description |
---|---|
protected |
CatalogURIReporter() |
protected |
CatalogURIReporter(org.restlet.data.Reference baseRef) |
|
CatalogURIReporter(org.restlet.Request request) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
footer(Writer output,
Iterator<T> query) |
protected org.restlet.Request |
getRequest() |
org.restlet.data.Reference |
getResourceRef() |
String |
getURI(String ref,
T item) |
String |
getURI(T item) |
void |
header(Writer output,
Iterator<T> query) |
void |
processItem(T item,
Writer output) |
protected void |
setRequest(org.restlet.Request request) |
createBatch
getFileExtension, getLicenseURI, getOutput, getProcessors, getTimeout, process, setLicenseURI, setOutput, setProcessors, setTimeout
addPropertyChangeListener, addPropertyChangeListener, getID, isEnabled, open, removePropertyChangeListener, removePropertyChangeListener, setEnabled, toString
protected org.restlet.Request request
protected org.restlet.data.Reference baseReference
public CatalogURIReporter(org.restlet.Request request)
protected CatalogURIReporter(org.restlet.data.Reference baseRef)
protected CatalogURIReporter()
public org.restlet.data.Reference getResourceRef()
protected org.restlet.Request getRequest()
protected void setRequest(org.restlet.Request request)
public void processItem(T item, Writer output)
processItem
in class BatchReporter<T,Iterator<T>,Writer>
public void close() throws Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.