com.github.dandelion.datatables.core.export
Class ExportDelegate

java.lang.Object
  extended by com.github.dandelion.datatables.core.export.ExportDelegate

public class ExportDelegate
extends Object

Delegate class in charge of preparing the export content.

Author:
Thibault Duchateau

Constructor Summary
ExportDelegate(HtmlTable htmlTable, javax.servlet.http.HttpServletRequest request)
           
 
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
 

Constructor Detail

ExportDelegate

public ExportDelegate(HtmlTable htmlTable,
                      javax.servlet.http.HttpServletRequest request)
Method Detail

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.