Uses of Class
org.apache.myfaces.orchestra.conversation.ConversationAspect

Packages that use ConversationAspect
org.apache.myfaces.orchestra.conversation   
 

Uses of ConversationAspect in org.apache.myfaces.orchestra.conversation
 

Subclasses of ConversationAspect in org.apache.myfaces.orchestra.conversation
 class ConversationAccessLifetimeAspect
          Connect the conversation to the AccessScopeManager
 class ConversationTimeoutableAspect
          A conversation aspect which allows the conversation to automatically end after a given period of inactivity.
 

Methods in org.apache.myfaces.orchestra.conversation that return ConversationAspect
 ConversationAspect Conversation.getAspect(java.lang.Class conversationAspectClass)
          Get the aspect corresponding to the given class.
 ConversationAspect ConversationAspects.getAspect(java.lang.Class aspectClass)
           
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationAspect
 void Conversation.addAspect(ConversationAspect aspect)
          Add an Aspect to this conversation.
 void ConversationAspects.addAspect(ConversationAspect aspect)
           
 



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