org.exoplatform.web.application
Interface ApplicationLifecycle<E extends RequestContext>
public interface ApplicationLifecycle<E extends RequestContext>
Created by The eXo Platform SARL
Author : Tuan Nguyen
tuan08@users.sourceforge.net
May 9, 2006
onInit
void onInit(Application app)
throws java.lang.Exception
- Throws:
java.lang.Exception
onStartRequest
void onStartRequest(Application app,
E context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onEndRequest
void onEndRequest(Application app,
E context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onDestroy
void onDestroy(Application app)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.