Class TocResourceBuilder
java.lang.Object
io.goobi.viewer.api.rest.resourcebuilders.TocResourceBuilder
- Author:
- Florian Alpers
-
Constructor Summary
ConstructorsConstructorDescriptionTocResourceBuilder(HttpServletRequest request, HttpServletResponse response) -
Method Summary
-
Constructor Details
-
TocResourceBuilder
- Parameters:
request- the HTTP servlet requestresponse- the HTTP servlet response
-
-
Method Details
-
getToc
public String getToc(String pi) throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, PresentationException, IndexUnreachableException, DAOException, ViewerConfigurationException - Parameters:
pi- persistent identifier of the record- Returns:
- TOC as
String - Throws:
de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundExceptionPresentationExceptionIndexUnreachableExceptionDAOExceptionViewerConfigurationException
-