Package com.semanticcms.core.servlet
Interface Element.Body<E extends Element>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Element.Body<E extends Element>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doBody(HttpServletRequest req, HttpServletResponse resp, E element)
-
-
-
Method Detail
-
doBody
void doBody(HttpServletRequest req, HttpServletResponse resp, E element) throws ServletException, IOException, SkipPageException
-
-