Uses of Class
com.ecyrd.jspwiki.PageLock

Packages that use PageLock
com.ecyrd.jspwiki The chief package of JSPWiki. 
 

Uses of PageLock in com.ecyrd.jspwiki
 

Fields in com.ecyrd.jspwiki with type parameters of type PageLock
protected  HashMap<String,PageLock> PageManager.m_pageLocks
           
 

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.