com.github.dandelion.datatables.core.processor.export
Class ExportEnabledFormatProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.export.ExportEnabledFormatProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class ExportEnabledFormatProcessor
- extends AbstractConfigurationProcessor
This processor is particular in the sense that it's returning null. Indeed,
it actually updates the exportConfMap attribute instead of the exportTypes
that doesn't exist.
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
- See Also:
ExportEnabledFormatProcessor
|
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 |
ExportEnabledFormatProcessor
public ExportEnabledFormatProcessor()
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.