| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.commons.exporter.util.ExcelExporterUtil
public class ExcelExporterUtil
This class is a utility class for serving excel exporting.
| Constructor Summary | |
|---|---|
| ExcelExporterUtil() | |
| Method Summary | |
|---|---|
| static void | generateEXCEL(javax.faces.context.FacesContext facesContext,
              javax.servlet.http.HttpServletResponse response,
              java.lang.String fileName,
              javax.faces.component.html.HtmlDataTable dataTable)This utility method is used for generating the excel table to the HttpServletResponse object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExcelExporterUtil()
| Method Detail | 
|---|
public static void generateEXCEL(javax.faces.context.FacesContext facesContext,
                                 javax.servlet.http.HttpServletResponse response,
                                 java.lang.String fileName,
                                 javax.faces.component.html.HtmlDataTable dataTable)
                          throws java.io.IOException
workBook - response - fileName - 
java.io.IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||