Skip to content

Commit

Permalink
LPD-40036 sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 17, 2024
1 parent 8340217 commit f236d75
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,17 @@ public void doDispatch(
RenderRequest renderRequest, RenderResponse renderResponse)
throws IOException, PortletException {

renderRequest.setAttribute(
SamplePortletKeys.SEARCH_PAGINATOR_DISPLAY_CONTEXT,
new SearchPaginatorDisplayContext(
_portal, renderRequest, renderResponse));

renderRequest.setAttribute(
SamplePortletKeys.SAMPLE_DISPLAY_CONTEXT,
new SampleDisplayContext(renderRequest, renderResponse));

renderRequest.setAttribute(
SamplePortletKeys.SEARCH_ITERATOR_DISPLAY_CONTEXT,
new SearchIteratorDisplayContext(
_portal, renderRequest, renderResponse));
renderRequest.setAttribute(
SamplePortletKeys.SEARCH_PAGINATOR_DISPLAY_CONTEXT,
new SearchPaginatorDisplayContext(
_portal, renderRequest, renderResponse));

super.doDispatch(renderRequest, renderResponse);
}
Expand Down

0 comments on commit f236d75

Please sign in to comment.