|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.scopes.managers.impl.SimpleScopeManagerConfigurator<T>
T
- public class SimpleScopeManagerConfigurator<T extends javax.servlet.ServletRequest>
Configures all scopes managers through the use of parameters.
Constructor Summary | |
---|---|
SimpleScopeManagerConfigurator()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,ScopeManager<? super T>> |
configure(java.util.Map<java.lang.String,java.lang.Object> parameters)
Configures the scopes managers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleScopeManagerConfigurator()
Method Detail |
---|
public java.util.Map<java.lang.String,ScopeManager<? super T>> configure(java.util.Map<java.lang.String,java.lang.Object> parameters) throws ScopesException
configure
in interface ScopeManagerConfigurator<T extends javax.servlet.ServletRequest>
parameters
- Map containing the parameters. It must contain:
"manager-scope-names"
-> comma-separated
list of scope names, in order of evaluation;"manager-class-names"
-> comma-separated
list of class names, each corresponding the scope in the same
position specified in the previous parameter.ScopesException
- If something goes wrong.ScopeManagerConfigurator.configure(Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |