org.jboss.seam.faces.context
Class ViewScopedExtension

java.lang.Object
  extended by 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

Constructor Summary
ViewScopedExtension()
           
 
Method Summary
 void addScope(BeforeBeanDiscovery event)
           
 void registerContext(AfterBeanDiscovery event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewScopedExtension

public ViewScopedExtension()
Method Detail

addScope

public void addScope(@Observes
                     BeforeBeanDiscovery event)

registerContext

public void registerContext(@Observes
                            AfterBeanDiscovery event)


Copyright © 2009-2011 Seam Framework. All Rights Reserved.