Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.webapp.helpers
Class ConversationIdGenerator

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

@Startup
@Name(value="conversationIdGenerator")
@Scope(value=SESSION)
public class ConversationIdGenerator
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Manager conversationManager
           
 
Constructor Summary
ConversationIdGenerator()
           
 
Method Summary
protected  String getConversationIdInURL()
           
 String getCurrentOrNewMainConversationId()
           
 String getNextCreateConversationId()
           
 String getNextMainConversationId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conversationManager

@In(value="org.jboss.seam.core.manager")
public transient Manager conversationManager
Constructor Detail

ConversationIdGenerator

public ConversationIdGenerator()
Method Detail

getNextMainConversationId

public String getNextMainConversationId()

getNextCreateConversationId

public String getNextCreateConversationId()

getCurrentOrNewMainConversationId

public String getCurrentOrNewMainConversationId()

getConversationIdInURL

protected String getConversationIdInURL()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.