java.lang.Object
colesico.framework.http.internal.HttpIoclet
- All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet
@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
timestamp="2020-04-23T17:30:19.288Z",
hashId="85df9303-73fb-4a1c-b0fa-581f009f720a",
comments="Producer: ClassElement{originElement=colesico.framework.http.internal.HttpProducer}")
public final class HttpIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HttpIoclet() -
Method Summary
Modifier and Type Method Description voidaddFactories(colesico.framework.ioc.ioclet.Catalog catalog)colesico.framework.ioc.ioclet.Factory<HttpContext>getHttpContextFactory0()Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<HttpRequest>getHttpRequestFactory1()Factory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: nullcolesico.framework.ioc.ioclet.Factory<HttpResponse>getHttpResponseFactory2()Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: nulljava.lang.StringgetId()
-
Constructor Details
-
HttpIoclet
public HttpIoclet()
-
-
Method Details
-
getId
public final java.lang.String getId()- Specified by:
getIdin interfacecolesico.framework.ioc.ioclet.Ioclet
-
getHttpContextFactory0
Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: null -
getHttpRequestFactory1
Factory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: null -
getHttpResponseFactory2
Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: null -
addFactories
public final void addFactories(colesico.framework.ioc.ioclet.Catalog catalog)- Specified by:
addFactoriesin interfacecolesico.framework.ioc.ioclet.Ioclet
-