Interface | Description |
---|---|
URLResolver |
A URL resolver is responsible for creating the pages from URLs.
|
Class | Description |
---|---|
ClassNameURLResolver |
The class name URL resolver resolves the URLs using reflection.
|
Page |
A page is a wrapper with a URL.
|
Exception | Description |
---|---|
PageNotFoundException |
Exception thrown when a URL resolver cannot resolve an URL.
|