com.github.dandelion.datatables.core.export
Class ExportDelegate
java.lang.Object
com.github.dandelion.datatables.core.export.ExportDelegate
public class ExportDelegate
- extends Object
Delegate class in charge of preparing the export content.
- Author:
- Thibault Duchateau
|
Method Summary |
void |
prepareExport()
Prepares the export by processing the passed export class and setting
request attributes that will be used by the DatatablesFilter to
render the export. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportDelegate
public ExportDelegate(HtmlTable htmlTable,
javax.servlet.http.HttpServletRequest request)
prepareExport
public void prepareExport()
- Prepares the export by processing the passed export class and setting
request attributes that will be used by the
DatatablesFilter to
render the export.
Copyright © 2013–2014 Dandelion Project. All rights reserved.