net.sourceforge.scopes.rewriters
Interface RedirectResponseRewriterConfigurator

All Known Implementing Classes:
SimpleRedirectResponseRewriterConfigurator

public interface RedirectResponseRewriterConfigurator

Configures a collection of RedirectResponseRewriter, i.e. creates them.


Method Summary
 java.util.Collection<RedirectResponseRewriter> configure(java.util.Map parameters)
          Creates all the needed RedirectResponseRewriter.
 

Method Detail

configure

java.util.Collection<RedirectResponseRewriter> configure(java.util.Map parameters)
                                                         throws ScopesException
Creates all the needed RedirectResponseRewriter.

Parameters:
parameters - Parameters useful for configuration.
Returns:
The collection of rewriters.
Throws:
ScopesException - If something goes wrong.