org.jboss.cdi.tck.tests.deployment.packaging.ear.modules
Class Foo
java.lang.Object
org.jboss.cdi.tck.tests.deployment.packaging.ear.modules.Foo
- All Implemented Interfaces:
- Business
@Secured
@RequestScoped
public class Foo
- extends Object
- implements Business
- Author:
- Martin Kouba
|
Constructor Summary |
Foo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Foo
public Foo()
businessOperation1
public void businessOperation1()
- Specified by:
businessOperation1 in interface Business
businessOperation2
public void businessOperation2()
- Specified by:
businessOperation2 in interface Business
Copyright © 2008-2012 Seam Framework. All Rights Reserved.