| java.lang.Object org.directwebremoting.guice.InternalCreatorManager
InternalCreatorManager | public class InternalCreatorManager implements CreatorManager(Code) | | Extends an existing creator manager with an injected list of creators
specified at Guice bind-time. Only to be used in conjunction with
DwrGuiceServlet .
author: Tim Peierls [tim at peierls dot net] |
InternalCreatorManager | public InternalCreatorManager()(Code) | | Retrieves an underlying creator manager from thread-local state
to which this class delegates
CreatorManager calls.
Adds any creators found from the Guice bindings.
|
isDebug | public boolean isDebug()(Code) | | |
isInitApplicationScopeCreatorsAtStartup | public boolean isInitApplicationScopeCreatorsAtStartup()(Code) | | accessor for if we create the created objects at startup |
setDebug | public void setDebug(boolean debug)(Code) | | Parameters: debug - Are we in debug mode? |
setInitApplicationScopeCreatorsAtStartup | public void setInitApplicationScopeCreatorsAtStartup(boolean initApplicationScopeCreatorsAtStartup)(Code) | | |
setTypeName | static void setTypeName(String name)(Code) | | Stores a type name in a thread-local variable for later retrieval by
getCreatorManager .
Parameters: name - The new type name |
|
|