- All Implemented Interfaces:
ElementWriter
,DynamicAttributes
,JspTag
,SimpleTag
A procedure is a step-by-step set of instructions to carry-out a task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Procedure
protected void
doBody
(Procedure procedure, CaptureLevel captureLevel) protected void
evaluateAttributes
(Procedure procedure, ELContext elContext) void
setLabel
(ValueExpression label) void
setStyle
(ValueExpression style) void
writeTo
(Writer out, ElementContext context) 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
-
Constructor Details
-
ProcedureTag
public ProcedureTag()
-
-
Method Details
-
setStyle
-
setLabel
-
createElement
- Specified by:
createElement
in classElementTag<Procedure>
-
evaluateAttributes
protected void evaluateAttributes(Procedure procedure, ELContext elContext) throws JspTagException, IOException - Overrides:
evaluateAttributes
in classElementTag<Procedure>
- Throws:
JspTagException
IOException
-
doBody
protected void doBody(Procedure procedure, CaptureLevel captureLevel) throws JspException, IOException - Overrides:
doBody
in classElementTag<Procedure>
- Throws:
JspException
IOException
-
writeTo
- Throws:
IOException
-