org.jboss.seam.faces.event
Class DelegatingPhaseListener
java.lang.Object
org.jboss.seam.solder.beanManager.BeanManagerAware
org.jboss.seam.faces.event.AbstractListener<PhaseListener>
org.jboss.seam.faces.event.DelegatingPhaseListener
- All Implemented Interfaces:
- Serializable, EventListener, PhaseListener
public class DelegatingPhaseListener
- extends AbstractListener<PhaseListener>
- implements PhaseListener
Provide CDI injection to PhaseListener artifacts by delegating through this
class.
- Author:
- Serialized Form
| Methods inherited from class org.jboss.seam.solder.beanManager.BeanManagerAware |
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingPhaseListener
public DelegatingPhaseListener()
getPhaseId
public PhaseId getPhaseId()
- Specified by:
getPhaseId in interface PhaseListener
beforePhase
public void beforePhase(PhaseEvent event)
- Specified by:
beforePhase in interface PhaseListener
afterPhase
public void afterPhase(PhaseEvent event)
- Specified by:
afterPhase in interface PhaseListener
Copyright © 2009-2011 Seam Framework. All Rights Reserved.