|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.directory.loco.ScopeLookupImpl
An implementation of the scope lookup interface that implements scope lookup for request, session and global scoped components.
Constructor Summary | |
ScopeLookupImpl(javax.servlet.http.HttpServletRequest request,
BeanDirectory beanDirectory)
Constructor for the scope lookup class. |
Method Summary | |
java.lang.Object |
getScope(java.lang.String scopeType)
Return the appropriate object for the requested scope. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ScopeLookupImpl(javax.servlet.http.HttpServletRequest request, BeanDirectory beanDirectory)
request
- The request that is resolving the component, or null
if the lookup is not done in the context of a request.beanDirectory
- The BeanDirectory object that acts as the
global scope.Method Detail |
public java.lang.Object getScope(java.lang.String scopeType)
scopeType
- The scope type to lookup.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |