org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class InjectableConversation

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InjectableConversation
All Implemented Interfaces:
Serializable, Conversation

@Typed
public class InjectableConversation
extends Object
implements Conversation

Author:
Gerhard Petracek
See Also:
Serialized Form

Field Summary
protected  javax.enterprise.inject.spi.Bean<?> bean
           
protected  EditableWindowContext editableWindowContext
           
 
Constructor Summary
protected InjectableConversation(javax.enterprise.inject.spi.Bean<?> bean, WindowContextManager windowContextManager)
           
 
Method Summary
 void close()
           
protected  Conversation findConversation()
           
 void restart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

protected final javax.enterprise.inject.spi.Bean<?> bean

editableWindowContext

protected final EditableWindowContext editableWindowContext
Constructor Detail

InjectableConversation

protected InjectableConversation(javax.enterprise.inject.spi.Bean<?> bean,
                                 WindowContextManager windowContextManager)
Method Detail

close

public void close()
Specified by:
close in interface Conversation

restart

public void restart()
Specified by:
restart in interface Conversation

findConversation

protected Conversation findConversation()


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