Package com.pragmatickm.procedure.taglib
Class ProcedureTreeTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.pragmatickm.procedure.taglib.ProcedureTreeTag
Writes a procedure tree as <ul> and <li> tags.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
Creates the nested <ul> and <li> tags for the procedure tree.void
setRoot
(ValueExpression root) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
ProcedureTreeTag
public ProcedureTreeTag()
-
-
Method Details
-
setRoot
-
doTag
Creates the nested <ul> and <li> tags for the procedure tree.- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-