|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextEntryControllerCreator
Description:
Initial Date: 23.06.2006
| 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 |
| Method Detail |
|---|
Controller createController(ContextEntry ce,
UserRequest ureq,
WindowControl wControl)
Just 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
ce - ureq - wControl -
java.lang.String getTabName(ContextEntry ce)
ce -
java.lang.String getSiteClassName(ContextEntry ce)
ce -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||