- 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 Procedureprotected voiddoBody(Procedure procedure, CaptureLevel captureLevel) protected voidevaluateAttributes(Procedure procedure, ELContext elContext) voidsetLabel(ValueExpression label) voidsetStyle(ValueExpression style) voidwriteTo(Writer out, ElementContext context) Methods inherited from class com.semanticcms.core.taglib.ElementTag
addDynamicAttribute, doTag, getElement, setDynamicAttribute, setIdMethods 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:
createElementin classElementTag<Procedure>
-
evaluateAttributes
- Overrides:
evaluateAttributesin classElementTag<Procedure>- Throws:
JspTagException
-
doBody
protected void doBody(Procedure procedure, CaptureLevel captureLevel) throws JspException, IOException - Overrides:
doBodyin classElementTag<Procedure>- Throws:
JspExceptionIOException
-
writeTo
- Throws:
IOException
-
