com.liferay.taglib.ui
Class QuickAccessEntryTag
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.ui.QuickAccessEntryTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class QuickAccessEntryTag
- extends BaseBodyTagSupport
- implements javax.servlet.jsp.tagext.BodyTag
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.BodyTag |
doInitBody, setBodyContent |
| Methods inherited from interface javax.servlet.jsp.tagext.IterationTag |
doAfterBody |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doStartTag, getParent, release, setPageContext, setParent |
QuickAccessEntryTag
public QuickAccessEntryTag()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doEndTag in class TagSupport
- Throws:
javax.servlet.jsp.JspException
setLabel
public void setLabel(String label)
setOnClick
public void setOnClick(String onClick)
setUrl
public void setUrl(String url)
getEndPage
protected String getEndPage()
getStartPage
protected String getStartPage()
processEndTag
protected int processEndTag()
throws Exception
- Throws:
Exception