com.github.dandelion.datatables.core.extension
Class ExtensionLoader

java.lang.Object
  extended by com.github.dandelion.datatables.core.extension.ExtensionLoader

public class ExtensionLoader
extends Object

Loader for all extensions : features, plugins, themes.

Author:
Thibault Duchateau

Constructor Summary
ExtensionLoader(HtmlTable table)
          Constructor of the ExtensionLoader.
 
Method Summary
 void loadExtensions(JsResource mainJsFile, Map<String,Object> mainConf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionLoader

public ExtensionLoader(HtmlTable table)
Constructor of the ExtensionLoader.

Parameters:
table - The table containing module informations.
mainJsFile - The main Javascript file which will be generated and may be updated accordingly to modules.
mainConfig - Main DataTables configuration which may be updated accordingly to modules.
webResources - The wrapper POJO containing all web resources to generate.
Method Detail

loadExtensions

public void loadExtensions(JsResource mainJsFile,
                           Map<String,Object> mainConf)


Copyright © 2013–2014 Dandelion Project. All rights reserved.