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