Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.presentation.velocity.plugins.jspwiki
Class RollerPageProvider  view RollerPageProvider download RollerPageProvider.java

java.lang.Object
  extended byFileSystemProvider
      extended byorg.roller.presentation.velocity.plugins.jspwiki.RollerPageProvider

public class RollerPageProvider
extends FileSystemProvider

Override page provider so that Wiki links always appear as hyperlinks to the external Wiki's Wiki.jsp?page=MyPageName page. Without this, they would appear as links tp Edit.jsp?page=MyPageName, which is not quite as nice. Eventually, it may be a good idea to use JSPWiki's XML-RPC interface to figure out if the page exists or not.


Constructor Summary
RollerPageProvider()
           
 
Method Summary
 boolean pageExists(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RollerPageProvider

public RollerPageProvider()
Method Detail

pageExists

public boolean pageExists(java.lang.String arg0)