- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.semanticcms.core.taglib.ElementTag<C>
-
- com.semanticcms.section.taglib.SectioningContentTag<Nav>
-
- com.semanticcms.section.taglib.NavTag
-
- All Implemented Interfaces:
ElementWriter
,DynamicAttributes
,JspTag
,SimpleTag
public class NavTag extends SectioningContentTag<Nav>
-
-
Constructor Summary
Constructors Constructor Description NavTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Nav
createElement()
protected void
writeTo(ServletRequest request, AnyPalpableContent<?,?> content, ElementContext context, PageIndex pageIndex)
-
Methods inherited from class com.semanticcms.section.taglib.SectioningContentTag
doBody, evaluateAttributes, setLabel, writeTo
-
Methods inherited from class com.semanticcms.core.taglib.ElementTag
addDynamicAttribute, doTag, getElement, setDynamicAttribute, setId
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Method Detail
-
createElement
protected Nav createElement()
- Specified by:
createElement
in classSectioningContentTag<Nav>
-
writeTo
protected void writeTo(ServletRequest request, AnyPalpableContent<?,?> content, ElementContext context, PageIndex pageIndex) throws IOException, ServletException, SkipPageException
- Specified by:
writeTo
in classSectioningContentTag<Nav>
- Throws:
IOException
ServletException
SkipPageException
-
-