com.github.dandelion.datatables.core.processor.ajax
Class AjaxPipeliningProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.ajax.AjaxPipeliningProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class AjaxPipeliningProcessor
- extends AbstractConfigurationProcessor
Table Processor used to register the PipeliningFeature when
server-side processing is enabled.
If the TableConfig.AJAX_PIPESIZE is not set, a default value is used.
- Since:
- 0.9.0
- Author:
- Thibault Duchateau
- See Also:
TableConfig.AJAX_PIPELINING,
TableConfig.AJAX_PIPESIZE
|
Method Summary |
protected 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 |
AjaxPipeliningProcessor
public AjaxPipeliningProcessor()
doProcess
protected 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.