org.pentaho.reporting.engine.classic.core.modules.output.table.csv.helper
Class CSVOutputProcessorMetaData

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.csv.helper.CSVOutputProcessorMetaData
All Implemented Interfaces:
OutputProcessorMetaData

public class CSVOutputProcessorMetaData
extends AbstractOutputProcessorMetaData

Creation-Date: 09.05.2007, 14:39:13

Author:
Thomas Morgner

Field Summary
static int PAGINATION_FULL
           
static int PAGINATION_MANUAL
           
static int PAGINATION_NONE
           
 
Constructor Summary
CSVOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration, int paginationMode)
           
 
Method Summary
 String getExportDescriptor()
          The export descriptor is a string that describes the output characteristics.
 boolean isContentSupported(Object content)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessorMetaData
commit, getBaselineInfo, getConfiguration, getFontMetrics, getFontMetrics, getNormalizedFontFamilyName, getNumericFeatureValue, isExtraContentElement, isFeatureSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGINATION_NONE

public static final int PAGINATION_NONE
See Also:
Constant Field Values

PAGINATION_MANUAL

public static final int PAGINATION_MANUAL
See Also:
Constant Field Values

PAGINATION_FULL

public static final int PAGINATION_FULL
See Also:
Constant Field Values
Constructor Detail

CSVOutputProcessorMetaData

public CSVOutputProcessorMetaData(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                                  int paginationMode)
Method Detail

isContentSupported

public boolean isContentSupported(Object content)
Specified by:
isContentSupported in interface OutputProcessorMetaData
Overrides:
isContentSupported in class AbstractOutputProcessorMetaData

getExportDescriptor

public String getExportDescriptor()
The export descriptor is a string that describes the output characteristics. For libLayout outputs, it should start with the output class (one of 'pageable', 'flow' or 'stream'), followed by '/liblayout/' and finally followed by the output type (ie. PDF, Print, etc).

Returns:
the export descriptor.