Class TermsAndConditionsHandler

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.WebRequestHandler
io.meeds.notes.handler.TermsAndConditionsHandler
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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

  • Constructor Details

    • TermsAndConditionsHandler

      public TermsAndConditionsHandler()
  • 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