org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class Bar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Bar
Direct Known Subclasses:
AlternativeBar

@Secured
public class Bar
extends Object

Author:
Martin Kouba

Constructor Summary
Bar()
           
 
Method Summary
 Baz getBaz()
           
 Qux getQux()
           
 boolean isAlternative()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

getBaz

public Baz getBaz()

getQux

public Qux getQux()

isAlternative

public boolean isAlternative()


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