org.jboss.seam.rest
Class SeamRestExtension

java.lang.Object
  extended by org.jboss.seam.rest.SeamRestExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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

Currently just vetoes SeamRestConfiguration.

Author:
Jozef Hartinger

Constructor Summary
SeamRestExtension()
           
 
Method Summary
 void vetoSeamRestConfiguration(javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.seam.rest.SeamRestConfiguration> event)
          Veto SeamRestConfiguration class from bean discovery since we want it's subclasses to be beans, not the class itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamRestExtension

public SeamRestExtension()
Method Detail

vetoSeamRestConfiguration

public void vetoSeamRestConfiguration(@Observes
                                      javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.seam.rest.SeamRestConfiguration> event)
Veto SeamRestConfiguration class from bean discovery since we want it's subclasses to be beans, not the class itself.



Copyright © 2011 Seam Framework. All Rights Reserved.