@SessionScoped public class Yoghurt extends Object implements MilkProduct
| Constructor and Description |
|---|
Yoghurt() |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.Bean<Yoghurt> |
getBeanBean() |
MilkProductDecorator |
getDecoratorInstance() |
YoghurtInterceptor |
getInterceptorInstance() |
public javax.enterprise.inject.spi.Bean<Yoghurt> getBeanBean()
public MilkProductDecorator getDecoratorInstance()
getDecoratorInstance in interface MilkProductpublic YoghurtInterceptor getInterceptorInstance()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.