org.jeinnov.jeitime.utils
Class CSVExport

java.lang.Object
  extended by org.jeinnov.jeitime.utils.CSVExport
All Implemented Interfaces:
org.ow2.opensuit.xml.base.html.table.export.ITableExportFormat, org.ow2.opensuit.xmlmap.interfaces.IInitializable

@XmlElement
public class CSVExport
extends java.lang.Object
implements org.ow2.opensuit.xml.base.html.table.export.ITableExportFormat, org.ow2.opensuit.xmlmap.interfaces.IInitializable


Constructor Summary
CSVExport()
           
 
Method Summary
 void exportData(javax.servlet.http.HttpServletRequest iRequest, javax.servlet.http.HttpServletResponse iResponse, org.ow2.opensuit.xml.base.html.table.TableRenderingContext context, java.util.Collection<?> data)
           
 java.lang.String getFileName()
           
 void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport, org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVExport

public CSVExport()
Method Detail

initialize

public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
                       org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface org.ow2.opensuit.xml.base.html.table.export.ITableExportFormat

exportData

public void exportData(javax.servlet.http.HttpServletRequest iRequest,
                       javax.servlet.http.HttpServletResponse iResponse,
                       org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
                       java.util.Collection<?> data)
                throws java.lang.Exception
Specified by:
exportData in interface org.ow2.opensuit.xml.base.html.table.export.ITableExportFormat
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.