Class ProdTemplateModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class ProdTemplateModule
    extends java.lang.Object
    implements com.google.inject.Module
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PATH_TYPE  
      static java.lang.String ROUTE_META_FILE  
      static java.lang.String ROUTE_TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProdTemplateModule​(org.webpieces.templating.api.TemplateConfig config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(com.google.inject.Binder binder)  
      • Methods inherited from class java.lang.Object

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

      • ProdTemplateModule

        public ProdTemplateModule​(org.webpieces.templating.api.TemplateConfig config)
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module