Package snap.swing

Class JRTSite


public class JRTSite extends WebSite
A WebSite implementation for JRT
  • Constructor Details

    • JRTSite

      public JRTSite()
      Constructor.
  • Method Details

    • setURL

      public void setURL(WebURL aURL)
      Description copied from class: WebSite
      Sets the URL.
      Overrides:
      setURL in class WebSite
    • doGetOrHead

      protected void doGetOrHead(WebRequest aReq, WebResponse aResp, boolean isHead)
      Implement.
      Overrides:
      doGetOrHead in class WebSite
    • getFileHeaderForModulePath

      protected FileHeader getFileHeaderForModulePath(Path modulePath)
      Returns the file header for given module path.
    • getFileHeadersForUrlPath

      protected List<FileHeader> getFileHeadersForUrlPath(String urlPath)
      Returns the child file headers at given path.