org.activemath.webapp.extasy.util
Class Java2Javascript

java.lang.Object
  extended by org.activemath.webapp.extasy.util.Java2Javascript

public class Java2Javascript
extends Object


Constructor Summary
Java2Javascript()
           
 
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
 

Constructor Detail

Java2Javascript

public Java2Javascript()
Method Detail

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