Class DevServerMeta

  • All Implemented Interfaces:
    org.webpieces.router.api.plugins.Plugin, org.webpieces.router.api.routes.WebAppMeta

    public class DevServerMeta
    extends java.lang.Object
    implements org.webpieces.router.api.routes.WebAppMeta
    • Constructor Summary

      Constructors 
      Constructor Description
      DevServerMeta()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.google.inject.Module> getGuiceModules()  
      java.util.List<org.webpieces.router.api.plugins.Plugin> getPlugins()  
      java.util.List<org.webpieces.router.api.routes.Routes> getRouteModules()  
      void initialize​(org.webpieces.router.api.routes.WebAppConfig pluginConfig)  
      • Methods inherited from class java.lang.Object

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

      • DevServerMeta

        public DevServerMeta()
    • Method Detail

      • initialize

        public void initialize​(org.webpieces.router.api.routes.WebAppConfig pluginConfig)
        Specified by:
        initialize in interface org.webpieces.router.api.routes.WebAppMeta
      • getGuiceModules

        public java.util.List<com.google.inject.Module> getGuiceModules()
        Specified by:
        getGuiceModules in interface org.webpieces.router.api.plugins.Plugin
      • getRouteModules

        public java.util.List<org.webpieces.router.api.routes.Routes> getRouteModules()
        Specified by:
        getRouteModules in interface org.webpieces.router.api.plugins.Plugin
      • getPlugins

        public java.util.List<org.webpieces.router.api.plugins.Plugin> getPlugins()
        Specified by:
        getPlugins in interface org.webpieces.router.api.routes.WebAppMeta