|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.scopes.managers.impl.ApplicationScopeManager
public class ApplicationScopeManager
Manages application scope.
Nested Class Summary | |
---|---|
protected class |
ApplicationScopeManager.ServletContext
Wraps a javax.servlet.ServletContext to appear as a Scopes-context. |
Constructor Summary | |
---|---|
ApplicationScopeManager()
|
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 an application context bound to servlet context, given the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationScopeManager()
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 to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |