public class IncludeTag extends AttributesTagSupport
request, servletContext| Constructor and Description |
|---|
IncludeTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callSetAttributes() |
protected void |
cleanUp() |
protected void |
cleanUpSetAttributes() |
int |
doEndTag() |
protected void |
doInclude(java.lang.String page) |
protected void |
doIncludeTheme(java.lang.String page) |
int |
doStartTag() |
protected java.lang.String |
getCustomPage(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request) |
protected java.lang.String |
getEndPage() |
protected javax.servlet.http.HttpServletRequest |
getOriginalServletRequest() |
protected java.lang.String |
getPage() |
protected java.lang.String |
getStartPage() |
protected void |
include(java.lang.String page) |
protected boolean |
isCleanUpSetAttributes() |
protected boolean |
isUseCustomPage() |
protected int |
processEndTag() |
protected int |
processStartTag() |
void |
runTag() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setPage(java.lang.String page) |
void |
setPortletId(java.lang.String portletId) |
void |
setStrict(boolean strict) |
void |
setUseCustomPage(boolean useCustomPage) |
protected boolean |
themeResourceExists(java.lang.String page) |
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class com.liferay.portal.kernel.servlet.taglib.TagSupportjavax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupportjavax.servlet.jsp.JspExceptionpublic void runTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic void setPage(java.lang.String page)
public void setPortletId(java.lang.String portletId)
public void setStrict(boolean strict)
public void setUseCustomPage(boolean useCustomPage)
protected void callSetAttributes()
protected void cleanUp()
protected void cleanUpSetAttributes()
protected void doInclude(java.lang.String page)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionprotected void doIncludeTheme(java.lang.String page)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getCustomPage(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request)
protected java.lang.String getEndPage()
protected javax.servlet.http.HttpServletRequest getOriginalServletRequest()
protected java.lang.String getPage()
protected java.lang.String getStartPage()
protected void include(java.lang.String page)
throws java.lang.Exception
java.lang.Exceptionprotected boolean isCleanUpSetAttributes()
protected boolean isUseCustomPage()
protected int processEndTag()
throws java.lang.Exception
java.lang.Exceptionprotected int processStartTag()
throws java.lang.Exception
java.lang.Exceptionprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
protected boolean themeResourceExists(java.lang.String page)
throws java.lang.Exception
java.lang.Exception