Package rife.engine
Class PathInfoHandling
java.lang.Object
rife.engine.PathInfoHandling
Provides the different pathinfo handling options for a
route definition.
- Since:
- 1.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PathInfoHandling
The whole pathinfo after the route's path will be capturedstatic final PathInfoHandling
No pathinfo will be handled. -
Method Summary
Modifier and TypeMethodDescriptionstatic PathInfoHandling
MAP
(PathInfoBuilder... builder) The pathinfo has to match a pattern and will be mapped to parameters.
-
Field Details
-
NONE
No pathinfo will be handled.- Since:
- 1.0
-
CAPTURE
The whole pathinfo after the route's path will be captured- Since:
- 1.0
-
-
Method Details
-
MAP
The pathinfo has to match a pattern and will be mapped to parameters.- Parameters:
builder
- the builder that creates the mapping specification- Returns:
- the defined pathinfo handling
- Since:
- 1.0
-