|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.Module
org.mmbase.module.gui.flash.MMFlash
Implements the parsing and generating of dynamic flash files
| Constructor Summary | |
MMFlash()
|
|
| Method Summary | |
byte[] |
getDebugSwt(scanpage sp)
Return the generated flash with debug information. |
byte[] |
getParsedFlash(java.lang.String flashXML,
java.lang.String workingdir)
This function will try to generate a new flash thingie, generated from a template. |
byte[] |
getScanParsedFlash(scanpage sp)
Dynamically generated flash. |
void |
init()
Initializes the module. |
void |
onload()
prepares the module when loaded. |
| Methods inherited from class org.mmbase.module.Module |
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdown, shutdownModules, startModule, startModules, state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MMFlash()
| Method Detail |
public void init()
ModuleModule.startModule(), which makes sure it is not called
more than once. You should not call init() directly, call startModule() instead.
init in class Modulepublic void onload()
ModuleModule.startModules(). You should not call onload() directly.
onload in class Modulepublic byte[] getDebugSwt(scanpage sp)
sp - the scanpage that includes the parameters needed to generate the flash
public byte[] getScanParsedFlash(scanpage sp)
sp - scanpage
public byte[] getParsedFlash(java.lang.String flashXML,
java.lang.String workingdir)
flashXML - a xml which contains the manipulations on the flash templateworkingdir - the path where there has to be searched for the template and the
other things, like pictures.(THIS LOOKS BELOW THE mmbase.htmlroot !!)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||