Uses of Class
com.ecyrd.jspwiki.QueryItem

Packages that use QueryItem
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.providers   
com.ecyrd.jspwiki.search   
 

Uses of QueryItem in com.ecyrd.jspwiki
 

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

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)
           
 Collection BasicAttachmentProvider.findAttachments(QueryItem[] query)
           
 Collection WikiPageProvider.findPages(QueryItem[] query)
          Finds pages based on the query.
 Collection CachingProvider.findPages(QueryItem[] 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)