Package org.apache.wiki.url
package org.apache.wiki.url
Provides the URL generation routines.
Package Specification
JSPWiki generates URLs using the URLConstructor classes in this interface. It's possible to create your own URLs simply by installing your own URLConstructor.
Related Documentation
-
ClassDescriptionImplements the default URL constructor using links directly to the JSP pages.Provides a way to do short URLs of the form /wiki/PageName.A specific URL constructor that returns easy-to-grok URLs for VIEW and ATTACH contexts, but goes through JSP pages otherwise.Provides an interface through which JSPWiki constructs URLs.