| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.attachment |
Attachment management, uploading and downloading.
|
| org.apache.wiki.search |
Provides the JSPWiki search functionality.
|
| Modifier and Type | Method and Description |
|---|---|
WikiEngine |
WikiContext.getEngine()
Returns the handling engine.
|
WikiEngine |
WikiContext.getEngine()
Returns the handling engine.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletConfig config)
Gets a WikiEngine related to this servlet.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletConfig config)
Gets a WikiEngine related to this servlet.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletConfig config,
java.util.Properties props)
Gets a WikiEngine related to the servlet.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletConfig config,
java.util.Properties props)
Gets a WikiEngine related to the servlet.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletContext context,
java.util.Properties props)
Gets a WikiEngine related to the servlet.
|
static WikiEngine |
WikiEngine.getInstance(javax.servlet.ServletContext context,
java.util.Properties props)
Gets a WikiEngine related to the servlet.
|
| Constructor and Description |
|---|
WikiPage(WikiEngine engine,
java.lang.String name)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
WikiPage(Engine, String) instead. |
WikiPage(WikiEngine engine,
java.lang.String name)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
WikiPage(Engine, String) instead. |
| Constructor and Description |
|---|
Attachment(WikiEngine engine,
java.lang.String parentPage,
java.lang.String fileName)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
Attachment(Engine, String, String) instead. |
Attachment(WikiEngine engine,
java.lang.String parentPage,
java.lang.String fileName)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
Attachment(Engine, String, String) instead. |
| Constructor and Description |
|---|
SearchMatcher(WikiEngine engine,
QueryItem[] queries)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
SearchMatcher(Engine, QueryItem)
instead. |
SearchMatcher(WikiEngine engine,
QueryItem[] queries)
Deprecated.
kept for compatibility with page/attachment providers not using public API. Use
SearchMatcher(Engine, QueryItem)
instead. |
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.