|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.parser.simple.SimpleParserModuleInit
public class SimpleParserModuleInit
Handles the initalisation of the simple parser module. This contains support for the simple report definition format.
Field Summary | |
---|---|
static String |
PUBLIC_ID_SIMPLE
the Public ID for the simple version of JFreeReport XML definitions. |
static String |
SIMPLE_REPORT_TAG
the document element tag for the simple report format. |
static String |
SYSTEM_ID
|
Constructor Summary | |
---|---|
SimpleParserModuleInit()
DefaultConstructor. |
Method Summary | |
---|---|
void |
performInit()
Initializes the simple parser and registers this handler with the parser base module. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SIMPLE_REPORT_TAG
public static final String PUBLIC_ID_SIMPLE
public static final String SYSTEM_ID
Constructor Detail |
---|
public SimpleParserModuleInit()
Method Detail |
---|
public void performInit() throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
performInit
in interface org.pentaho.reporting.libraries.base.boot.ModuleInitializer
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- if initializing the module failes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |