| Package | Description | 
|---|---|
| org.apache.wiki | 
 The chief package of JSPWiki. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConcurrentHashMap<String,PageLock> | 
PageManager.m_pageLocks  | 
| Modifier and Type | Method and Description | 
|---|---|
PageLock | 
PageManager.getCurrentLock(WikiPage page)
Returns the current lock owner of a page. 
 | 
PageLock | 
PageManager.lockPage(WikiPage page,
        String user)
Locks page for editing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PageLock> | 
PageManager.getActiveLocks()
Returns a list of currently applicable locks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PageManager.unlockPage(PageLock lock)
Marks a page free to be written again. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.