org.jboss.seam.faces.context
Class ViewScopedExtension

java.lang.Object
  extended by org.jboss.seam.faces.context.ViewScopedExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class ViewScopedExtension
extends Object
implements javax.enterprise.inject.spi.Extension

An extension to provide @ViewScoped CDI / JSF 2 integration.

Author:
Lincoln Baxter, III

Constructor Summary
ViewScopedExtension()
           
 
Method Summary
 void addScope(javax.enterprise.inject.spi.BeforeBeanDiscovery event)
           
 void registerContext(javax.enterprise.inject.spi.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
                     javax.enterprise.inject.spi.BeforeBeanDiscovery event)

registerContext

public void registerContext(@Observes
                            javax.enterprise.inject.spi.AfterBeanDiscovery event)


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