Liferay 7.0-ce-b4

com.liferay.taglib.util
Class DynamicIncludeTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.util.DynamicIncludeTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class DynamicIncludeTag
extends TagSupport


Field Summary
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DynamicIncludeTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 boolean getAscendingPriority()
           
 String getKey()
           
protected  javax.servlet.http.HttpServletRequest getRequest()
           
protected  javax.servlet.http.HttpServletResponse getResponse()
           
 void setAscendingPriority(boolean ascendingPriority)
           
 void setKey(String key)
           
 
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, release, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicIncludeTag

public DynamicIncludeTag()
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

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()

Liferay 7.0-ce-b4