- All Implemented Interfaces:
ElementWriter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.semanticcms.core.servlet.Element
Element.Body<E extends Element>, Element.PageContextBody<E extends Element>, Element.PageContextNoElementBody
-
Field Summary
Fields inherited from class com.semanticcms.section.servlet.SectioningContent
pageIndex
Fields inherited from class com.semanticcms.core.servlet.Element
element, request, response, servletContext
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new nav in the current page context.Creates a new nav in the current page context.Nav
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Nav element, String label) Creates a new nav.Nav
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String label) Creates a new nav. -
Method Summary
Methods inherited from class com.semanticcms.section.servlet.SectioningContent
doBody
-
Constructor Details
-
Nav
public Nav(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String label) Creates a new nav. -
Nav
Creates a new nav in the current page context.- See Also:
-
Method Details
-
id
- Overrides:
id
in classSectioningContent<Nav>
-
writeTo
public void writeTo(Writer out, ElementContext context) throws IOException, ServletException, SkipPageException
-