org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface ConversationKey

All Superinterfaces:
Serializable

public interface ConversationKey
extends Serializable

Author:
Gerhard Petracek

Method Summary
 Class<?> getConversationGroup()
          Class of the group of the conversation
 Set<Annotation> getQualifiers()
          CDI qualifiers without the conversation group
 Class<? extends Annotation> getScope()
          Annotation class of the scope annotation
 

Method Detail

getScope

Class<? extends Annotation> getScope()
Annotation class of the scope annotation

Returns:
scope annotation-class

getConversationGroup

Class<?> getConversationGroup()
Class of the group of the conversation

Returns:
current conversation-group

getQualifiers

Set<Annotation> getQualifiers()
CDI qualifiers without the conversation group

Returns:
qualifiers for the conversation


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.