| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base.interfaces | |
| org.dmd.dmp.server.servlet.base.plugins |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTrackerIF.bindDefaultRequestHandler(DmpRequestProcessorIF requestProcessor)
If you bind a default request handler, any requests that aren't handled
by your class specific request processors will be sent to this handler.
|
void |
RequestTrackerIF.bindRequestProcessor(Class<? extends org.dmd.dmp.server.extended.Request> clazz,
DmpRequestProcessorIF requestProcessor)
This method binds a request processor to a particular class that's derived from the
the DMP Request class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicRequestTrackerPlugin.bindDefaultRequestHandler(DmpRequestProcessorIF requestHandler)
This method allows you to bind a fall back request handler that will be called in
the case that no handler has been bound for a particular class of request.
|
void |
BasicRequestTrackerPlugin.bindRequestProcessor(Class<? extends org.dmd.dmp.server.extended.Request> clazz,
DmpRequestProcessorIF requestProcessor)
This method binds a request processor to a particular class that's derived from the
the DMP Request class.
|
Copyright © 2019. All rights reserved.