Class ShowExtensionPoints

java.lang.Object
com.persequor.saga.modules.scripting.frontend.ShowExtensionPoints
All Implemented Interfaces:
com.persequor.extension.frontend.IFrontendComponent

public class ShowExtensionPoints extends Object implements com.persequor.extension.frontend.IFrontendComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(com.persequor.extension.frontend.ConfigurerDetails configurer)
     
     
    void
    handle(com.persequor.extension.frontend.IPage page, com.persequor.extension.frontend.IInputData inputData)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.persequor.extension.frontend.IFrontendComponent

    enabled
  • Method Details

    • getPagePath

      public String getPagePath()
      Specified by:
      getPagePath in interface com.persequor.extension.frontend.IFrontendComponent
    • configure

      public void configure(com.persequor.extension.frontend.ConfigurerDetails configurer)
      Specified by:
      configure in interface com.persequor.extension.frontend.IFrontendComponent
    • handle

      public void handle(com.persequor.extension.frontend.IPage page, com.persequor.extension.frontend.IInputData inputData)
      Specified by:
      handle in interface com.persequor.extension.frontend.IFrontendComponent