Interface AdminConsoleController


public interface AdminConsoleController
Display view.
Author:
Cedrick LUNVEN (@clunven)
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
    Create view from template.
  • Method Details

    • process

      void process(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Create view from template.
      Parameters:
      req - current http request
      res - current http response
      Throws:
      IOException - target error
    • getTemplateFile

      String getTemplateFile()
      Returns: