| org.directwebremoting.guice.AbstractMapContextScope
AbstractMapContextScope | abstract public class AbstractMapContextScope extends AbstractContextScope> (Code) | | A specialization of
AbstractContextScope using a concurrent map
to hold registered instance providers. Concrete implementations must
define
get() to return the current context, and they must call
super(C.class) in constructors.
author: Tim Peierls [tim at peierls dot net] |
AbstractMapContextScope | protected AbstractMapContextScope(Class<C> type, String scopeName)(Code) | | |
get | abstract public C get()(Code) | | |
|
|