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

SeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.jsf
Class SeamPhaseListener

java.lang.Object
  extended by org.jboss.seam.jsf.AbstractSeamPhaseListener
      extended by org.jboss.seam.jsf.SeamPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener
Direct Known Subclasses:
TransactionalSeamPhaseListener

public class SeamPhaseListener
extends AbstractSeamPhaseListener

Manages the Seam contexts associated with a JSF request. Manages the thread/context associations throughoutt the lifecycle of the JSF request.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
SeamPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
protected  void handleTransactionsAfterPhase(javax.faces.event.PhaseEvent event)
           
protected  void handleTransactionsBeforePhase(javax.faces.event.PhaseEvent event)
           
 
Methods inherited from class org.jboss.seam.jsf.AbstractSeamPhaseListener
addTransactionFailedMessage, afterInvokeApplication, afterProcessValidations, afterRender, afterResponseComplete, afterRestoreView, beforeRender, beforeUpdateModelValues, getPhaseId, handleTransactionsAfterPageActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamPhaseListener

public SeamPhaseListener()
Method Detail

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent event)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener
Overrides:
beforePhase in class AbstractSeamPhaseListener

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent event)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener
Overrides:
afterPhase in class AbstractSeamPhaseListener

handleTransactionsAfterPhase

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

handleTransactionsBeforePhase

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