当前页面: 
在线文档首页 > 
JBoss Seam  1.0.0 API 英文版文档
SeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam  1.0.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: 
- SeamExtendedManagedPersistencePhaseListener
- 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
 
| Method Summary | 
|  void | afterPhase(javax.faces.event.PhaseEvent event)
 | 
|  void | beforePhase(javax.faces.event.PhaseEvent event)
 | 
 
 
| 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)
- 
 
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent event)
-