Package org.analogweb
Interface RequestPath
-
- All Superinterfaces:
RequestPathMetadata
- All Known Implementing Classes:
DefaultRequestPath
public interface RequestPath extends RequestPathMetadata
A path actually requested.- Author:
- y2k2mt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URI
getBaseURI()
Application's contextURI
.String
getRequestMethod()
Requested HTTP method.URI
getRequestURI()
Actually requestedURI
.-
Methods inherited from interface org.analogweb.RequestPathMetadata
getActualPath, getRequestMethods, match
-
-