| AbstractBookmarkableMapper |
Abstract encoder for Bookmarkable, Hybrid and BookmarkableListener URLs.
|
| AbstractBookmarkableMapper.MountPathSegment |
|
| AbstractBookmarkableMapper.UrlInfo |
Represents information stored in URL.
|
| AbstractComponentMapper |
Convenience class for implementing page/components related encoders.
|
| AbstractResourceReferenceMapper |
|
| BasicResourceReferenceMapper |
|
| BookmarkableMapper |
Decodes and encodes the following URLs:
|
| BufferedResponseMapper |
Encoder that intercepts requests for which there is already stored buffer with rendered data.
|
| CryptoMapper |
A request mapper that encrypts URLs generated by another mapper.
|
| CryptoMapper.HashedSegmentGenerator |
A generator of hashed segments.
|
| HomePageMapper |
A mapper that is used when a request to the home page ("/") is made
|
| MapperUtils |
Utility class that performs common functions used by IRequestMappers.
|
| MountedMapper |
Encoder for mounted URL.
|
| PackageMapper |
A request mapper that mounts all bookmarkable pages in a given package.
|
| PageInstanceMapper |
Decodes and encodes the following URLs:
|
| ResourceMapper |
A IRequestMapper to mount resources to a custom mount path
maps indexed parameters to path segments
maps named parameters to query string arguments or placeholder path segments
sample structure of url
|
| ResourceReferenceMapper |
|