|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedirectResponseRewriter | |
---|---|
net.sourceforge.scopes.click | Implementation of the "click" scope. |
net.sourceforge.scopes.filters | Filters for the use of Scopes in an HTTP Servlet environment. |
net.sourceforge.scopes.rewriters | Page and redirect-path rewriters. |
net.sourceforge.scopes.rewriters.impl | Rewriters implementations. |
net.sourceforge.scopes.window | Window scope implementation. |
Uses of RedirectResponseRewriter in net.sourceforge.scopes.click |
---|
Classes in net.sourceforge.scopes.click that implement RedirectResponseRewriter | |
---|---|
class |
ClickRedirectResponseRewriter
Rewrites an URL to add the reference the request id, to persist the "click" scope across redirections. |
Uses of RedirectResponseRewriter in net.sourceforge.scopes.filters |
---|
Fields in net.sourceforge.scopes.filters with type parameters of type RedirectResponseRewriter | |
---|---|
protected java.util.Collection<RedirectResponseRewriter> |
ScopesHttpFilter.redirectColl
The collection of items that can rewrite the redirect URLs or paths. |
Uses of RedirectResponseRewriter in net.sourceforge.scopes.rewriters |
---|
Methods in net.sourceforge.scopes.rewriters that return types with arguments of type RedirectResponseRewriter | |
---|---|
java.util.Collection<RedirectResponseRewriter> |
RedirectResponseRewriterConfigurator.configure(java.util.Map parameters)
Creates all the needed RedirectResponseRewriter . |
Uses of RedirectResponseRewriter in net.sourceforge.scopes.rewriters.impl |
---|
Methods in net.sourceforge.scopes.rewriters.impl that return types with arguments of type RedirectResponseRewriter | |
---|---|
java.util.Collection<RedirectResponseRewriter> |
SimpleRedirectResponseRewriterConfigurator.configure(java.util.Map parameters)
Configures the RedirectResponseRewriter 's. |
Uses of RedirectResponseRewriter in net.sourceforge.scopes.window |
---|
Classes in net.sourceforge.scopes.window that implement RedirectResponseRewriter | |
---|---|
class |
WindowRedirectResponseRewriter
Rewrites an URL to add the reference to the calling window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |