org.jboss.seam.faces
Class FacesPage

java.lang.Object
  extended by org.jboss.seam.faces.FacesPage
All Implemented Interfaces:
java.io.Serializable

@Name(value="org.jboss.seam.faces.facesPage")
@BypassInterceptors
@Install(precedence=0,
         classDependencies="javax.faces.context.FacesContext")
@Scope(value=PAGE)
public class FacesPage
extends java.lang.Object
implements java.io.Serializable

Book-keeping component that persists information about the conversation associated with the current page.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
FacesPage()
           
 
Method Summary
 void discardNestedConversation(java.lang.String outerConversationId)
           
 void discardTemporaryConversation()
           
 java.lang.String getConversationId()
           
 java.lang.Integer getPageflowCounter()
           
 java.lang.String getPageflowName()
           
 java.lang.String getPageflowNodeName()
           
static FacesPage instance()
           
 boolean isConversationLongRunning()
           
 void storeConversation()
           
 void storeConversation(java.lang.String conversationId)
           
 void storePageflow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesPage

public FacesPage()
Method Detail

getConversationId

public java.lang.String getConversationId()

discardTemporaryConversation

public void discardTemporaryConversation()

discardNestedConversation

public void discardNestedConversation(java.lang.String outerConversationId)

storeConversation

public void storeConversation(java.lang.String conversationId)

storePageflow

public void storePageflow()

instance

public static FacesPage instance()

isConversationLongRunning

public boolean isConversationLongRunning()

getPageflowCounter

public java.lang.Integer getPageflowCounter()

getPageflowName

public java.lang.String getPageflowName()

getPageflowNodeName

public java.lang.String getPageflowNodeName()

storeConversation

public void storeConversation()


Copyright © 2011 Seam Framework. All Rights Reserved.