org.apache.myfaces.orchestra.conversation
Interface ConversationAware


public interface ConversationAware

Beans implementing this interface will get the conversation object passed to them when they are created.

The callback occurs just after the constructor is run, but before the dependency-injection framework "init" method (if any).

See Also:
ConversationBindingListener

Method Summary
 void setConversation(Conversation conversation)
          The conversation the bean implementing this interface belongs to.
 

Method Detail

setConversation

void setConversation(Conversation conversation)
The conversation the bean implementing this interface belongs to.



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