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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onStartRequest(org.exoplatform.web.application.Application app, org.exoplatform.web.application.RequestContext context)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      onStartRequest in interface org.exoplatform.web.application.ApplicationLifecycle<org.exoplatform.web.application.RequestContext>
      Throws:
      Exception