org.mmbase.framework.basic |
|
Java Source File Name | Type | Comment |
BasicFramework.java | Class | The Basic framework is based on a list of
UrlConverter s. |
BasicUrlConverter.java | Class | Basic implementation of UrlConverter. |
ChainedUrlConverter.java | Class | Keeps track of several UrlConverters and chains them one after another.
If the outcome of an UrlConverter is not null its result is returned. |
MMBaseUrlConverter.java | Class | The UrlConverter which deals in urls and filters links that start with '/mmbase/'. |
State.java | Class | State is a wrapper arround HttpServletRequest which maintains the current state of framework
component rendering. |
UrlConverter.java | Interface | Responsible for the proper handling of urls within the basic framework
BasicFramework . |