com.softwarementors.extjs.djn.router.processor
Class RequestProcessorBase
java.lang.Object
com.softwarementors.extjs.djn.router.processor.RequestProcessorBase
- Direct Known Subclasses:
- PollRequestProcessor, StandardRequestProcessorBase
public abstract class RequestProcessorBase
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestProcessorBase
protected RequestProcessorBase(Registry registry,
Dispatcher dispatcher,
GlobalConfiguration globalConfiguration)
getGlobalConfiguration
protected GlobalConfiguration getGlobalConfiguration()
- Per-thread: end
getRegistry
protected Registry getRegistry()
getDispatcher
protected Dispatcher getDispatcher()
getDebug
protected boolean getDebug()
appendIndividualResponseJsonString
protected void appendIndividualResponseJsonString(ResponseData response,
java.lang.StringBuilder result)
getGson
protected com.google.gson.Gson getGson()