Uses of Class
colesico.framework.restlet.RestletConfigPrototype
| Package | Description |
|---|---|
| colesico.framework.restlet.internal |
-
Uses of RestletConfigPrototype in colesico.framework.restlet.internal
Subclasses of RestletConfigPrototype in colesico.framework.restlet.internal Modifier and Type Class Description classRestletConfigImplDefault restlet configFields in colesico.framework.restlet.internal declared as RestletConfigPrototype Modifier and Type Field Description protected RestletConfigPrototypeRestletTeleDriverImpl. configMethods in colesico.framework.restlet.internal that return RestletConfigPrototype Modifier and Type Method Description RestletConfigPrototypeRestletProducer. getDefaultRestletConfig()Methods in colesico.framework.restlet.internal that return types with arguments of type RestletConfigPrototype Modifier and Type Method Description colesico.framework.ioc.ioclet.Factory<RestletConfigPrototype>RestletIoclet. getDefaultRestletConfigFactory5()Factory to produce colesico.framework.restlet.RestletConfigPrototype class instance Scope: SINGLETON; Custom: nullConstructors in colesico.framework.restlet.internal with parameters of type RestletConfigPrototype Constructor Description RestletTeleDriverImpl(RestletConfigPrototype config, colesico.framework.ioc.scope.ThreadScope threadScope, javax.inject.Provider<colesico.framework.http.HttpContext> httpContextProv, RestletDataPort dataPort, colesico.framework.ioc.production.Polysupplier<RestletRequestListener> reqListenerSup, colesico.framework.ioc.production.Polysupplier<RestletResponseListener> respListenerSup)