org.olat.repository
Class RepoJumpInHandlerFactory

java.lang.Object
  extended by 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

Constructor Summary
RepoJumpInHandlerFactory()
           
 
Method Summary
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.
static java.lang.String buildRepositoryDispatchURI(RepositoryEntry re, java.lang.String initialViewIdentifyer)
           
 JumpInReceptionist createJumpInHandler(UserRequest ureq)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoJumpInHandlerFactory

public RepoJumpInHandlerFactory()
Method Detail

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)