org.olat.registration
Class DMZPWChangeContentControllerCreator

java.lang.Object
  extended by org.olat.registration.DMZPWChangeContentControllerCreator
All Implemented Interfaces:
ControllerCreator

public class DMZPWChangeContentControllerCreator
extends java.lang.Object
implements ControllerCreator

Description:
TODO: patrickb Class Description for DMZContentControllerCreator

Initial Date: 29.01.2008

Author:
patrickb

Constructor Summary
DMZPWChangeContentControllerCreator()
           
 
Method Summary
 Controller createController(UserRequest lureq, WindowControl lwControl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMZPWChangeContentControllerCreator

public DMZPWChangeContentControllerCreator()
Method Detail

createController

public Controller createController(UserRequest lureq,
                                   WindowControl lwControl)
Specified by:
createController in interface ControllerCreator
See Also:
ControllerCreator.createController(org.olat.core.gui.UserRequest, org.olat.core.gui.control.WindowControl)