java.lang.Object
com.semanticcms.core.servlet.PageDags
Utilities for working with directed acyclic graphs (DAGs) of pages.
-
Method Summary
Modifier and TypeMethodDescriptionconvertPageDagToList
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page rootPage, CaptureLevel level)
-
Method Details
-
convertPageDagToList
public static List<Page> convertPageDagToList(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page rootPage, CaptureLevel level) throws ServletException, IOException - Throws:
ServletException
IOException
-