| Package | Description |
|---|---|
| org.apache.wiki |
The chief package of JSPWiki.
|
| org.apache.wiki.url |
Provides the URL generation routines.
|
| Modifier and Type | Method and Description |
|---|---|
URLConstructor |
WikiEngine.getURLConstructor()
Deprecated.
use
getManager( URLConstructor.class ) instead. |
URLConstructor |
WikiEngine.getURLConstructor()
Deprecated.
use
getManager( URLConstructor.class ) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultURLConstructor
Implements the default URL constructor using links directly to the JSP pages.
|
class |
ShortURLConstructor
Provides a way to do short URLs of the form /wiki/PageName.
|
class |
ShortViewURLConstructor
A specific URL constructor that returns easy-to-grok URLs for VIEW and ATTACH contexts, but goes through JSP pages otherwise.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.