Class HttpPath
java.lang.Object
net.officefloor.web.resource.source.HttpPath
Path for a
HttpResource.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate.HttpPath(HttpRequest request, WebServicer webServicer) Instantiate. -
Method Summary
-
Constructor Details
-
HttpPath
Instantiate.- Parameters:
path- Path.
-
HttpPath
Instantiate.- Parameters:
request-HttpRequestto extract the path.webServicer-WebServicerfor the path.
-
-
Method Details
-
getPath
Obtains the path.- Returns:
- Path.
-
getWebServicer
Obtains theWebServicer.- Returns:
WebServicer.
-