|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ContextScope.AbstractModule that adds DWR configuration methods,
in conjunction with DwrGuiceServlet.AbstractContextScope using a concurrent map
to hold registered instance providers.AbstractContextScope for the case when
the context identifier itself can serve as a string-keyed instance registry
using synchronization on the context to provide atomic put-if-absent
and remove-specific-value behavior.init() and closed (when they implement Closeable)
at servlet destroy().configure
to specify classes that DWR should scan for annotations.
match.
type.
type using an existing
conversion for impl, which must be assignable to type.
ServletModule because their
bindings for request, response, and session conflict.
ServletModule.
scriptName.
configure
to create a binding for a DWR parameter.
type that is used as the target of a
remote method call with the class's unqualified name as the script name.
scriptName.
BindUtil.fromConstructor(java.lang.Class, com.google.inject.Key...) .object is closed.
Closeable application-scoped objects.
DwrServlet
that configures itself for dependency injection with Guice.Injector and stash it in the ServletContext.providedType
using a factory method defined by factoryType, methodName,
and a list of method parameter types specified as Guice keys.
providedType
using a factory method defined by factoryType, methodName,
and a list of method parameter types specified as Guice keys.
providedType by
calling method methodName of the type in factoryKey with
method parameter types specified as Guice keys.
providedType by
calling method methodName of the type in factoryKey with
method parameter types specified as Guice keys.
Injector.
setClass.
DwrScopes.APPLICATION, but objects in
this scope are not eagerly initialized and Closeable objects
in this scope are closed during servlet context destruction (not
during DWR servlet destruction).
servletConfig to make these values accessible to the
standard DWR servlet configuration machinery.
ContextRegistry implementations to recognize
registered instance providers.AjaxFilterManager calls.
ConverterManager calls.
CreatorManager calls.
scope(Key, Provider)
when they cannot locate a resource needed to resolve a key.creator.
Map<String, String[]>
that are to be injected with the parameter map of the current
HTTP request.@RemoteProxy
or via a parameter in XML configuration.
SpringIntegration.fromSpring providers
to a BeanFactory whose provider is a Closeable in global
application scope, which means that it will be destroyed
when the servlet context is destroyed.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||