java.lang.Object
colesico.framework.pebble.internal.PebbleIoclet
All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet

@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
          timestamp="2021-04-07T09:39:13.144Z",
          hashId="77c1e2fc-2fac-44d8-b0b9-ff7286f8c685",
          comments="Producer: colesico.framework.pebble.internal.PebbleProducer")
public final class PebbleIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
  • Field Summary

    Fields inherited from interface colesico.framework.ioc.ioclet.Ioclet

    ADD_FACTORIES_METHOD, CATALOG_PARAM, GET_ID_METHOD
  • Constructor Summary

    Constructors 
    Constructor Description
    PebbleIoclet()  
  • Method Summary

    Modifier and Type Method Description
    void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)  
    colesico.framework.ioc.ioclet.Factory<colesico.framework.weblet.HtmlRenderer> getDefaultHtmlRendererFactory1()
    Factory to produce colesico.framework.weblet.HtmlRenderer class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<colesico.framework.weblet.teleapi.WebletTeleWriter> getDefaultViewWriterFactory0()
    Factory to produce colesico.framework.weblet.teleapi.WebletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.weblet.ViewResponse
    colesico.framework.ioc.ioclet.Factory<FrameworkExtension> getFrameworkExtensionFactory4()
    Factory to produce colesico.framework.pebble.internal.FrameworkExtension class instance Scope: SINGLETON; Custom: null
    java.lang.String getId()  
    colesico.framework.ioc.ioclet.Factory<PebbleTemplateLoader> getPebbleTemplateLoaderFactory3()
    Factory to produce colesico.framework.pebble.internal.PebbleTemplateLoader class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<PebbleTemplater> getPebbleTemplaterFactory2()
    Factory to produce colesico.framework.pebble.PebbleTemplater class instance Scope: SINGLETON; Custom: null

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

      public final java.lang.String getId()
      Specified by:
      getId in interface colesico.framework.ioc.ioclet.Ioclet
    • getDefaultViewWriterFactory0

      public colesico.framework.ioc.ioclet.Factory<colesico.framework.weblet.teleapi.WebletTeleWriter> getDefaultViewWriterFactory0()
      Factory to produce colesico.framework.weblet.teleapi.WebletTeleWriter class instance Scope: SINGLETON; Custom: null Classed: colesico.framework.weblet.ViewResponse
    • getDefaultHtmlRendererFactory1

      public colesico.framework.ioc.ioclet.Factory<colesico.framework.weblet.HtmlRenderer> getDefaultHtmlRendererFactory1()
      Factory to produce colesico.framework.weblet.HtmlRenderer class instance Scope: SINGLETON; Custom: null
    • getPebbleTemplaterFactory2

      public colesico.framework.ioc.ioclet.Factory<PebbleTemplater> getPebbleTemplaterFactory2()
      Factory to produce colesico.framework.pebble.PebbleTemplater class instance Scope: SINGLETON; Custom: null
    • getPebbleTemplateLoaderFactory3

      public colesico.framework.ioc.ioclet.Factory<PebbleTemplateLoader> getPebbleTemplateLoaderFactory3()
      Factory to produce colesico.framework.pebble.internal.PebbleTemplateLoader class instance Scope: SINGLETON; Custom: null
    • getFrameworkExtensionFactory4

      public colesico.framework.ioc.ioclet.Factory<FrameworkExtension> getFrameworkExtensionFactory4()
      Factory to produce colesico.framework.pebble.internal.FrameworkExtension class instance Scope: SINGLETON; Custom: null
    • addFactories

      public final void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)
      Specified by:
      addFactories in interface colesico.framework.ioc.ioclet.Ioclet