Class DoGet

    • Method Detail

      • doBody

        protected void doBody​(Transaction transaction,
                              javax.servlet.http.HttpServletResponse resp,
                              String path)
        Overrides:
        doBody in class DoHead
      • getDateTimeFormat

        protected DateFormat getDateTimeFormat​(Locale browserLocale)
        Return this as the Date/Time format for displaying Creation + Modification dates
        Parameters:
        browserLocale -
        Returns:
        DateFormat used to display creation and modification dates
      • getCSS

        protected String getCSS()
        Return the CSS styles used to display the HTML representation of the webdav content.
        Returns:
      • getHeader

        protected String getHeader​(Transaction transaction,
                                   String path,
                                   javax.servlet.http.HttpServletResponse resp,
                                   javax.servlet.http.HttpServletRequest req)
        Return the header to be displayed in front of the folder content
        Parameters:
        transaction -
        path -
        resp -
        req -
        Returns:
      • getFooter

        protected String getFooter​(Transaction transaction,
                                   String path,
                                   javax.servlet.http.HttpServletResponse resp,
                                   javax.servlet.http.HttpServletRequest req)
        Return the footer to be displayed after the folder content
        Parameters:
        transaction -
        path -
        resp -
        req -
        Returns: