public class AssetAddButtonTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
AssetAddButtonTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
long[] |
getAllAssetCategoryIds() |
java.lang.String[] |
getAllAssetTagNames() |
long[] |
getClassNameIds() |
long[] |
getClassTypeIds() |
long[] |
getGroupIds() |
protected java.lang.String |
getPage() |
java.lang.String |
getRedirect() |
boolean |
isAddDisplayPageParameter() |
void |
setAddDisplayPageParameter(boolean addDisplayPageParameter) |
void |
setAllAssetCategoryIds(long[] allAssetCategoryIds) |
void |
setAllAssetTagNames(java.lang.String[] allAssetTagNames) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setClassNameIds(long[] classNameIds) |
void |
setClassTypeIds(long[] classTypeIds) |
void |
setGroupIds(long[] groupIds) |
void |
setRedirect(java.lang.String redirect) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, 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, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic 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 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 setRedirect(java.lang.String redirect)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag