Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.helpers
Class ParalleleNavigationHelper

java.lang.Object
  extended by org.nuxeo.ecm.webapp.helpers.ParalleleNavigationHelper
All Implemented Interfaces:
java.io.Serializable

@Startup
@Name(value="paralleleNavigationHelper")
@Scope(value=SESSION)
public class ParalleleNavigationHelper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String PARALLELE_URL_PREFIX
           
 
Constructor Summary
ParalleleNavigationHelper()
           
 
Method Summary
 java.lang.String getCurrentDocumentFullUrl()
           
 java.lang.String getDocumentFullUrl(DocumentRef docRef)
           
 java.lang.String navigateToURL()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARALLELE_URL_PREFIX

public static final java.lang.String PARALLELE_URL_PREFIX
See Also:
Constant Field Values
Constructor Detail

ParalleleNavigationHelper

public ParalleleNavigationHelper()
Method Detail

navigateToURL

@Begin(id="#{conversationIdGenerator.nextMainConversationId}")
public java.lang.String navigateToURL()
                               throws ClientException
Throws:
ClientException

getCurrentDocumentFullUrl

public java.lang.String getCurrentDocumentFullUrl()

getDocumentFullUrl

public java.lang.String getDocumentFullUrl(DocumentRef docRef)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.