org.jboss.cdi.tck.tests.lookup.modules
Class WebBar

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.modules.WebBar
All Implemented Interfaces:
Bar

public class WebBar
extends Object
implements Bar


Constructor Summary
WebBar()
           
 
Method Summary
 Foo getFoo()
           
 int ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBar

public WebBar()
Method Detail

ping

public int ping()
Specified by:
ping in interface Bar

getFoo

public Foo getFoo()
Specified by:
getFoo in interface Bar


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