Class ControllerRegistry

java.lang.Object
com.dnlkk.controller.ControllerRegistry

public class ControllerRegistry extends Object
  • Constructor Details

    • ControllerRegistry

      public ControllerRegistry()
  • Method Details

    • registerController

      public void registerController(String path, Object controller)
    • getControllerForPath

      public Object getControllerForPath(String path)