com.github.dandelion.datatables.core.processor.export
Class ExportFormatProcessor
java.lang.Object
com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
com.github.dandelion.datatables.core.processor.export.ExportFormatProcessor
- All Implemented Interfaces:
- ConfigurationProcessor
public class ExportFormatProcessor
- extends AbstractConfigurationProcessor
TODO
Note that this processor can initialize an ExportConf and store it in
the TableConfiguration but the ExportEnabledFormatProcessor
must finalize its configuration.
- Since:
- 0.10.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 |
REGEX_EXPORT_CLASS
public static final String REGEX_EXPORT_CLASS
- See Also:
- Constant Field Values
REGEX_EXPORT_LABEL
public static final String REGEX_EXPORT_LABEL
- See Also:
- Constant Field Values
REGEX_EXPORT_FILENAME
public static final String REGEX_EXPORT_FILENAME
- See Also:
- Constant Field Values
REGEX_EXPORT_MIMETYPE
public static final String REGEX_EXPORT_MIMETYPE
- See Also:
- Constant Field Values
ExportFormatProcessor
public ExportFormatProcessor()
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.