| Class | Description |
|---|---|
| DefaultController |
This controller implementation provides a default URL format
/<prefix>/id_<id>(/view_<view>)
and a way to handle those urls passing the content id and optionally the view name to the content and
view layers of the framework.
|
| MetaController | |
| SpringRequestParameterAccess |
Implements a request blob wrapper by means of spring's MultiPartRequest.
|
| SpringViewUtilities |
Implements the inclusion mechanism of tangram by means of spring views.
|
| TangramSpringServices | |
| TangramViewHandler |