- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.pragmatickm.contact.taglib.WebPageTag
-
- All Implemented Interfaces:
ElementWriter
,JspTag
,SimpleTag
public class WebPageTag extends SimpleTagSupport implements ElementWriter
-
-
Constructor Summary
Constructors Constructor Description WebPageTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTag()
void
setHref(ValueExpression href)
void
writeTo(Writer out, ElementContext context)
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Method Detail
-
setHref
public void setHref(ValueExpression href)
-
doTag
public void doTag() throws JspException, IOException
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-
writeTo
public void writeTo(Writer out, ElementContext context) throws IOException
- Specified by:
writeTo
in interfaceElementWriter
- Throws:
IOException
-
-