org.olat.admin.site
Class UserAdminSite

java.lang.Object
  extended by org.olat.admin.site.UserAdminSite
All Implemented Interfaces:
SiteInstance

public class UserAdminSite
extends java.lang.Object
implements SiteInstance

Initial Date: Jan 16, 2006

Author:
Florian Gnaegi

Constructor Summary
UserAdminSite(java.util.Locale loc)
           
 
Method Summary
 MainLayoutController createController(UserRequest ureq, WindowControl wControl)
           
 NavElement getNavElement()
           
 boolean isKeepState()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAdminSite

public UserAdminSite(java.util.Locale loc)
Method Detail

getNavElement

public NavElement getNavElement()
Specified by:
getNavElement in interface SiteInstance
See Also:
org.olat.navigation.SiteInstance#getNavElement()

createController

public MainLayoutController createController(UserRequest ureq,
                                             WindowControl wControl)
Specified by:
createController in interface SiteInstance
See Also:
org.olat.navigation.SiteInstance#createController(org.olat.core.gui.UserRequest, org.olat.core.gui.control.WindowControl)

isKeepState

public boolean isKeepState()
Specified by:
isKeepState in interface SiteInstance
See Also:
org.olat.navigation.SiteInstance#isKeepState()

reset

public void reset()
Specified by:
reset in interface SiteInstance