public class SearchIteratorTag<R> extends SearchPaginatorTag<R>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_DISPLAY_STYLE |
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
SearchIteratorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
java.lang.String |
getDisplayStyle() |
protected java.lang.String |
getPage() |
com.liferay.portal.kernel.dao.search.ResultRowSplitter |
getResultRowSplitter() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setDisplayStyle(java.lang.String displayStyle) |
void |
setMarkupView(java.lang.String markupView) |
void |
setPaginate(boolean paginate) |
void |
setResultRowSplitter(com.liferay.portal.kernel.dao.search.ResultRowSplitter resultRowSplitter) |
setId, setTypesetSearchContainer, setShowAddButtoncallSetAttributes, 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 static final java.lang.String DEFAULT_DISPLAY_STYLE
public java.lang.String getDisplayStyle()
public com.liferay.portal.kernel.dao.search.ResultRowSplitter getResultRowSplitter()
public void setDisplayStyle(java.lang.String displayStyle)
public void setMarkupView(java.lang.String markupView)
setMarkupView in class SearchPaginatorTag<R>public void setPaginate(boolean paginate)
public void setResultRowSplitter(com.liferay.portal.kernel.dao.search.ResultRowSplitter resultRowSplitter)
protected void cleanUp()
cleanUp in class SearchPaginatorTag<R>protected java.lang.String getPage()
getPage in class SearchPaginatorTag<R>protected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class SearchPaginatorTag<R>