Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.router.processor.standard.json
Class JsonRequestProcessor

java.lang.Object
  extended by com.softwarementors.extjs.djn.router.processor.RequestProcessorBase
      extended by com.softwarementors.extjs.djn.router.processor.standard.json.JsonRequestProcessor

public class JsonRequestProcessor
extends RequestProcessorBase


Constructor Summary
JsonRequestProcessor(Registry registry, Dispatcher dispatcher, GlobalConfiguration globalConfiguration)
           
 
Method Summary
 java.lang.String process(java.io.Reader reader, java.io.Writer writer)
           
 
Methods inherited from class com.softwarementors.extjs.djn.router.processor.RequestProcessorBase
appendIndividualResponseJsonString, createJsonServerErrorResponse, dispatch, dispatch, getDebug, getDecodedRequestParameters, getDispatcher, getExceptionMessage, getExceptionToReport, getExceptionWhere, getGlobalConfiguration, getGson, getJsonParser, getMethod, getRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonRequestProcessor

public JsonRequestProcessor(Registry registry,
                            Dispatcher dispatcher,
                            GlobalConfiguration globalConfiguration)
Method Detail

process

public java.lang.String process(java.io.Reader reader,
                                java.io.Writer writer)
                         throws java.io.IOException
Throws:
java.io.IOException

Copyright © 2008, 2009 Pedro Agulló Soliveres