|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 that return types with arguments of type PageLock | |
|---|---|
List<PageLock> |
PageManager.getActiveLocks()
Returns a list of currently applicable locks. |
| Methods in org.apache.wiki with parameters of type PageLock | |
|---|---|
void |
PageManager.unlockPage(PageLock lock)
Marks a page free to be written again. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||