|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.scopes.window.WindowScopeManager
public class WindowScopeManager
Manages the window scope. At last!
| Constructor Summary | |
|---|---|
WindowScopeManager()
|
|
| 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(javax.servlet.http.HttpServletRequest request)
Creates a context bound to window scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowScopeManager()
| Method Detail |
|---|
public void configure(java.lang.String scopeName,
java.util.Map<java.lang.String,java.lang.Object> parameters)
ScopeManager
configure in interface ScopeManager<javax.servlet.http.HttpServletRequest>scopeName - The scope name.parameters - The map of parameters used to configure it.public Context createContext(javax.servlet.http.HttpServletRequest request)
createContext in interface ScopeManager<javax.servlet.http.HttpServletRequest>request - The request object to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||