org.activemath.webapp.extasy.util
Class Java2Javascript
java.lang.Object
org.activemath.webapp.extasy.util.Java2Javascript
public class Java2Javascript
- extends Object
|
Method Summary |
void |
blank2js(PresentationBlock group,
String key,
AppModel model)
|
void |
interactionGenerator2js(org.jdom.Element interactionGenerator,
AppModel model)
|
void |
mapping2js(PresentationBlock group,
String key,
AppModel model)
|
void |
metadata2js(org.jdom.Element metadata,
AppModel model)
|
void |
selection2js(PresentationBlock group,
String key,
AppModel model)
|
void |
text2js(PresentationBlock group,
String key,
AppModel model)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java2Javascript
public Java2Javascript()
text2js
public void text2js(PresentationBlock group,
String key,
AppModel model)
throws Exception
- Throws:
Exception
selection2js
public void selection2js(PresentationBlock group,
String key,
AppModel model)
throws Exception
- Throws:
Exception
mapping2js
public void mapping2js(PresentationBlock group,
String key,
AppModel model)
throws Exception
- Throws:
Exception
blank2js
public void blank2js(PresentationBlock group,
String key,
AppModel model)
throws Exception
- Throws:
Exception
metadata2js
public void metadata2js(org.jdom.Element metadata,
AppModel model)
throws Exception
- Throws:
Exception
interactionGenerator2js
public void interactionGenerator2js(org.jdom.Element interactionGenerator,
AppModel model)
throws Exception
- Throws:
Exception