Class ViewService
- java.lang.Object
-
- org.openprovenance.prov.service.summary.ViewService
-
@Path("") public class ViewService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringlongVersion
-
Constructor Summary
Constructors Constructor Description ViewService()
-
Method Summary
Modifier and Type Method Description voiddashboard(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
longVersion
public static final String longVersion
-
-
Method Detail
-
dashboard
@GET @Path("/dashboard") @Produces("text/html") public void dashboard(@Context jakarta.servlet.http.HttpServletResponse response, @Context jakarta.servlet.http.HttpServletRequest request) throws jakarta.servlet.ServletException, IOException- Throws:
jakarta.servlet.ServletExceptionIOException
-
-