Class ViewControllerDefinition

java.lang.Object
io.jmix.flowui.sys.ViewControllerDefinition

public final class ViewControllerDefinition extends Object
  • Constructor Details

    • ViewControllerDefinition

      public ViewControllerDefinition(String id, String controllerClass)
    • ViewControllerDefinition

      public ViewControllerDefinition(String id, String controllerClassName, @Nullable org.springframework.core.io.Resource resource)
  • Method Details

    • getId

      public String getId()
    • getControllerClassName

      public String getControllerClassName()
    • getResource

      @Nullable public org.springframework.core.io.Resource getResource()