Class EntityOverviewController

java.lang.Object
com.foreach.across.modules.entity.controllers.admin.EntityOverviewController

@Deprecated public class EntityOverviewController extends Object
Deprecated.
since 4.0.0
Lists all entity types registered in the context for which the user has read access. Deprecated as of 4.0.0 as the general value was limited. Developers are encouraged to create their own overview pages.
Author:
Arne Vandamme
  • Constructor Details

  • Method Details

    • listAllEntityTypes

      @RequestMapping("/entities") public String listAllEntityTypes()
      Deprecated.