当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
AbstractSeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam  1.0.1 API 英文版文档
org.jboss.seam.jsf
Class AbstractSeamPhaseListener
java.lang.Object
   org.jboss.seam.jsf.AbstractSeamPhaseListener
org.jboss.seam.jsf.AbstractSeamPhaseListener
- All Implemented Interfaces: 
- Serializable, EventListener, javax.faces.event.PhaseListener
- Direct Known Subclasses: 
- SeamPhaseListener, SeamPortletPhaseListener
- public abstract class AbstractSeamPhaseListener 
- extends Object- implements javax.faces.event.PhaseListener
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface javax.faces.event.PhaseListener | 
| afterPhase, beforePhase | 
 
AbstractSeamPhaseListener
protected AbstractSeamPhaseListener()
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
- 
- Specified by:
- getPhaseIdin interface- javax.faces.event.PhaseListener
 
- 
 
restoreAnyConversationContext
public static void restoreAnyConversationContext(javax.faces.context.FacesContext facesContext)
- Restore the page and conversation contexts during a JSF request
 
- 
 
- 
 
storeAnyConversationContext
public static void storeAnyConversationContext(javax.faces.context.FacesContext facesContext)
- Store the page and conversation contexts during a JSF request
 
- 
 
- 
 
beforeRender
protected void beforeRender(javax.faces.event.PhaseEvent event)
- 
 
- 
 
callPageActions
public boolean callPageActions(javax.faces.event.PhaseEvent event)
- 
 
- 
 
afterPageActions
protected void afterPageActions()
- 
 
-