Class TimeSeriesController

java.lang.Object
org.ff4j.web.controller.AbstractController
org.ff4j.web.controller.TimeSeriesController

public class TimeSeriesController extends AbstractController
Display features metaData.
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • TimeSeriesController

      public TimeSeriesController(FF4j ff4j, org.thymeleaf.TemplateEngine te)
  • Method Details

    • post

      public void post(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, org.thymeleaf.context.WebContext ctx) throws Exception
      Create view from template.
      Specified by:
      post in class AbstractController
      Parameters:
      req - current http request
      res - current http response
      Throws:
      Exception
    • get

      public void get(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, org.thymeleaf.context.WebContext ctx) throws Exception
      Create view from template.
      Specified by:
      get in class AbstractController
      Parameters:
      req - current http request
      res - current http response
      Throws:
      Exception