Uses of Class
com.aoapps.web.framework.SearchResult
-
Uses of SearchResult in com.aoapps.web.framework
Methods in com.aoapps.web.framework with parameters of type SearchResultMethod parameters in com.aoapps.web.framework with type arguments of type SearchResultModifier and TypeMethodDescriptionfinal <__ extends FlowContent<__>>
voidSearchLayout.printSearchOutput(WebSiteRequest req, HttpServletResponse resp, WebPage page, __ flow, String query, boolean isEntireSite, List<SearchResult> results, String[] words) <__ extends FlowContent<__>>
voidWebPageLayout.printSearchOutput(WebSiteRequest req, HttpServletResponse resp, WebPage page, __ flow, String query, boolean isEntireSite, List<SearchResult> results, String[] words) Prints the content HTML that shows the output of a search.voidDumpURLs.search(String[] words, WebSiteRequest req, HttpServletResponse response, List<SearchResult> results, CharArrayWriter buffer, Set<WebPage> finishedPages) Do not include this in the search results.voidWebPage.search(String[] words, WebSiteRequest req, HttpServletResponse response, List<SearchResult> results, CharArrayWriter buffer, Set<WebPage> finishedPages) Searches this WebPage and all of its subordinate pages, returning the matches in aArrayListwith five elements per match.final voidWebPage.standardSearch(String[] words, WebSiteRequest req, HttpServletResponse resp, List<SearchResult> results, CharArrayWriter buffer, Set<WebPage> finishedPages) The standard implementation of the search functionality.
