org.olat.core.commons.fullWebApp
Interface BaseFullWebappControllerParts

All Known Implementing Classes:
AuthBFWCParts, DmzBFWCParts, GuestBFWCParts

public interface BaseFullWebappControllerParts

Description:
TODO: patrickb Class Description for BaseFullWebappControllerParts

Initial Date: 29.01.2008

Author:
patrickb

Method Summary
 Controller createFooterController(UserRequest ureq, WindowControl wControl)
          footer controller (user count, logged in user, logo, verson info, etc)
 Controller createHeaderController(UserRequest ureq, WindowControl wControl)
          header controller
 Controller createTopNavController(UserRequest ureq, WindowControl wControl)
          top nav controller (logout, search, print, clipboard, etc)
 Controller getContentController(UserRequest ureq, WindowControl wControl)
           
 java.util.List<SiteInstance> getSiteInstances(UserRequest ureq, WindowControl wControl)
           
 

Method Detail

getSiteInstances

java.util.List<SiteInstance> getSiteInstances(UserRequest ureq,
                                              WindowControl wControl)
Returns:
list of (static) Sites to be displayed

getContentController

Controller getContentController(UserRequest ureq,
                                WindowControl wControl)
Parameters:
ureq -
wControl -
Returns:

createHeaderController

Controller createHeaderController(UserRequest ureq,
                                  WindowControl wControl)
header controller

Parameters:
ureq -
wControl -
Returns:

createTopNavController

Controller createTopNavController(UserRequest ureq,
                                  WindowControl wControl)
top nav controller (logout, search, print, clipboard, etc)

Parameters:
ureq -
wControl -
Returns:

createFooterController

Controller createFooterController(UserRequest ureq,
                                  WindowControl wControl)
footer controller (user count, logged in user, logo, verson info, etc)

Parameters:
ureq -
wControl -
Returns: