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


Method Summary
 void onDestroy(Application app)
           
 void onEndRequest(Application app, E context)
           
 void onInit(Application app)
           
 void onStartRequest(Application app, E context)
           
 

Method Detail

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 © 2010 eXo Platform SAS. All Rights Reserved.