public class AssetAddButtonTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
AssetAddButtonTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
long[] |
getAllAssetCategoryIds() |
java.lang.String[] |
getAllAssetTagNames() |
long[] |
getClassNameIds() |
long[] |
getClassTypeIds() |
long[] |
getGroupIds() |
protected java.lang.String |
getPage() |
java.lang.String |
getRedirect() |
boolean |
isAddDisplayPageParameter() |
boolean |
isUseDialog() |
void |
setAddDisplayPageParameter(boolean addDisplayPageParameter) |
void |
setAllAssetCategoryIds(long[] allAssetCategoryIds) |
void |
setAllAssetTagNames(java.lang.String[] allAssetTagNames) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setClassNameIds(long[] classNameIds) |
void |
setClassTypeIds(long[] classTypeIds) |
void |
setGroupIds(long[] groupIds) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setRedirect(java.lang.String redirect) |
void |
setUseDialog(boolean useDialog) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic long[] getAllAssetCategoryIds()
public java.lang.String[] getAllAssetTagNames()
public long[] getClassNameIds()
public long[] getClassTypeIds()
public long[] getGroupIds()
public java.lang.String getRedirect()
public boolean isAddDisplayPageParameter()
public boolean isUseDialog()
public void setAddDisplayPageParameter(boolean addDisplayPageParameter)
public void setAllAssetCategoryIds(long[] allAssetCategoryIds)
public void setAllAssetTagNames(java.lang.String[] allAssetTagNames)
public void setClassNameIds(long[] classNameIds)
public void setClassTypeIds(long[] classTypeIds)
public void setGroupIds(long[] groupIds)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class ParamAndPropertyAncestorTagImplpublic void setRedirect(java.lang.String redirect)
public void setUseDialog(boolean useDialog)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag