SuccessChanges

Summary

  1. Refactors the JSF ManagedBeans (details)
Commit 612d4848b8dac98f02aab4af2af483faa6990c9f by jacasanova
Refactors the JSF ManagedBeans
All the ManagedBeans use ExternalContext to redirect instead of
JSFPagePathUtils. LoginUserController now use ExternalContext to obtain
the request and make the login and logout. ListJoinedEventsController
has now the @ViewScope annotation instead of
@SessionScope.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/RegisterUserController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java (diff)