Uses of Class
com.ecyrd.jspwiki.PageLock

Packages that use PageLock
com.ecyrd.jspwiki   
 

Uses of PageLock in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return PageLock
 PageLock PageManager.getCurrentLock(WikiPage page)
          Returns the current lock owner of a page.
 PageLock PageManager.lockPage(WikiPage page, String user)
          Locks page for editing.
 

Methods in com.ecyrd.jspwiki with parameters of type PageLock
 void PageManager.unlockPage(PageLock lock)
          Marks a page free to be written again.