| Package | Description |
|---|---|
| org.apache.wiki.api.providers |
Page Providers' API package of JSPWiki.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Attachment> |
AttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
java.util.Collection<Attachment> |
AttachmentProvider.findAttachments(QueryItem[] query)
Finds attachments based on the query.
|
java.util.Collection<SearchResult> |
PageProvider.findPages(QueryItem[] query)
Finds pages based on the query.
|
java.util.Collection<SearchResult> |
PageProvider.findPages(QueryItem[] query)
Finds pages based on the query.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.