|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.logging.LogDelegator
org.olat.NewControllerFactory
public class NewControllerFactory
Description:
input: e.g. [repoentry:123] or [repoentry:123][CourseNode:456] or ...
Initial Date: 16.06.2006
| Method Summary | |
|---|---|
void |
addContextEntryControllerCreator(java.lang.String key,
ContextEntryControllerCreator controllerCreator)
Add a context entry controller creator for a specific key. |
boolean |
canLaunch(java.lang.String key)
Check if a context entry controller creator is available for the given key |
static NewControllerFactory |
getInstance()
Get an instance of the new controller factory |
void |
launch(UserRequest ureq,
WindowControl wControl)
Launch a controller in a tab or site in the given window from a user request url |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NewControllerFactory getInstance()
public void addContextEntryControllerCreator(java.lang.String key,
ContextEntryControllerCreator controllerCreator)
key - controllerCreator - public boolean canLaunch(java.lang.String key)
key -
public void launch(UserRequest ureq,
WindowControl wControl)
ureq - wControl -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||