Class SeBootstrapTest.TestResource
java.lang.Object
org.jboss.resteasy.bootstrap.test.SeBootstrapTest.TestResource
- Enclosing class:
 SeBootstrapTest
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
TestResource
public TestResource() 
 - 
 - 
Method Details
- 
greet
@GET @Path("/{name}") @Produces("text/plain") public jakarta.ws.rs.core.Response greet(@PathParam("name") String name)  
 -