org.jboss.cdi.tck.tests.decorators.ordering.global
Class AbstractDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.ordering.global.AbstractDecorator
All Implemented Interfaces:
Decorated
Direct Known Subclasses:
GloballyEnabledDecorator1, GloballyEnabledDecorator2, GloballyEnabledDecorator3, GloballyEnabledDecorator4, GloballyEnabledDecorator5, LegacyDecorator1, LegacyDecorator2, LegacyDecorator3, WebApplicationGlobalDecorator

public abstract class AbstractDecorator
extends Object
implements Decorated


Constructor Summary
AbstractDecorator()
           
 
Method Summary
 void getSequence(List<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDecorator

public AbstractDecorator()
Method Detail

getSequence

public void getSequence(List<String> list)
Specified by:
getSequence in interface Decorated


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