com.liferay.taglib.util
Class DynamicIncludeTag
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.util.DynamicIncludeTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class DynamicIncludeTag
- extends TagSupport
| 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 |
DynamicIncludeTag
public DynamicIncludeTag()
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
doStartTag
public int doStartTag()
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class TagSupport
getAscendingPriority
public boolean getAscendingPriority()
getKey
public String getKey()
setAscendingPriority
public void setAscendingPriority(boolean ascendingPriority)
setKey
public void setKey(String key)
getRequest
protected javax.servlet.http.HttpServletRequest getRequest()
getResponse
protected javax.servlet.http.HttpServletResponse getResponse()