@Path(value="index") public class UriResolverIndex extends Object
| Constructor and Description |
|---|
UriResolverIndex() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
index(javax.servlet.http.HttpServletRequest req)
Index.
|
@GET @Produces(value="text/html") @Path(value="") public InputStream index(@Context javax.servlet.http.HttpServletRequest req) throws javax.ws.rs.WebApplicationException
req - the reqjavax.ws.rs.WebApplicationException - the web application exceptionCopyright © 2022. All Rights Reserved.