public class CSVOutputter
extends org.apache.cocoon.reading.AbstractReader
implements org.apache.avalon.excalibur.pool.Recyclable
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected static org.apache.log4j.Logger |
log |
protected org.apache.cocoon.environment.Request |
request |
protected org.apache.cocoon.environment.Response |
response |
protected au.com.bytecode.opencsv.CSVWriter |
writer |
| Constructor and Description |
|---|
CSVOutputter() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
void |
recycle() |
void |
setup(org.apache.cocoon.environment.SourceResolver sourceResolver,
Map objectModel,
String src,
org.apache.avalon.framework.parameters.Parameters parameters) |
String |
wrapInDelimitedString(Metadatum[] metadataEntries) |
protected static final org.apache.log4j.Logger log
protected org.apache.cocoon.environment.Response response
protected org.apache.cocoon.environment.Request request
protected Context context
protected au.com.bytecode.opencsv.CSVWriter writer
public void setup(org.apache.cocoon.environment.SourceResolver sourceResolver,
Map objectModel,
String src,
org.apache.avalon.framework.parameters.Parameters parameters)
throws IOException,
SAXException,
org.apache.cocoon.ProcessingException
setup in interface org.apache.cocoon.sitemap.SitemapModelComponentsetup in class org.apache.cocoon.reading.AbstractReaderIOExceptionSAXExceptionorg.apache.cocoon.ProcessingExceptionpublic void generate()
throws IOException
generate in interface org.apache.cocoon.reading.ReaderIOExceptionpublic void recycle()
recycle in interface org.apache.avalon.excalibur.pool.Recyclablerecycle in class org.apache.cocoon.reading.AbstractReaderCopyright © 2016 DuraSpace. All Rights Reserved.