java.lang.Object
colesico.framework.http.internal.HttpIoclet
- All Implemented Interfaces:
Ioclet
-
Field Summary
Fields inherited from interface colesico.framework.ioc.ioclet.Ioclet
ADD_FACTORIES_METHOD, CATALOG_PARAM, GET_ID_METHOD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddFactories(Catalog catalog) Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: nullFactory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: nullFactory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: nullfinal StringgetId()
-
Constructor Details
-
HttpIoclet
public HttpIoclet()
-
-
Method Details
-
getId
-
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
- Specified by:
addFactoriesin interfaceIoclet
-