Package com.jalios.jcms.taglib.button
Class ButtonModalTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.button.ButtonTag
-
- com.jalios.jcms.taglib.button.ButtonModalTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ButtonModalTag extends ButtonTag
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.taglib.button.ButtonTag
button, buttonType, confirm, confirmText, css, dataAttribute, htmlAttributes, icon, iconSuffix, label, name, title, url, value
-
-
Constructor Summary
Constructors Constructor Description ButtonModalTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
-
Methods inherited from class com.jalios.jcms.taglib.button.ButtonTag
clean, doAfterBody, doEndTag, printErrorMessage, setAddUrlAsHref, setButton, setButtonType, setConfirm, setConfirmText, setCss, setDataAttribute, setHtmlAttributes, setIcon, setIconSuffix, setLabel, setName, setTitle, setUrl, setValue
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classButtonTag
- Throws:
javax.servlet.jsp.JspException
-
-