Uses of Class
com.jk.web.faces.controllers.JKWebController
Packages that use JKWebController
Package
Description
-
Uses of JKWebController in com.jk.web.faces.controllers
Subclasses of JKWebController in com.jk.web.faces.controllersModifier and TypeClassDescriptionclassThis class is a controller, providing utility methods and properties for web applications.classThis class is a controller, responsible for handling messages in a Java web application. -
Uses of JKWebController in com.jk.webstack.controllers
Subclasses of JKWebController 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 class is a base controller for web applications that provides utility methods for managing user information, logging actions, and accessing services related to user actions and email communication.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 JKWebController in com.jk.webstack.security.controllers
Subclasses of JKWebController in com.jk.webstack.security.controllersModifier and TypeClassDescriptionclassThis class is responsible for handling user account-related operations in a web application.classThis class is responsible for managing user roles in a web application.classThis class is responsible for managing security-related operations in a web application.classThis class is responsible for managing user-related operations in a web application. -
Uses of JKWebController in com.jk.webstack.services.workflow
Subclasses of JKWebController in com.jk.webstack.services.workflowModifier and TypeClassDescriptionclassThis class is a controller used for managing work flows in a web application.