当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
AbstractSeamPhaseListener (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.jsf
Class AbstractSeamPhaseListener
java.lang.Object
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 |
AbstractSeamPhaseListener
protected AbstractSeamPhaseListener()
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
- Specified by:
getPhaseId
in interface javax.faces.event.PhaseListener
afterRestoreView
public void afterRestoreView(javax.faces.context.FacesContext facesContext)
- Restore the page and conversation contexts during a JSF request
beforePhase
public void beforePhase(javax.faces.event.PhaseEvent event)
- Specified by:
beforePhase
in interface javax.faces.event.PhaseListener
afterPhase
public void afterPhase(javax.faces.event.PhaseEvent event)
- Specified by:
afterPhase
in interface javax.faces.event.PhaseListener
beforeUpdateModelValues
protected void beforeUpdateModelValues(javax.faces.event.PhaseEvent event)
afterInvokeApplication
protected void afterInvokeApplication()
- Give the subclasses an opportunity to do stuff
addTransactionFailedMessage
protected void addTransactionFailedMessage()
- Add a faces message when Seam-managed transactions fail.
beforeRender
protected void beforeRender(javax.faces.event.PhaseEvent event)
afterRender
protected void afterRender(javax.faces.context.FacesContext facesContext)
afterResponseComplete
protected void afterResponseComplete(javax.faces.context.FacesContext facesContext)
handleTransactionsAfterPageActions
protected void handleTransactionsAfterPageActions(javax.faces.event.PhaseEvent event)
afterProcessValidations
protected void afterProcessValidations(javax.faces.context.FacesContext facesContext)