org.pentaho.reporting.engine.classic.core.modules.gui.pdf
Class PdfExportGUIModule

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
      extended by org.pentaho.reporting.libraries.base.boot.AbstractModule
          extended by org.pentaho.reporting.engine.classic.core.modules.gui.pdf.PdfExportGUIModule
All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.Module, org.pentaho.reporting.libraries.base.boot.ModuleInfo

public class PdfExportGUIModule
extends org.pentaho.reporting.libraries.base.boot.AbstractModule

The module definition for the PDF export gui module.

Author:
Thomas Morgner

Field Summary
static String SECURITY_ENCRYPTION_128BIT
          A constant for the encryption type (128 bit).
static String SECURITY_ENCRYPTION_40BIT
          A constant for the encryption type (40 bit).
static String SECURITY_ENCRYPTION_NONE
          A constant for the encryption type (40 bit).
 
Constructor Summary
PdfExportGUIModule()
          DefaultConstructor.
 
Method Summary
 void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem s)
          Initalizes the module and registes it with the export plugin factory.
 
Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractModule
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, setOptionalModules, toString
 
Methods inherited from class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.pentaho.reporting.libraries.base.boot.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Field Detail

SECURITY_ENCRYPTION_NONE

public static final String SECURITY_ENCRYPTION_NONE
A constant for the encryption type (40 bit).

See Also:
Constant Field Values

SECURITY_ENCRYPTION_40BIT

public static final String SECURITY_ENCRYPTION_40BIT
A constant for the encryption type (40 bit).

See Also:
Constant Field Values

SECURITY_ENCRYPTION_128BIT

public static final String SECURITY_ENCRYPTION_128BIT
A constant for the encryption type (128 bit).

See Also:
Constant Field Values
Constructor Detail

PdfExportGUIModule

public PdfExportGUIModule()
                   throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
DefaultConstructor. Loads the module specification.

Throws:
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error occured.
Method Detail

initialize

public void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem s)
                throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
Initalizes the module and registes it with the export plugin factory.

Throws:
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error occured.