Class | Description |
---|---|
AbstractURLSegment |
Base class to contain the informations of the segments that compose the URL used to map a method.
|
FixedURLSegment |
Segment class for segments without path parameter (i.e.
|
MultiParamSegment |
This kind of segment can contain more than one path parameter, for example
"/message-{day}-{month}-{year}/".
|
ParamSegment |
StringValue subtype that represents a mounted segment containing a parameter's value (for
example '/{id}/'). |
Copyright © 2015. All rights reserved.