Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.router.processor
Class RequestProcessorBase

java.lang.Object
  extended by com.softwarementors.extjs.djn.router.processor.RequestProcessorBase
Direct Known Subclasses:
PollRequestProcessor, StandardRequestProcessorBase

public abstract class RequestProcessorBase
extends java.lang.Object


Constructor Summary
protected RequestProcessorBase(Registry registry, Dispatcher dispatcher, GlobalConfiguration globalConfiguration)
           
 
Method Summary
protected  void appendIndividualResponseJsonString(ResponseData response, java.lang.StringBuilder result)
           
protected  boolean getDebug()
           
protected  Dispatcher getDispatcher()
           
protected  GlobalConfiguration getGlobalConfiguration()
          Per-thread: end
protected  com.google.gson.Gson getGson()
           
protected  Registry getRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessorBase

protected RequestProcessorBase(Registry registry,
                               Dispatcher dispatcher,
                               GlobalConfiguration globalConfiguration)
Method Detail

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()

Copyright © 2008, 2009 Pedro Agulló Soliveres