Class JavaRosaCoreModule

java.lang.Object
org.javarosa.core.util.JavaRosaCoreModule
All Implemented Interfaces:
IModule

public class JavaRosaCoreModule
extends Object
implements IModule
Author:
Clayton Sims
  • Field Details

  • Constructor Details

  • Method Details

    • registerModule

      public void registerModule()
      Description copied from interface: IModule
      Register Module should identify all configuration that needs to occur for the elements that are contained within a module, and perform that configuration and registration with the current application.
      Specified by:
      registerModule in interface IModule