Skip to content
Martin Goellnitz edited this page Nov 22, 2015 · 4 revisions

URL Generation and Handling

(TODO)

URL Generation

LinkFactory

Dynamic LinkFactory Implementations

Spring Controller

Controller

@Controller

Servlets

If you take the possible flavours of Tangram and the environments into account, there is only one common API to handle the behaviour for reactions on HTTP requests: The Servlet API.

Since this is a very low level API you still can use it to implement you own request handling, but are strongly encouraged to use at least Tangram LinkHandlers of any kind in such situations, since it avoid much boiler plate code.

Tangram URL Handlers

LinkHandler

@LinkHandler

Dynamic Link Handler Implementations

Notes

ViewUtilities, Max upload size, UniqueHostHook, UniqueURLHook

Clone this wiki locally