org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped
Class MappedJsf2ScopeExtension

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf2.impl.scope.mapped.MappedJsf2ScopeExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension, Deactivatable

public class MappedJsf2ScopeExtension
extends Object
implements javax.enterprise.inject.spi.Extension, Deactivatable

Author:
Gerhard Petracek

Constructor Summary
MappedJsf2ScopeExtension()
          Default constructor which initializes the scope mapping
 
Method Summary
protected  void convertJsf2Scopes(javax.enterprise.inject.spi.ProcessAnnotatedType processAnnotatedType)
           
 boolean isActivated()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedJsf2ScopeExtension

public MappedJsf2ScopeExtension()
Default constructor which initializes the scope mapping

Method Detail

convertJsf2Scopes

protected void convertJsf2Scopes(@Observes
                                 javax.enterprise.inject.spi.ProcessAnnotatedType processAnnotatedType)

isActivated

public boolean isActivated()

Specified by:
isActivated in interface Deactivatable


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.