Uses of Class
com.ecyrd.jspwiki.QueryItem

Packages that use QueryItem
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
 

Uses of QueryItem in com.ecyrd.jspwiki
 

Constructors in com.ecyrd.jspwiki with parameters of type QueryItem
SearchMatcher(WikiEngine engine, QueryItem[] queries)
          Creates a new SearchMatcher.
 

Uses of QueryItem in com.ecyrd.jspwiki.providers
 

Methods in com.ecyrd.jspwiki.providers with parameters of type QueryItem
 Collection WikiAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection CachingAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection BasicAttachmentProvider.findAttachments(QueryItem[] query)
          Finds attachments based on the query.
 Collection WikiPageProvider.findPages(QueryItem[] query)
          Finds pages based on the query.
 Collection CachingProvider.findPages(QueryItem[] query)
          Finds pages 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.
 

Uses of QueryItem in com.ecyrd.jspwiki.search
 

Methods in com.ecyrd.jspwiki.search that return QueryItem
 QueryItem[] BasicSearchProvider.parseQuery(String query)
          Parses a query into something that we can use.