| Package | Description |
|---|---|
| org.mmbase.framework.basic | |
| org.mmbase.mynews |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicUrlConverter
Basic implementation of UrlConverter.
|
class |
BlockUrlConverter
A block url converter is an url converter which encodes in the URL precisely one block.
|
class |
ChainedUrlConverter
Keeps track of several UrlConverters and chains them one after another.
|
class |
DirectoryUrlConverter
A directory URL converter is a URL-converter which arranges to work in just one subdirectory.
|
class |
MMBaseUrlConverter
The UrlConverter which deals in urls and filters links that start with '/mmbase/' (or whatever
was configured for this prefix).
|
| Modifier and Type | Field and Description |
|---|---|
protected UrlConverter |
BasicFramework.fallbackConverter |
| Modifier and Type | Method and Description |
|---|---|
UrlConverter |
Url.getUrlConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedUrlConverter.add(UrlConverter u)
Adds the UrlConverters to the list.
|
boolean |
ChainedUrlConverter.contains(UrlConverter u) |
| Constructor and Description |
|---|
BasicUrl(UrlConverter uc,
String url) |
BasicUrl(UrlConverter uc,
String url,
int quality) |
Url(UrlConverter uc) |
Url(UrlConverter uc,
int w) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyNewsUrlConverter
The UrlConverter that can filter and create urls for the MyNews example application.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}