|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Handler | |
|---|---|
| org.directwebremoting.auth | |
| org.directwebremoting.dwrp | |
| org.directwebremoting.extend | This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. |
| org.directwebremoting.impl | |
| org.directwebremoting.jsonp | |
| org.directwebremoting.jsonrpc | |
| org.directwebremoting.servlet | |
| org.directwebremoting.ui.servlet | |
| org.directwebremoting.webwork | |
| Uses of Handler in org.directwebremoting.auth |
|---|
| Classes in org.directwebremoting.auth that implement Handler | |
|---|---|
class |
AuthHandler
A Handler that supports requests for auth.js |
| Uses of Handler in org.directwebremoting.dwrp |
|---|
| Classes in org.directwebremoting.dwrp that implement Handler | |
|---|---|
class |
BaseCallHandler
A Marshaller that output plain Javascript. |
class |
BaseDwrpHandler
|
class |
BasePollHandler
A Marshaller that output plain Javascript. |
class |
HtmlCallHandler
A Handler standard DWR calls whose replies are HTML wrapped. |
class |
HtmlPollHandler
A Handler polling DWR calls whose replies are HTML wrapped. |
class |
PlainCallHandler
A Handler standard DWR calls whose replies are NOT HTML wrapped. |
class |
PlainPollHandler
A Handler polling DWR calls whose replies are NOT HTML wrapped. |
| Uses of Handler in org.directwebremoting.extend |
|---|
| Methods in org.directwebremoting.extend that return Handler | |
|---|---|
static Handler |
ContainerUtil.getHandlerForUrlProperty(Container container,
java.lang.String property)
Look up the Handler associated with the URL in the named URL property. |
| Uses of Handler in org.directwebremoting.impl |
|---|
| Method parameters in org.directwebremoting.impl with type arguments of type Handler | |
|---|---|
static void |
StartupUtil.createPathMapping(DefaultContainer container,
java.lang.String url,
java.lang.Class<? extends Handler> handler)
Creates entries in the Container so 1 lookup is possible. |
static void |
StartupUtil.createPathMapping(DefaultContainer container,
java.lang.String url,
java.lang.Class<? extends Handler> handler,
java.lang.String propertyName)
Creates entries in the Container so 2 lookups are possible. |
| Uses of Handler in org.directwebremoting.jsonp |
|---|
| Classes in org.directwebremoting.jsonp that implement Handler | |
|---|---|
class |
JsonpCallHandler
A Handler JSON/REST DWR calls. |
| Uses of Handler in org.directwebremoting.jsonrpc |
|---|
| Classes in org.directwebremoting.jsonrpc that implement Handler | |
|---|---|
class |
JsonRpcCallHandler
A Handler for JSON-RPC calls. |
| Uses of Handler in org.directwebremoting.servlet |
|---|
| Classes in org.directwebremoting.servlet that implement Handler | |
|---|---|
class |
AboutHandler
A handler for requests to create a debug index page |
class |
AmdDtoHandler
A handler for DTO class generation requests compatible with the AMD module format. |
class |
AmdEngineHandler
A Handler that supports requests for engine.js compatible with the AMD format. |
class |
AmdInterfaceHandler
A handler for interface generation requests compatible with AMD format. |
class |
BaseDtoAllHandler
Base class handler for dtoall generation requests |
class |
BaseDtoHandler
A handler for DTO class generation requests |
class |
BaseEngineHandler
A Handler that supports requests for engine.js |
class |
BaseInterfaceHandler
Handler base class for interface generation requests |
class |
CachingHandler
A handler that deals with ETags and other nonsense to do with keeping a browsers cache in-sync with a web server. |
class |
DojoDtoAllHandler
A handler for dtoall generation requests in the Dojo module format |
class |
DojoDtoHandler
A handler for DTO class generation requests compatible with the Dojo module format. |
class |
DojoEngineHandler
A Handler that supports requests for engine.js compatible with the Dojo format. |
class |
DojoInterfaceHandler
A handler for interface generation requests compatible with Dojo module system. |
class |
DownloadHandler
A DownloadHandler is basically a FileServingServlet that integrates with a DownloadManager to purge files from the system that have been downloaded. |
class |
DtoAllHandler
A handler for dtoall generation requests |
class |
DtoHandler
A handler for DTO class generation requests |
class |
EngineHandler
A Handler that supports requests for engine.js |
class |
ExceptionHandler
Handles an exception occurring during the request dispatching. |
class |
FileJavaScriptHandler
Many JavaScriptHandlers just read their contents from a file. |
class |
GeneratedJavaScriptHandler
A base class for all generated JavaScript files |
class |
IndexHandler
A handler for requests to create a debug index page |
class |
InterfaceHandler
A handler for interface generation requests |
class |
JavaScriptHandler
Once we know a resource is JavaScript, we can go about compressing it. |
class |
NotFoundHandler
Display a 404 "not found" message |
class |
TemplateHandler
A Handler that allows some very simple
search and replace templating. |
class |
TestHandler
A handler for requests to create a class debug page |
class |
UrlProcessor
This is the main servlet that handles all the requests to DWR. |
| Methods in org.directwebremoting.servlet with parameters of type Handler | |
|---|---|
void |
ResponseHandler.handle(Handler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Decorate a response by setting headers and other meta-data. |
void |
PublicPeriodCacheableResponse.handle(Handler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
PublicRevalidatingResponse.handle(Handler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
UncacheableUntransformableResponse.handle(Handler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
UncacheableResponse.handle(Handler handler,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Uses of Handler in org.directwebremoting.ui.servlet |
|---|
| Classes in org.directwebremoting.ui.servlet that implement Handler | |
|---|---|
class |
AmdUtilHandler
A Handler that supports requests for util.js compatible with the AMD format. |
class |
BaseUtilHandler
A Handler that supports requests for util.js |
class |
DojoUtilHandler
A Handler that supports requests for util.js compatible with the Dojo format. |
class |
UtilHandler
A Handler that supports requests for util.js |
| Uses of Handler in org.directwebremoting.webwork |
|---|
| Classes in org.directwebremoting.webwork that implement Handler | |
|---|---|
class |
WebworkUtilHandler
A Handler that supports requests for DWRActionUtil.js |
|
Copyright ยจ 2008 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||