com.github.dandelion.datatables.core.extension
Class ExtensionLoader
java.lang.Object
com.github.dandelion.datatables.core.extension.ExtensionLoader
public class ExtensionLoader
- extends Object
Loader for all extensions : features, plugins, themes.
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
loadExtensions
public void loadExtensions(JsResource mainJsFile,
Map<String,Object> mainConf)
Copyright © 2013–2014 Dandelion Project. All rights reserved.