Class DefaultModule

java.lang.Object
org.beangle.commons.inject.bind.AbstractBindModule
org.openurp.app.security.DefaultModule
All Implemented Interfaces:
org.beangle.commons.inject.bind.BindModule

public class DefaultModule
extends org.beangle.commons.inject.bind.AbstractBindModule
  • Field Summary

    Fields inherited from class org.beangle.commons.inject.bind.AbstractBindModule

    config
  • Constructor Summary

    Constructors
    Constructor Description
    DefaultModule()  
  • Method Summary

    Modifier and Type Method Description
    protected void doBinding()  

    Methods inherited from class org.beangle.commons.inject.bind.AbstractBindModule

    bean, bind, bind, devEnabled, entry, getConfig, getObjectType, isSingleton, list, listref, map, props, ref, ref, set, template

    Methods inherited from class java.lang.Object

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

    • DefaultModule

      public DefaultModule()
  • Method Details

    • doBinding

      protected void doBinding()
      Specified by:
      doBinding in class org.beangle.commons.inject.bind.AbstractBindModule