org.apache.myfaces.custom.conversation
Interface ConversationBeanElevator

All Known Implementing Classes:
DefaultConversationBeanElevator

public interface ConversationBeanElevator

Interface used by the system to instruct the elevator to find and elevate a bean into the conversation scope


Method Summary
 void elevateBean(javax.faces.context.FacesContext context, Conversation conversation, javax.faces.el.ValueBinding valueBinding)
           
 

Method Detail

elevateBean

void elevateBean(javax.faces.context.FacesContext context,
                 Conversation conversation,
                 javax.faces.el.ValueBinding valueBinding)


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