public class IncludeTag extends AttributesTagSupport
request, servletContextbodyContentpageContext| 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,
boolean dynamicIncludeAscendingPriority) |
protected void |
doIncludeTheme(java.lang.String page) |
int |
doStartTag() |
protected java.lang.Object |
getBodyContentWrapper() |
protected java.lang.String |
getCustomPage(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
java.lang.String page) |
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,
boolean doStartTag) |
protected void |
includePage(java.lang.String page,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
isCleanUpSetAttributes() |
protected boolean |
isPortalPage(java.lang.String page) |
protected boolean |
isUseCustomPage() |
protected void |
logUnavailablePage(java.lang.String page) |
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, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class TagSupportjavax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class 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,
boolean dynamicIncludeAscendingPriority)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionprotected void doIncludeTheme(java.lang.String page)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Object getBodyContentWrapper()
protected java.lang.String getCustomPage(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
java.lang.String page)
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,
boolean doStartTag)
throws java.lang.Exception
java.lang.Exceptionprotected void includePage(java.lang.String page,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionprotected boolean isCleanUpSetAttributes()
protected boolean isPortalPage(java.lang.String page)
protected boolean isUseCustomPage()
protected void logUnavailablePage(java.lang.String page)
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