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 TypeClassDescriptionclass
This class is a controller, providing utility methods and properties for web applications.class
This 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 TypeClassDescriptionclass
This class is an extension ofJKWebControllerWithOrmSupport
designed to handle master-detail scenarios in a web application with support for Object-Relational Mapping (ORM).class
This 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.class
This abstract class extends theJKWebControllerWithSqlDataAccess
and provides support for working with Object-Relational Mapping (ORM) entities.class
This class extends theJKWebAppBaseController
and 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 TypeClassDescriptionclass
This class is responsible for handling user account-related operations in a web application.class
This class is responsible for managing user roles in a web application.class
This class is responsible for managing security-related operations in a web application.class
This 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 TypeClassDescriptionclass
This class is a controller used for managing work flows in a web application.