|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The request class.public interface ScopeManager<T>
Manages a scope, that is an object that can create a context from a request.
| Method Summary | |
|---|---|
void |
configure(java.lang.String scopeName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Configures the scope manager before its real use. |
Context |
createContext(T request)
Creates a context, given the request. |
| Method Detail |
|---|
void configure(java.lang.String scopeName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
scopeName - The scope name.parameters - The map of parameters used to configure it.Context createContext(T request)
request - The request to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||