| Package | Description |
|---|---|
| org.apache.wiki.pages |
Provides the JSPWiki wiki page related functionality.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,PageLock> |
DefaultPageManager.m_pageLocks |
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,PageLock> |
DefaultPageManager.m_pageLocks |
| Modifier and Type | Method and Description |
|---|---|
PageLock |
DefaultPageManager.getCurrentLock(Page page)
Returns the current lock owner of a page.
|
PageLock |
PageManager.getCurrentLock(Page page)
Returns the current lock owner of a page.
|
PageLock |
PageManager.getCurrentLock(Page page)
Returns the current lock owner of a page.
|
PageLock |
DefaultPageManager.getCurrentLock(Page page)
Returns the current lock owner of a page.
|
PageLock |
DefaultPageManager.lockPage(Page page,
java.lang.String user)
Locks page for editing.
|
PageLock |
PageManager.lockPage(Page page,
java.lang.String user)
Locks page for editing.
|
PageLock |
PageManager.lockPage(Page page,
java.lang.String user)
Locks page for editing.
|
PageLock |
DefaultPageManager.lockPage(Page page,
java.lang.String user)
Locks page for editing.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PageLock> |
DefaultPageManager.getActiveLocks()
Returns a list of currently applicable locks.
|
java.util.List<PageLock> |
PageManager.getActiveLocks()
Returns a list of currently applicable locks.
|
java.util.List<PageLock> |
PageManager.getActiveLocks()
Returns a list of currently applicable locks.
|
java.util.List<PageLock> |
DefaultPageManager.getActiveLocks()
Returns a list of currently applicable locks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageManager.unlockPage(PageLock lock)
Marks a page free to be written again.
|
void |
PageManager.unlockPage(PageLock lock)
Marks a page free to be written again.
|
void |
PageManager.unlockPage(PageLock lock)
Marks a page free to be written again.
|
void |
DefaultPageManager.unlockPage(PageLock lock)
Marks a page free to be written again.
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.