Package org.ff4j.web.controller
Interface AdminConsoleController
public interface AdminConsoleController
Display view.
- Author:
- Cedrick LUNVEN (@clunven)
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(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 requestres- current http response- Throws:
IOException- target error
-
getTemplateFile
String getTemplateFile()- Returns:
-