Uses of Class
com.jk.webstack.controllers.JKWebAppBaseController
Packages that use JKWebAppBaseController
-
Uses of JKWebAppBaseController in com.jk.webstack.controllers
Subclasses of JKWebAppBaseController in com.jk.webstack.controllersModifier and TypeClassDescriptionclassThis class is an extension ofJKWebControllerWithOrmSupportdesigned to handle master-detail scenarios in a web application with support for Object-Relational Mapping (ORM).classThis abstract class extends theJKWebControllerWithSqlDataAccessand provides support for working with Object-Relational Mapping (ORM) entities.classThis class extends theJKWebAppBaseControllerand provides additional functionality for working with SQL data access. -
Uses of JKWebAppBaseController in com.jk.webstack.security.controllers
Subclasses of JKWebAppBaseController in com.jk.webstack.security.controllersModifier and TypeClassDescriptionclassThis class is responsible for managing user roles in a web application.classThis class is responsible for managing user-related operations in a web application.