public class AppViewDisplayStyleTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
AppViewDisplayStyleTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
protected boolean |
isCleanUpSetAttributes() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setDisplayStyle(java.lang.String displayStyle) |
void |
setDisplayStyles(java.lang.String[] displayStyles) |
void |
setDisplayStyleURL(javax.portlet.PortletURL displayStyleURL) |
void |
setEventName(java.lang.String eventName) |
void |
setRequestParams(java.util.Map<java.lang.String,java.lang.String> requestParams) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, 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 doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagpublic void setDisplayStyle(java.lang.String displayStyle)
public void setDisplayStyles(java.lang.String[] displayStyles)
public void setDisplayStyleURL(javax.portlet.PortletURL displayStyleURL)
public void setEventName(java.lang.String eventName)
public void setRequestParams(java.util.Map<java.lang.String,java.lang.String> requestParams)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected boolean isCleanUpSetAttributes()
isCleanUpSetAttributes in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag