Class QASiteSection

    • Constructor Detail

      • QASiteSection

        public QASiteSection()
        Create a QA SiteSection object.

        This initialises the SiteSection object with the pages that exists in QA.

    • Method Detail

      • createQAReturnURL

        public static java.lang.String createQAReturnURL​(javax.servlet.http.HttpServletRequest request)
        Create a return-url for the QA pages that takes one.

        The current implementation is hokey, but trying to go through URL objects is a mess.

        Parameters:
        request - The request that we have been called with.
        Returns:
        A URL object that leads to the QA-status page on the same machine as the request came from.
      • close

        public void close()
        No cleanup necessary in this site section.
        Specified by:
        close in class SiteSection