com.sun.jersey.server.impl.jcdi
Class JCDIComponentExtension

java.lang.Object
  extended by com.sun.jersey.server.impl.jcdi.JCDIComponentExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class JCDIComponentExtension
extends java.lang.Object
implements javax.enterprise.inject.spi.Extension


Constructor Summary
JCDIComponentExtension()
           
 
Method Summary
 void clear()
           
 java.util.Collection<javax.enterprise.inject.spi.ProcessInjectionTarget> getProcessInjectionTargets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCDIComponentExtension

public JCDIComponentExtension()
Method Detail

getProcessInjectionTargets

public java.util.Collection<javax.enterprise.inject.spi.ProcessInjectionTarget> getProcessInjectionTargets()

clear

public void clear()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.