Class HttpPath

java.lang.Object
net.officefloor.web.resource.source.HttpPath

public class HttpPath extends Object
Path for a HttpResource.
Author:
Daniel Sagenschneider
  • Constructor Details

    • HttpPath

      public HttpPath(String path)
      Instantiate.
      Parameters:
      path - Path.
    • HttpPath

      public HttpPath(HttpRequest request, WebServicer webServicer)
      Instantiate.
      Parameters:
      request - HttpRequest to extract the path.
      webServicer - WebServicer for the path.
  • Method Details