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