|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonRequestProcessorThread | |
---|---|
com.softwarementors.extjs.djn.config | |
com.softwarementors.extjs.djn.router.processor.standard.json | |
com.softwarementors.extjs.djn.servlet.ssm |
Uses of JsonRequestProcessorThread in com.softwarementors.extjs.djn.config |
---|
Fields in com.softwarementors.extjs.djn.config with type parameters of type JsonRequestProcessorThread | |
---|---|
static java.lang.Class<? extends JsonRequestProcessorThread> |
GlobalConfiguration.DEFAULT_JSON_REQUEST_PROCESSOR_THREAD_CLASS
|
Methods in com.softwarementors.extjs.djn.config that return types with arguments of type JsonRequestProcessorThread | |
---|---|
java.lang.Class<? extends JsonRequestProcessorThread> |
GlobalConfiguration.getJsonRequestProcessorThreadClass()
|
Constructor parameters in com.softwarementors.extjs.djn.config with type arguments of type JsonRequestProcessorThread | |
---|---|
GlobalConfiguration(java.lang.String contextPath,
java.lang.String providersUrl,
boolean debug,
java.lang.Class<? extends GsonBuilderConfigurator> gsonBuilderConfiguratorClass,
java.lang.Class<? extends JsonRequestProcessorThread> jsonRequestProcessorThreadClass,
java.lang.Class<? extends Dispatcher> dispatcherClass,
boolean minify,
boolean batchRequestsMultithreadingEnabled,
int batchRequestsMinThreadsPoolSize,
int batchRequestsMaxThreadsPoolSize,
int batchRequestsThreadKeepAliveSeconds,
int batchRequestsMaxThreadsPerRequest,
boolean createSourceFiles)
|
Uses of JsonRequestProcessorThread in com.softwarementors.extjs.djn.router.processor.standard.json |
---|
Classes in com.softwarementors.extjs.djn.router.processor.standard.json that implement JsonRequestProcessorThread | |
---|---|
class |
DefaultJsonRequestProcessorThread
|
Method parameters in com.softwarementors.extjs.djn.router.processor.standard.json with type arguments of type JsonRequestProcessorThread | |
---|---|
static JsonRequestProcessorThreadConfigurationException |
JsonRequestProcessorThreadConfigurationException.forUnableToInstantiateJsonRequestProcessorThread(java.lang.Class<? extends JsonRequestProcessorThread> cls,
java.lang.Throwable cause)
|
Uses of JsonRequestProcessorThread in com.softwarementors.extjs.djn.servlet.ssm |
---|
Classes in com.softwarementors.extjs.djn.servlet.ssm that implement JsonRequestProcessorThread | |
---|---|
class |
SsmJsonRequestProcessorThread
|
|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
PREV NEXT | FRAMES NO FRAMES |