org.apache.myfaces.custom.conversation
Class DefaultConversationBeanElevator

java.lang.Object
  extended by org.apache.myfaces.custom.conversation.DefaultConversationBeanElevator
All Implemented Interfaces:
ConversationBeanElevator

public class DefaultConversationBeanElevator
extends java.lang.Object
implements ConversationBeanElevator

Simple elevator. Can't deal with aliased beans.


Constructor Summary
DefaultConversationBeanElevator()
           
 
Method Summary
 void elevateBean(javax.faces.context.FacesContext context, Conversation conversation, javax.faces.el.ValueBinding valueBinding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConversationBeanElevator

public DefaultConversationBeanElevator()
Method Detail

elevateBean

public void elevateBean(javax.faces.context.FacesContext context,
                        Conversation conversation,
                        javax.faces.el.ValueBinding valueBinding)
Specified by:
elevateBean in interface ConversationBeanElevator


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