Package com.semanticcms.core.servlet
Class ComponentUtils
- java.lang.Object
-
- com.semanticcms.core.servlet.ComponentUtils
-
public final class ComponentUtils extends Object
Utilities for working with components.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doComponents(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Html html, View view, Page page, ComponentPosition position, boolean reverse)
-
-
-
Method Detail
-
doComponents
public static void doComponents(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Html html, View view, Page page, ComponentPosition position, boolean reverse) throws ServletException, IOException
- Throws:
ServletException
IOException
-
-