com.github.dandelion.datatables.core.processor.export
Class ExportFormatProcessor

java.lang.Object
  extended by com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
      extended by 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

Field Summary
static String REGEX_EXPORT_CLASS
           
static String REGEX_EXPORT_FILENAME
           
static String REGEX_EXPORT_LABEL
           
static String REGEX_EXPORT_MIMETYPE
           
 
Fields inherited from class com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
bundleAware, columnConfiguration, configEntry, request, stagingConf, stagingExtensions, stringifiedValue, tableConfiguration
 
Constructor Summary
ExportFormatProcessor()
           
 
Method Summary
 void doProcess()
           Processes the configuration value stored in stringifiedValue.
 
Methods inherited from class com.github.dandelion.datatables.core.processor.AbstractConfigurationProcessor
addColumnEntry, addTableEntry, isColumnEntryPresent, isTableEntryPresent, process, process, registerExtension, updateEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ExportFormatProcessor

public ExportFormatProcessor()
Method Detail

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.