Class ProfileController
java.lang.Object
com.example.wellbeing_project.profile.ProfileController
Controller class for managing the profile for the application
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the profile view with the current user's information Retrieves details from the database for the current logged-in user and populates the text fields with the current user's information.
-
Constructor Details
-
ProfileController
public ProfileController()
-
-
Method Details
-
initialize
public void initialize()Initializes the profile view with the current user's information Retrieves details from the database for the current logged-in user and populates the text fields with the current user's information.
-