Class SpacePermanentLinkHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
io.meeds.social.portlet.SpacePermanentLinkHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SpacePermanentLinkHandler extends org.exoplatform.web.WebRequestHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.exoplatform.web.controller.QualifiedName
     
    static final org.exoplatform.web.controller.QualifiedName
     

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.exoplatform.web.ControllerContext controllerContext)
     
     
    protected boolean
     
    void
    onInit(org.exoplatform.web.WebAppController controller, jakarta.servlet.ServletConfig sConfig)
     

    Methods inherited from class org.exoplatform.web.WebRequestHandler

    onDestroy

    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
  • Field Details

    • REQUEST_SPACE_ID

      public static final org.exoplatform.web.controller.QualifiedName REQUEST_SPACE_ID
    • REQUEST_PATH

      public static final org.exoplatform.web.controller.QualifiedName REQUEST_PATH
  • Constructor Details

    • SpacePermanentLinkHandler

      public SpacePermanentLinkHandler()
  • Method Details

    • onInit

      public void onInit(org.exoplatform.web.WebAppController controller, jakarta.servlet.ServletConfig sConfig) throws Exception
      Overrides:
      onInit in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception
    • getHandlerName

      public String getHandlerName()
      Specified by:
      getHandlerName in class org.exoplatform.web.WebRequestHandler
    • getRequiresLifeCycle

      protected boolean getRequiresLifeCycle()
      Specified by:
      getRequiresLifeCycle in class org.exoplatform.web.WebRequestHandler
    • execute

      public boolean execute(org.exoplatform.web.ControllerContext controllerContext) throws Exception
      Specified by:
      execute in class org.exoplatform.web.WebRequestHandler
      Throws:
      Exception