net.sourceforge.scopes.rewriters.impl
Class SimpleRedirectResponseRewriterConfigurator

java.lang.Object
  extended by net.sourceforge.scopes.rewriters.impl.SimpleRedirectResponseRewriterConfigurator
All Implemented Interfaces:
RedirectResponseRewriterConfigurator

public class SimpleRedirectResponseRewriterConfigurator
extends java.lang.Object
implements RedirectResponseRewriterConfigurator

Configures a collection of RedirectResponseRewriter through the use of parameters.


Constructor Summary
SimpleRedirectResponseRewriterConfigurator()
           
 
Method Summary
 java.util.Collection<RedirectResponseRewriter> configure(java.util.Map parameters)
          Configures the RedirectResponseRewriter's.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRedirectResponseRewriterConfigurator

public SimpleRedirectResponseRewriterConfigurator()
Method Detail

configure

public java.util.Collection<RedirectResponseRewriter> configure(java.util.Map parameters)
                                                         throws ScopesException
Configures the RedirectResponseRewriter's.

Specified by:
configure in interface RedirectResponseRewriterConfigurator
Parameters:
parameters - Map contaning: "redirect-classes" -> comma-separated list of classes (implementing RedirectResponseRewriter).
Returns:
The collection of rewriters.
Throws:
ScopesException - If something goes wrong.
See Also:
RedirectResponseRewriterConfigurator.configure(java.util.Map)