|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.module.Module
|
+--org.mmbase.module.gui.flash.MMFlash
Implements the parsing and generating of dynamic flash files
| Constructor Summary | |
MMFlash()
|
|
| Method Summary | |
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(java.lang.String url,
java.lang.String query,
javax.servlet.http.HttpServletRequest req)
|
void |
init()
Initializes the module. |
void |
onload()
|
| Methods inherited from class org.mmbase.module.Module |
getClassName, getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setClassName, setInitParameter, setMaintainer, setName, setVersion, 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()
onload in class Module
public byte[] getScanParsedFlash(java.lang.String url,
java.lang.String query,
javax.servlet.http.HttpServletRequest req)
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||