org.jboss.seam.faces.context
Class ViewScopedExtension
java.lang.Object
org.jboss.seam.faces.context.ViewScopedExtension
- All Implemented Interfaces:
- Extension
public class ViewScopedExtension
- extends Object
- implements Extension
An extension to provide @ViewScoped CDI / JSF 2 integration.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewScopedExtension
public ViewScopedExtension()
addScope
public void addScope(@Observes
BeforeBeanDiscovery event)
registerContext
public void registerContext(@Observes
AfterBeanDiscovery event)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.