Class WikiSpaceAccessLifecycle
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.wiki.service.impl.WikiSpaceAccessLifecycle
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.web.application.ApplicationLifecycle<org.exoplatform.web.application.RequestContext>
public class WikiSpaceAccessLifecycle
extends org.exoplatform.container.component.BaseComponentPlugin
implements org.exoplatform.web.application.ApplicationLifecycle<org.exoplatform.web.application.RequestContext>
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonStartRequest(org.exoplatform.web.application.Application app, org.exoplatform.web.application.RequestContext context) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods 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
-
Constructor Details
-
WikiSpaceAccessLifecycle
public WikiSpaceAccessLifecycle()
-
-
Method Details
-
onStartRequest
public void onStartRequest(org.exoplatform.web.application.Application app, org.exoplatform.web.application.RequestContext context) throws Exception - Specified by:
onStartRequestin interfaceorg.exoplatform.web.application.ApplicationLifecycle<org.exoplatform.web.application.RequestContext>- Throws:
Exception
-