Uses of Class
org.apache.wiki.pages.PageLock
Packages that use PageLock
-
Uses of PageLock in org.apache.wiki.pages
Fields in org.apache.wiki.pages with type parameters of type PageLockModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String,PageLock> DefaultPageManager.m_pageLocksMethods in org.apache.wiki.pages that return PageLockModifier and TypeMethodDescriptionDefaultPageManager.getCurrentLock(Page page) Returns the current lock owner of a page.PageManager.getCurrentLock(Page page) Returns the current lock owner of a page.Locks page for editing.Locks page for editing.Methods in org.apache.wiki.pages that return types with arguments of type PageLockModifier and TypeMethodDescriptionDefaultPageManager.getActiveLocks()Returns a list of currently applicable locks.PageManager.getActiveLocks()Returns a list of currently applicable locks.Methods in org.apache.wiki.pages with parameters of type PageLockModifier and TypeMethodDescriptionvoidDefaultPageManager.unlockPage(PageLock lock) Marks a page free to be written again.voidPageManager.unlockPage(PageLock lock) Marks a page free to be written again.