public class AppViewSearchEntryTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
AppViewSearchEntryTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected javax.servlet.ServletContext |
getActionJspServletContext() |
protected java.lang.String |
getPage() |
protected boolean |
isCleanUpSetAttributes() |
void |
setActionJsp(java.lang.String actionJsp) |
void |
setActionJspServletContext(javax.servlet.ServletContext actionJspServletContext) |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setCommentRelatedSearchResults(java.util.List<com.liferay.portal.kernel.search.RelatedSearchResult<com.liferay.portal.kernel.comment.Comment>> commentRelatedSearchResults) |
void |
setContainerName(java.lang.String containerName) |
void |
setContainerType(java.lang.String containerType) |
void |
setCssClass(java.lang.String cssClass) |
void |
setDescription(java.lang.String description) |
void |
setEscape(boolean escape) |
void |
setFileEntryRelatedSearchResults(java.util.List<com.liferay.portal.kernel.search.RelatedSearchResult<com.liferay.portal.kernel.repository.model.FileEntry>> fileEntryRelatedSearchResults) |
void |
setHighlightEnabled(boolean highlightEnabled) |
void |
setLocked(boolean locked) |
void |
setQueryTerms(java.lang.String[] queryTerms) |
void |
setRowCheckerId(java.lang.String rowCheckerId) |
void |
setRowCheckerName(java.lang.String rowCheckerName) |
void |
setShowCheckbox(boolean showCheckbox) |
void |
setStatus(int status) |
void |
setThumbnailSrc(java.lang.String thumbnailSrc) |
void |
setTitle(java.lang.String title) |
void |
setUrl(java.lang.String url) |
void |
setVersions(java.util.List<java.lang.String> versions) |
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 setActionJsp(java.lang.String actionJsp)
public void setActionJspServletContext(javax.servlet.ServletContext actionJspServletContext)
public void setCommentRelatedSearchResults(java.util.List<com.liferay.portal.kernel.search.RelatedSearchResult<com.liferay.portal.kernel.comment.Comment>> commentRelatedSearchResults)
public void setContainerName(java.lang.String containerName)
public void setContainerType(java.lang.String containerType)
public void setCssClass(java.lang.String cssClass)
public void setDescription(java.lang.String description)
public void setEscape(boolean escape)
public void setFileEntryRelatedSearchResults(java.util.List<com.liferay.portal.kernel.search.RelatedSearchResult<com.liferay.portal.kernel.repository.model.FileEntry>> fileEntryRelatedSearchResults)
public void setHighlightEnabled(boolean highlightEnabled)
public void setLocked(boolean locked)
public void setQueryTerms(java.lang.String[] queryTerms)
public void setRowCheckerId(java.lang.String rowCheckerId)
public void setRowCheckerName(java.lang.String rowCheckerName)
public void setShowCheckbox(boolean showCheckbox)
public void setStatus(int status)
public void setThumbnailSrc(java.lang.String thumbnailSrc)
public void setTitle(java.lang.String title)
public void setUrl(java.lang.String url)
public void setVersions(java.util.List<java.lang.String> versions)
protected void cleanUp()
cleanUp in class IncludeTagprotected javax.servlet.ServletContext getActionJspServletContext()
protected 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