|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.repository.CatalogContextEntryControllerCreator
public class CatalogContextEntryControllerCreator
Description:
Initial Date: 11 fev. 2010
| Constructor Summary | |
|---|---|
CatalogContextEntryControllerCreator()
|
|
| 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 CatalogContextEntryControllerCreator()
| 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 ContextEntryControllerCreatorpublic java.lang.String getSiteClassName(ContextEntry ce)
ContextEntryControllerCreator
getSiteClassName in interface ContextEntryControllerCreatorpublic java.lang.String getTabName(ContextEntry ce)
ContextEntryControllerCreator
getTabName in interface ContextEntryControllerCreator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||