Class WebPath

java.lang.Object
org.basex.http.web.WebPath
Direct Known Subclasses:
WsPath

public abstract class WebPath extends Object
This abstract class represents the path of a Web function.
Author:
BaseX Team 2005-21, BSD License, Johannes Finckh
  • Field Details

    • path

      protected final String path
      Path.
  • Constructor Details

    • WebPath

      protected WebPath(String path)
      Constructor.
      Parameters:
      path - path
  • Method Details