You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/x/mvmn/gp2srv/web/servlets/AbstractGP2Servlet.java
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,18 @@
14
14
importx.mvmn.log.api.Logger;
15
15
16
16
/**
17
-
* @author Mykola Makhin This type of servlets adds shared global context to template engine + inherits from {@link AbstractErrorHandlingServlet} error handling
18
-
* with error pages rendered from properly templates + {@link AbstractErrorHandlingServlet} itself inherits from {@link HttpServletWithTemplates} a
19
-
* template engine + methods for outputting render of templates.<br/>
20
-
* <br/>
21
-
* Thus we get templating in general, default error handing with proper templates and global context in templates.
17
+
* This type of servlets adds shared global context to template engine + inherits from {@link AbstractErrorHandlingServlet} error handling with error pages
18
+
* rendered from properly templates + {@link AbstractErrorHandlingServlet} itself inherits from {@link HttpServletWithTemplates} a template engine + methods for
19
+
* outputting render of templates.<br/>
20
+
* <br/>
21
+
* Thus we get templating in general, default error handing with proper templates and global context in templates.
0 commit comments