| Interface | Description |
|---|---|
| UrlConverter |
Responsible for the proper handling of urls within the basic framework
BasicFramework. |
| Class | Description |
|---|---|
| BasicFramework |
The Basic Framework is based on a list of
UrlConverters. |
| BasicUrl | |
| BasicUrlConverter |
Basic implementation of UrlConverter.
|
| BlockUrlConverter |
A block url converter is an url converter which encodes in the URL precisely one block.
|
| ChainedUrlConverter |
Keeps track of several UrlConverters and chains them one after another.
|
| DirectoryUrlConverter |
A directory URL converter is a URL-converter which arranges to work in just one subdirectory.
|
| MMBaseUrlConverter |
The UrlConverter which deals in urls and filters links that start with '/mmbase/' (or whatever
was configured for this prefix).
|
| State |
State is a wrapper arround HttpServletRequest which maintains the current state of framework
component rendering.
|
| Url |
An Url object is the result of
UrlConverters. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}