org.jboss.cdi.tck.tests.implementation.simple.ee.components
Class Ping

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.ee.components.Ping

@RequestScoped
public class Ping
extends Object


Constructor Summary
Ping()
           
Ping(String testServletId)
           
 
Method Summary
 String getTestServletId()
           
 String pong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping()

Ping

public Ping(String testServletId)
Method Detail

pong

public String pong()

getTestServletId

public String getTestServletId()


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