org.pentaho.reporting.engine.classic.core.modules.parser
Class ClassicEngineFactoryParameters

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ClassicEngineFactoryParameters

public class ClassicEngineFactoryParameters
extends Object

Container class for the resource key factory parameters that the reporting engine has knowledge of.


Field Summary
static org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey EMBED
           
static org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey MIME_TYPE
           
static org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey ORIGINAL_VALUE
           
static org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey PATTERN
           
 
Constructor Summary
ClassicEngineFactoryParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMBED

public static final org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey EMBED

ORIGINAL_VALUE

public static final org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey ORIGINAL_VALUE

PATTERN

public static final org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey PATTERN

MIME_TYPE

public static final org.pentaho.reporting.libraries.resourceloader.LoaderParameterKey MIME_TYPE
Constructor Detail

ClassicEngineFactoryParameters

public ClassicEngineFactoryParameters()