org.activemath.webapp.exercises
Class PresentationStrategySelfReg

java.lang.Object
  extended by org.activemath.webapp.exercises.PresentationStrategy
      extended by org.activemath.webapp.exercises.PresentationStrategySelfReg

public class PresentationStrategySelfReg
extends PresentationStrategy


Field Summary
 
Fields inherited from class org.activemath.webapp.exercises.PresentationStrategy
eventList, model, omdocNamespace
 
Constructor Summary
PresentationStrategySelfReg()
           
 
Method Summary
 org.jdom.Element apply(org.jdom.Element result)
           
 
Methods inherited from class org.activemath.webapp.exercises.PresentationStrategy
getEventList, setEventList, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationStrategySelfReg

public PresentationStrategySelfReg()
Method Detail

apply

public org.jdom.Element apply(org.jdom.Element result)
Overrides:
apply in class PresentationStrategy