org.jboss.cdi.tck.tests.context.dependent
Class InteriorDecorator
java.lang.Object
org.jboss.cdi.tck.tests.context.dependent.InteriorDecorator
- All Implemented Interfaces:
- Interior
@Decorator
public class InteriorDecorator
- extends Object
- implements Interior
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteriorDecorator
public InteriorDecorator()
reset
public static void reset()
foo
public void foo()
- Specified by:
foo in interface Interior
preDestroy
@PreDestroy
public void preDestroy()
getInstances
public static List<InteriorDecorator> getInstances()
- Returns:
- the instances
isDestroyed
public static boolean isDestroyed()
- Returns:
- the destroyed
Copyright © 2008-2013 Seam Framework. All Rights Reserved.