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()
           
 Set<Annotation> getQualifiers()
           
 Class<? extends Annotation> getScope()
           
 

Method Detail

getScope

Class<? extends Annotation> getScope()

getConversationGroup

Class<?> getConversationGroup()

getQualifiers

Set<Annotation> getQualifiers()


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