Uses of Class
org.apache.wiki.QueryItem

Packages that use QueryItem
org.apache.wiki The chief package of JSPWiki. 
org.apache.wiki.providers Provides storage for JSPWiki. 
org.apache.wiki.search Provides the JSPWiki search functionality. 
 

Uses of QueryItem in org.apache.wiki
 

Constructors in org.apache.wiki with parameters of type QueryItem
SearchMatcher(WikiEngine engine, QueryItem[] queries)
          Creates a new SearchMatcher.
 

Uses of QueryItem in org.apache.wiki.providers
 

Methods in org.apache.wiki.providers with parameters of type QueryItem
 Collection CachingAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection WikiAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection BasicAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection AbstractFileProvider.findPages(QueryItem[] query)
          Iterates through all WikiPages, matches them against the given query, and returns a Collection of SearchResult objects.
 Collection WikiPageProvider.findPages(QueryItem[] query)
          Finds pages based on the query.
 Collection CachingProvider.findPages(QueryItem[] query)
          Finds pages based on the query.
 

Uses of QueryItem in org.apache.wiki.search
 

Methods in org.apache.wiki.search that return QueryItem
 QueryItem[] BasicSearchProvider.parseQuery(String query)
          Parses a query into something that we can use.