Package org.apache.webbeans.jsf
Class JsfConversationService
- java.lang.Object
-
- org.apache.webbeans.web.context.WebConversationService
-
- org.apache.webbeans.jsf.JsfConversationService
-
- All Implemented Interfaces:
ConversationService
public class JsfConversationService extends WebConversationService
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.web.context.WebConversationService
REQUEST_PARAM_CONVERSATION_ID, REQUEST_PARAM_SUPPRESS_CONVERSATION_PROPAGATION, SESSION_CONVERSATION_ID_PARAM_NAME
-
-
Constructor Summary
Constructors Constructor Description JsfConversationService(WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConversationId()-
Methods inherited from class org.apache.webbeans.web.context.WebConversationService
generateConversationId, getConversationIdCounter, getCurrentServletRequest, getSessionConversationIdCounter
-
-
-
-
Constructor Detail
-
JsfConversationService
public JsfConversationService(WebBeansContext webBeansContext)
-
-
Method Detail
-
getConversationId
public String getConversationId()
- Specified by:
getConversationIdin interfaceConversationService- Overrides:
getConversationIdin classWebConversationService
-
-