...
A PortalHandler gains full control over request dispatching for GET and POST requests that it expresses control over, although currently it may not handle other kinds of requests. PortalHandlers may be registered by either a fixed "prefix" (an initial URL segemtn) or may also form part of a "chaining" model whereby a number of handlers are queried for a particular request until one returns that it is responsible.
...