org.jboss.cdi.tck.tests.lookup.injectionpoint
Class Cat

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.Cat
All Implemented Interfaces:
Animal

public class Cat
extends Object
implements Animal


Constructor Summary
Cat()
           
 
Method Summary
 javax.enterprise.inject.spi.BeanManager getBeanManager()
           
 javax.enterprise.inject.spi.InjectionPoint getDecorator1InjectionPoint()
           
 javax.enterprise.inject.spi.InjectionPoint getDecorator2InjectionPoint()
           
 javax.enterprise.inject.spi.InjectionPoint getDecorator3InjectionPoint()
           
 javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
           
 Toy getToy()
           
 String hello()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cat

public Cat()
Method Detail

hello

public String hello()
Specified by:
hello in interface Animal

getInjectionPoint

public javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()

getBeanManager

public javax.enterprise.inject.spi.BeanManager getBeanManager()

getDecorator1InjectionPoint

public javax.enterprise.inject.spi.InjectionPoint getDecorator1InjectionPoint()
Specified by:
getDecorator1InjectionPoint in interface Animal

getDecorator2InjectionPoint

public javax.enterprise.inject.spi.InjectionPoint getDecorator2InjectionPoint()
Specified by:
getDecorator2InjectionPoint in interface Animal

getDecorator3InjectionPoint

public javax.enterprise.inject.spi.InjectionPoint getDecorator3InjectionPoint()
Specified by:
getDecorator3InjectionPoint in interface Animal

getToy

public Toy getToy()
Specified by:
getToy in interface Animal


Copyright © 2008-2012 Seam Framework. All Rights Reserved.