当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
SeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.jsf
Class SeamPhaseListener
java.lang.Object
   org.jboss.seam.jsf.AbstractSeamPhaseListener
org.jboss.seam.jsf.AbstractSeamPhaseListener
       org.jboss.seam.jsf.SeamPhaseListener
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
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SeamPhaseListener
public SeamPhaseListener()
beforePhase
public void beforePhase(javax.faces.event.PhaseEvent event)
- 
- Specified by:
- beforePhasein interface- javax.faces.event.PhaseListener
- Overrides:
- beforePhasein class- AbstractSeamPhaseListener
 
- 
 
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent event)
- 
- Specified by:
- afterPhasein interface- javax.faces.event.PhaseListener
- Overrides:
- afterPhasein class- AbstractSeamPhaseListener
 
- 
 
handleTransactionsAfterPhase
protected void handleTransactionsAfterPhase(javax.faces.event.PhaseEvent event)
- 
 
handleTransactionsBeforePhase
protected void handleTransactionsBeforePhase(javax.faces.event.PhaseEvent event)
-