ServletRedirectorRegistry.java | Class | This component advertises the
ServletRedirectRegistryService .
The servlet request URL can optionally specify redirector filters,
e.g.:
http://localhost:8800/$(http_redirect,foo)MyAgent/bar
where the options are:
[http_redirect, foo]
In this example, these explicit redirectors will be attempted in that
specified order. |