当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
FacesPage (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.core
Class FacesPage
java.lang.Object
org.jboss.seam.core.FacesPage
- All Implemented Interfaces:
- Serializable
@Name(value="org.jboss.seam.core.facesPage")
@Intercept(value=NEVER)
@Install(precedence=0)
@Scope(value=PAGE)
public class FacesPage
- extends Object
- implements Serializable
Book-keeping component that persists information
about the conversation associated with the current
page.
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesPage
public FacesPage()
getConversationId
public String getConversationId()
discardTemporaryConversation
public void discardTemporaryConversation()
discardNestedConversation
public void discardNestedConversation(String outerConversationId)
storeConversation
public void storeConversation(String conversationId)
storePageflow
public void storePageflow()
instance
public static FacesPage instance()
isConversationLongRunning
public boolean isConversationLongRunning()
getPageflowCounter
public Integer getPageflowCounter()
getPageflowName
public String getPageflowName()
getPageflowNodeName
public String getPageflowNodeName()
storeConversation
public void storeConversation()