org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class InjectableConversation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
protected final javax.enterprise.inject.spi.Bean<?> bean
editableWindowContext
protected final EditableWindowContext editableWindowContext
InjectableConversation
protected InjectableConversation(javax.enterprise.inject.spi.Bean<?> bean,
WindowContextManager windowContextManager)
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.