public class AssetMetadataTag
extends com.liferay.taglib.util.IncludeTag
| Constructor and Description |
|---|
AssetMetadataTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getClassName() |
long |
getClassPK() |
java.lang.String[] |
getMetadataFields() |
protected java.lang.String |
getPage() |
boolean |
isFilterByMetadata() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setClassName(java.lang.String className) |
void |
setClassPK(long classPK) |
void |
setFilterByMetadata(boolean filterByMetadata) |
void |
setMetadataFields(java.lang.String[] metadataFields) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
callSetAttributes, cleanUpSetAttributes, doClearTag, 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, setParentpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic java.lang.String getClassName()
public long getClassPK()
public java.lang.String[] getMetadataFields()
public boolean isFilterByMetadata()
public void setClassName(java.lang.String className)
public void setClassPK(long classPK)
public void setFilterByMetadata(boolean filterByMetadata)
public void setMetadataFields(java.lang.String[] metadataFields)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplprotected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag