|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookmarkHandler
Description:
The bookmark launch handler implements the launching code of a bookmark. The
handler must check if the given bookmark must be handled by this handler. It
must only launch bookmarks that are launchable by this handler.
The handlers must be added to the appropriate spring config file. See the RepoBookmarkHandler for an example
When you create a new bookmark handler, you should usually also implement a JumpInHandlerFactory for this type of bookmark!
Initial Date: 28.05.2008
| Method Summary | |
|---|---|
java.lang.String |
createJumpInURL(Bookmark bookmark)
Create a fully qualified URL that can be used to launch this bookmark e.g. |
boolean |
tryToLaunch(Bookmark bookmark,
UserRequest ureq,
WindowControl wControl)
Try to launch the given OLAT resource |
| Method Detail |
|---|
boolean tryToLaunch(Bookmark bookmark,
UserRequest ureq,
WindowControl wControl)
bookmark - The bookmark to be launchedureq. - The current user requestwControl - The current window control
java.lang.String createJumpInURL(Bookmark bookmark)
bookmark -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||