Uses of Interface
com.ecyrd.jspwiki.url.URLConstructor

Packages that use URLConstructor
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.url Provides the URL generation routines. 
 

Uses of URLConstructor in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return URLConstructor
 URLConstructor WikiEngine.getURLConstructor()
           
 

Uses of URLConstructor in com.ecyrd.jspwiki.url
 

Classes in com.ecyrd.jspwiki.url that implement URLConstructor
 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.