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