Class MvcModule

  • All Implemented Interfaces:
    io.bootique.BQModule

    public class MvcModule
    extends Object
    implements io.bootique.BQModule
    • Constructor Detail

      • MvcModule

        public MvcModule()
    • Method Detail

      • extend

        public static MvcModuleExtender extend​(io.bootique.di.Binder binder)
        Returns an instance of MvcModuleExtender used by downstream modules to load custom extensions to the MvcModule. Should be invoked from a downstream Module's "configure" method.
        Parameters:
        binder - DI binder passed to the Module that invokes this method.
        Returns:
        an instance of MvcModuleExtender that can be used to load custom extensions to the MvcModule.
      • crate

        public io.bootique.ModuleCrate crate()
        Specified by:
        crate in interface io.bootique.BQModule
      • configure

        public void configure​(io.bootique.di.Binder binder)
        Specified by:
        configure in interface io.bootique.BQModule