| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.tags |
Provides standard JSP tags for JSPWiki.
|
| org.apache.wiki.ui |
Java classes for management of the JSP user interface.
|
| Modifier and Type | Method and Description |
|---|---|
WikiContext |
WikiContext.clone()
Returns a shallow clone of the WikiContext.
|
WikiContext |
WikiContext.clone()
Returns a shallow clone of the WikiContext.
|
WikiContext |
WikiContext.deepClone()
Creates a deep clone of the WikiContext.
|
WikiContext |
WikiContext.deepClone()
Creates a deep clone of the WikiContext.
|
static WikiContext |
WikiContext.findContext(javax.servlet.jsp.PageContext pageContext)
Deprecated.
use
Context.findContext( PageContext ) instead. |
static WikiContext |
WikiContext.findContext(javax.servlet.jsp.PageContext pageContext)
Deprecated.
use
Context.findContext( PageContext ) instead. |
| Modifier and Type | Field and Description |
|---|---|
protected WikiContext |
WikiBodyTag.m_wikiContext |
protected WikiContext |
WikiBodyTag.m_wikiContext |
| Modifier and Type | Method and Description |
|---|---|
protected WikiContext |
WikiServletFilter.getWikiContext(javax.servlet.ServletRequest request)
Figures out the wiki context from the request.
|
protected WikiContext |
WikiServletFilter.getWikiContext(javax.servlet.ServletRequest request)
Figures out the wiki context from the request.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.