|
NYCJava.net Main Page About NYCJava.net JUG Java Study Groups: Java Mobile SCJP 6 (Programmer Cert.) Design Patterns SCEA 5 (Architect Cert.) Java Enterprise Study Group Sponsor of the Skylight1 ![]() open source project Location Sponsor: ![]() A member SIG of http://nypc.org ![]() Sponsor of the NYC Java Meetup ![]() ![]() help support NYC Java: http://cafepress.com/nycjava ![]()
![]() Special thanks to: Sun Microsystems Prentice Hall O'Reilly JetBrains Apress and NYPC! Book Reviews Articles Java Links Java Jobs Humor About Duke System Info Find pages About this Wiki Wiki Quick Start WikiEtiquette
Set your name in
UserPreferences |
An URL Constructor is a JSPWiki plugin which can be used to control how the different URLs that JSPWiki generates should look like. Choosing your URLConstructorJSPWiki includes three basic URLConstructors for managing link generation:
Using a URLConstructorEdit your jspwiki.properties file, and add the following line: jspwiki.urlConstructor = <constructor name> For example: jspwiki.baseURL = http://example.com/ jspwiki.urlConstructor = ShortURLConstructor jspwiki.shortURLConstructor.prefix = /mywiki/ would use the ShortURLConstructor with a prefix of "/mywiki/". All relative URLs would look like "/mywiki/Foobar" and all absolute URLs would look like "http://example.com/mywiki/Foobar".
|
||||||