Uses of Class
org.apache.wiki.PageLock

Packages that use PageLock
org.apache.wiki The chief package of JSPWiki. 
 

Uses of PageLock in org.apache.wiki
 

Fields in org.apache.wiki with type parameters of type PageLock
protected  HashMap<String,PageLock> PageManager.m_pageLocks
           
 

Methods in org.apache.wiki 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 org.apache.wiki with parameters of type PageLock
 void PageManager.unlockPage(PageLock lock)
          Marks a page free to be written again.