org.jboss.cdi.tck.tests.implementation.builtin.metadata
Class Yoghurt

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.metadata.Yoghurt
All Implemented Interfaces:
Serializable, MilkProduct

@SessionScoped
public class Yoghurt
extends Object
implements MilkProduct

See Also:
Serialized Form

Constructor Summary
Yoghurt()
           
 
Method Summary
 javax.enterprise.inject.spi.Bean<Yoghurt> getBeanBean()
           
 MilkProductDecorator getDecoratorInstance()
           
 YoghurtInterceptor getInterceptorInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yoghurt

public Yoghurt()
Method Detail

getBeanBean

public javax.enterprise.inject.spi.Bean<Yoghurt> getBeanBean()

getDecoratorInstance

public MilkProductDecorator getDecoratorInstance()
Specified by:
getDecoratorInstance in interface MilkProduct

getInterceptorInstance

public YoghurtInterceptor getInterceptorInstance()


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