Package org.analogweb
Interface RequestPathMetadata
-
- All Known Subinterfaces:
RequestPath
- All Known Implementing Classes:
AbstractRequestPathMetadata
,DefaultRequestPath
,RequestPathDefinition
public interface RequestPathMetadata
A entry point path.- Author:
- y2k2mt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getActualPath()
Obtain defined path.List<String>
getRequestMethods()
Obtain defined (HTTP) request methods.boolean
match(RequestPath requestPath)
Check ownRequestPath
match assigned one.
-
-
-
Method Detail
-
getActualPath
String getActualPath()
Obtain defined path.- Returns:
- path
-
getRequestMethods
List<String> getRequestMethods()
Obtain defined (HTTP) request methods.- Returns:
- request methods
-
match
boolean match(RequestPath requestPath)
Check ownRequestPath
match assigned one.- Parameters:
requestPath
-RequestPath
- Returns:
true
- if matchedRequestPath
-
-