Class SignatureTag
- All Implemented Interfaces:
Serializable
,IterationTag
,JspTag
,Tag
A JSP tag to embed a Water Cooler signature tag.
- Since:
- 2.3
- Version:
- 10.5
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class org.deltava.taglib.html.ElementTag
_classes, _data, _out
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Executed post tag setup.void
release()
void
Sets the Airline to pull the signature from.void
setNoCache
(boolean noCache) Sets whether the image should be cache-busted.void
Sets the user to display the signature for.Methods inherited from class org.deltava.taglib.html.ImageBeanTag
setAirline, setImg, setSrc, setX, setY
Methods inherited from class org.deltava.taglib.html.ImageTag
doEndTag, renderHTML, setCaption
Methods inherited from class org.deltava.taglib.html.ElementTag
getFormIndexCount, getName, getParentFormTag, setClassName, setID, setNumericAttr, setPageContext, setStyle
Methods inherited from class org.deltava.taglib.BrowserInfoTag
getBrowserContext
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
-
Constructor Details
-
SignatureTag
public SignatureTag()Creates a new Image element tag.
-
-
Method Details
-
setNoCache
public void setNoCache(boolean noCache) Sets whether the image should be cache-busted.- Parameters:
noCache
- TRUE if no caching, otherwise FALSE
-
setUser
-
setCode
Sets the Airline to pull the signature from.- Parameters:
c
- the Airline code
-
release
public void release()- Specified by:
release
in interfaceTag
- Overrides:
release
in classImageBeanTag
-
doStartTag
public int doStartTag()Description copied from class:ImageTag
Executed post tag setup. Creates a STYLE element if dimensions specified.- Specified by:
doStartTag
in interfaceTag
- Overrides:
doStartTag
in classImageBeanTag
- Returns:
- SKIP_BODY always
-