Class JKRolesWebControllers

All Implemented Interfaces:
Serializable

@Named("rolesController") @ViewScoped public class JKRolesWebControllers extends JKWebControllerWithOrmSupport<UserRole>
This class is responsible for managing user roles in a web application.

It extends the JKWebControllerWithOrmSupport class, which provides ORM (Object-Relational Mapping) support.

Version:
1.0
Author:
Dr. Jalal H. Kiswani
See Also:
  • Constructor Details

    • JKRolesWebControllers

      public JKRolesWebControllers()