Class UserProfileLifecycle
java.lang.Object
org.exoplatform.portal.application.UserProfileLifecycle
- All Implemented Interfaces:
org.exoplatform.web.application.ApplicationLifecycle<WebuiRequestContext>
public class UserProfileLifecycle
extends Object
implements org.exoplatform.web.application.ApplicationLifecycle<WebuiRequestContext>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.services.organization.OrganizationServicevoidonStartRequest(org.exoplatform.web.application.Application app, WebuiRequestContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.web.application.ApplicationLifecycle
onDestroy, onEndRequest, onFailRequest, onInit
-
Field Details
-
USER_PROFILE_ATTRIBUTE_NAME
- See Also:
-
-
Constructor Details
-
UserProfileLifecycle
public UserProfileLifecycle()
-
-
Method Details
-
onStartRequest
public void onStartRequest(org.exoplatform.web.application.Application app, WebuiRequestContext context) throws Exception - Specified by:
onStartRequestin interfaceorg.exoplatform.web.application.ApplicationLifecycle<WebuiRequestContext>- Throws:
Exception
-
getOrganizationService
public org.exoplatform.services.organization.OrganizationService getOrganizationService()
-