org.olat.repository
Class RepoJumpInHandlerFactory
java.lang.Object
org.olat.repository.RepoJumpInHandlerFactory
- All Implemented Interfaces:
- JumpInHandlerFactory
public class RepoJumpInHandlerFactory
- extends java.lang.Object
- implements JumpInHandlerFactory
Description:
Initial Date: 23.02.2005
- Author:
- Felix Jost
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepoJumpInHandlerFactory
public RepoJumpInHandlerFactory()
createJumpInHandler
public JumpInReceptionist createJumpInHandler(UserRequest ureq)
- Specified by:
createJumpInHandler in interface JumpInHandlerFactory
- See Also:
JumpInHandlerFactory.createJumpInHandler(org.olat.core.gui.UserRequest)
buildRepositoryDispatchURI
public static java.lang.String buildRepositoryDispatchURI(RepositoryEntry re)
- Build a dispatch URI which a user can use to call re directly by entering
the dispatch URI into his/her browser location bar.
- Parameters:
re -
- Returns:
- Complete dispatch URI.
buildRepositoryDispatchURI
public static java.lang.String buildRepositoryDispatchURI(RepositoryEntry re,
java.lang.String initialViewIdentifyer)