|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.group.BusinessGroupContextEntryControllerCreator
public class BusinessGroupContextEntryControllerCreator
This class can create run controllers for business groups for a given context entry
Initial Date: 19.08.2009
| Constructor Summary | |
|---|---|
BusinessGroupContextEntryControllerCreator()
|
|
| Method Summary | |
|---|---|
Controller |
createController(ContextEntry ce,
UserRequest ureq,
WindowControl wControl)
Factory method to create the run controller for this contex. |
java.lang.String |
getSiteClassName(ContextEntry ce)
The class name of the site that must be activated or NULL if opened as dTab |
java.lang.String |
getTabName(ContextEntry ce)
The name of the dynamic tab if such a tab should be created or NULL if opened as Site |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessGroupContextEntryControllerCreator()
| Method Detail |
|---|
public Controller createController(ContextEntry ce,
UserRequest ureq,
WindowControl wControl)
ContextEntryControllerCreatorJust create the correct controller given the contextentry. Everthing else already done. (no need to advance pos in stack or such)
If context opens a site instead of creating a new dtab, the method can return NULL
createController in interface ContextEntryControllerCreatorContextEntryControllerCreator.createController(org.olat.core.id.context.ContextEntry,
org.olat.core.gui.UserRequest,
org.olat.core.gui.control.WindowControl)public java.lang.String getTabName(ContextEntry ce)
ContextEntryControllerCreator
getTabName in interface ContextEntryControllerCreatorContextEntryControllerCreator.getTabName(org.olat.core.id.context.ContextEntry)public java.lang.String getSiteClassName(ContextEntry ce)
ContextEntryControllerCreator
getSiteClassName in interface ContextEntryControllerCreatorContextEntryControllerCreator.getSiteClassName(org.olat.core.id.context.ContextEntry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||