Package org.ametys.plugins.forms.data
Class FormEntryFileReader
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.reading.AbstractReader
-
- org.apache.cocoon.reading.ServiceableReader
-
- org.ametys.plugins.forms.data.FormEntryFileReader
-
- All Implemented Interfaces:
Poolable,Recyclable,Component,LogEnabled,Serviceable,Reader,SitemapModelComponent,SitemapOutputComponent
public class FormEntryFileReader extends ServiceableReader
Reads a BLOB value of a form entry.
-
-
Field Summary
Fields Modifier and Type Field Description private SQLDatabaseTypeExtensionPoint_sqlDatabaseTypeExtensionPoint-
Fields inherited from class org.apache.cocoon.reading.ServiceableReader
manager
-
Fields inherited from class org.apache.cocoon.reading.AbstractReader
objectModel, out, parameters, resolver, source
-
-
Constructor Summary
Constructors Constructor Description FormEntryFileReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate()private SQLDatabaseTypeExtensionPointgetSQLDatabaseTypeExtensionPoint()-
Methods inherited from class org.apache.cocoon.reading.ServiceableReader
service
-
Methods inherited from class org.apache.cocoon.reading.AbstractReader
getLastModified, getMimeType, recycle, setOutputStream, setup, shouldSetContentLength
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_sqlDatabaseTypeExtensionPoint
private SQLDatabaseTypeExtensionPoint _sqlDatabaseTypeExtensionPoint
-
-
Constructor Detail
-
FormEntryFileReader
public FormEntryFileReader()
-
-
Method Detail
-
getSQLDatabaseTypeExtensionPoint
private SQLDatabaseTypeExtensionPoint getSQLDatabaseTypeExtensionPoint()
-
generate
public void generate() throws IOException, SAXException, ProcessingException
-
-