org.apache.myfaces.custom.conversation
Class UIConversation

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by org.apache.myfaces.custom.conversation.AbstractConversationComponent
                  extended by org.apache.myfaces.custom.conversation.UIConversation
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.StateHolder

public class UIConversation
extends AbstractConversationComponent

puts a bean into the conversation context add a bean under context control

Author:
imario@apache.org

Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class org.apache.myfaces.custom.conversation.AbstractConversationComponent
COMPONENT_FAMILY
 
Constructor Summary
UIConversation()
           
 
Method Summary
static void elevateBean(javax.faces.context.FacesContext context, java.lang.String conversationName, javax.faces.el.ValueBinding valueBinding)
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 
Methods inherited from class org.apache.myfaces.custom.conversation.AbstractConversationComponent
getFamily, getName, restoreState, saveState, setName
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIConversation

public UIConversation()
Method Detail

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

elevateBean

public static void elevateBean(javax.faces.context.FacesContext context,
                               java.lang.String conversationName,
                               javax.faces.el.ValueBinding valueBinding)


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