com.github.dandelion.datatables.core.processor.ajax
Class AjaxSourceProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.ajax.AjaxSourceProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class AjaxSourceProcessor
- extends AbstractConfigurationProcessor
Processor used when the table uses an AJAX source.
Note that the passed URL is not processed here but in each module
corresponding to the template engine currently being used.
- Since:
- 0.9.0
- Author:
- Thibault Duchateau
|
Method Summary |
void |
doProcess()
Processes the configuration value stored in stringifiedValue. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxSourceProcessor
public AjaxSourceProcessor()
doProcess
public void doProcess()
- Description copied from class:
AbstractConfigurationProcessor
Processes the configuration value stored in stringifiedValue.
- Specified by:
doProcess in class AbstractConfigurationProcessor
Copyright © 2013–2014 Dandelion Project. All rights reserved.