@Path(value="/") @Produces(value="application/json") public class DataSource extends Object
| Constructor and Description |
|---|
DataSource() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
imageNameService(int n,
Source source,
int sourceIndex) |
void |
setServletContext(javax.servlet.ServletContext context) |
@Context
public void setServletContext(javax.servlet.ServletContext context)
throws IOException
IOException@GET @Path(value="imageNameService") public List<String> imageNameService(@QueryParam(value="n") int n, @QueryParam(value="source") Source source, @QueryParam(value="sourceIndex") int sourceIndex) throws SQLException
SQLExceptionCopyright © 2024 LSST. All rights reserved.