- All Implemented Interfaces:
ElementWriter
,DynamicAttributes
,JspTag
,SimpleTag
Writes an img tag for the diagram thumbnail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Dia
protected void
doBody
(Dia dia, CaptureLevel captureLevel) protected void
evaluateAttributes
(Dia dia, ELContext elContext) void
setBook
(ValueExpression book) void
setHeight
(ValueExpression height) void
setLabel
(ValueExpression label) void
setPath
(ValueExpression path) void
setWidth
(ValueExpression width) 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
-
DiaTag
public DiaTag()
-
-
Method Details
-
setLabel
-
setBook
-
setPath
-
setWidth
-
setHeight
-
createElement
- Specified by:
createElement
in classElementTag<Dia>
-
evaluateAttributes
- Overrides:
evaluateAttributes
in classElementTag<Dia>
- Throws:
JspTagException
IOException
-
doBody
- Overrides:
doBody
in classElementTag<Dia>
- Throws:
JspException
IOException
-
writeTo
- Throws:
IOException
-