|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextCloseHandler | |
---|---|
org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
Uses of ContextCloseHandler in org.directwebremoting.guice |
---|
Classes in org.directwebremoting.guice that implement ContextCloseHandler | |
---|---|
class |
AbstractContextCloseHandler<T>
A partially implemented handler for objects contained in contexts that are closing. |
Methods in org.directwebremoting.guice with parameters of type ContextCloseHandler | |
---|---|
void |
ContextScope.close(C context,
ContextCloseHandler<?>... closeHandlers)
Closes the given context. |
void |
AbstractContextScope.close(C context,
ContextCloseHandler<?>... closeHandlers)
|
void |
ContextScope.closeAll(ContextCloseHandler<?>... closeHandlers)
Closes all open contexts. |
void |
AbstractContextScope.closeAll(ContextCloseHandler<?>... closeHandlers)
|
|
Copyright ? 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |