Liferay 7.0-ce-b4

com.liferay.taglib.ui
Class QuickAccessEntryTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by 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


Field Summary
 
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
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
 
Constructor Summary
QuickAccessEntryTag()
           
 
Method Summary
 int doEndTag()
           
protected  String getEndPage()
           
protected  String getStartPage()
           
protected  int processEndTag()
           
 void setLabel(String label)
           
 void setOnClick(String onClick)
           
 void setUrl(String url)
           
 
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getBodyContentAsStringBundler, getRequest, release, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setPageContext, setParent
 
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
 

Constructor Detail

QuickAccessEntryTag

public QuickAccessEntryTag()
Method Detail

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

Liferay 7.0-ce-b4