org.jahia.taglibs.button
Class AdminButtonTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.jahia.taglibs.button.AbstractButtonTag
org.jahia.taglibs.button.AdminButtonTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class AdminButtonTag
- extends AbstractButtonTag
Class AdminButtonTag : draw the full link ("<a href...>...") allowing to
to access the administration page
- Author:
- Jerome Tamiotti
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminButtonTag
public AdminButtonTag()
setTitle
public void setTitle(java.lang.String title)
setStyle
public void setStyle(java.lang.String style)
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in class AbstractButtonTag
getStyle
public java.lang.String getStyle()
- Specified by:
getStyle in class AbstractButtonTag
testRights
public boolean testRights(JahiaData jData)
- Specified by:
testRights in class AbstractButtonTag
getLauncher
public java.lang.String getLauncher(JahiaData jData)
throws JahiaException
- Specified by:
getLauncher in class AbstractButtonTag
- Throws:
JahiaException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
Copyright © 1999-2008 Jahia Ltd. All Rights Reserved.