org.olat.admin.registration
Class SystemRegistrationAdminController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.admin.registration.SystemRegistrationAdminController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class SystemRegistrationAdminController
extends FormBasicController

Description:
The system registration controller allows the administrator to enable or disable elements from the system registration process:

The configuration is stored in olatdata/system/config/org.olat.admin.registration.SystemRegistrationAdminController.properties

Initial Date: 11.12.2008

Author:
gnaegi

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
SystemRegistrationAdminController(UserRequest ureq, WindowControl control)
          Constructor for the system registration controller.
 
Method Summary
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemRegistrationAdminController

public SystemRegistrationAdminController(UserRequest ureq,
                                         WindowControl control)
Constructor for the system registration controller.

Parameters:
ureq -
control -