org.jboss.seam.faces
@Name(value="org.jboss.seam.faces.facesPage") @BypassInterceptors @Install(precedence=0, classDependencies="javax.faces.context.FacesContext") @Scope(value=PAGE) public class FacesPage extends Object implements Serializable
Constructor and Description |
---|
FacesPage() |
Modifier and Type | Method and Description |
---|---|
void |
discardNestedConversation(String outerConversationId) |
void |
discardTemporaryConversation() |
String |
getConversationId() |
Integer |
getPageflowCounter() |
String |
getPageflowName() |
String |
getPageflowNodeName() |
static FacesPage |
instance() |
boolean |
isConversationLongRunning() |
void |
storeConversation() |
void |
storeConversation(String conversationId) |
void |
storePageflow() |
public String getConversationId()
public void discardTemporaryConversation()
public void discardNestedConversation(String outerConversationId)
public void storeConversation(String conversationId)
public void storePageflow()
public static FacesPage instance()
public boolean isConversationLongRunning()
public Integer getPageflowCounter()
public String getPageflowName()
public String getPageflowNodeName()
public void storeConversation()
Copyright © 2015 Seam Framework. All Rights Reserved.