站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

AbstractSeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.jsf
Class AbstractSeamPhaseListener

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractSeamPhaseListener()
           
 
Method Summary
protected  void afterInvokeApplication()
           
protected  void beforeRender(javax.faces.event.PhaseEvent event)
           
protected  void beforeUpdateModelValues(javax.faces.event.PhaseEvent event)
           
 javax.faces.event.PhaseId getPhaseId()
           
protected  void handleTransactionsAfterPageActions(javax.faces.event.PhaseEvent event)
           
static void restoreAnyConversationContext(javax.faces.context.FacesContext facesContext)
          Restore the page and conversation contexts during a JSF request
static void storeAnyConversationContext(javax.faces.context.FacesContext facesContext)
          Store the page and conversation contexts during a JSF request
 
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
 

Constructor Detail

AbstractSeamPhaseListener

protected AbstractSeamPhaseListener()
Method Detail

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in 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


beforeUpdateModelValues

protected void beforeUpdateModelValues(javax.faces.event.PhaseEvent event)

afterInvokeApplication

protected void afterInvokeApplication()

beforeRender

protected void beforeRender(javax.faces.event.PhaseEvent event)

handleTransactionsAfterPageActions

protected void handleTransactionsAfterPageActions(javax.faces.event.PhaseEvent event)