Uses of Class
org.apache.wiki.pages.PageLock
-
Packages that use PageLock Package Description org.apache.wiki.pages Entry point for JSPWiki's Page Objects. -
-
Uses of PageLock in org.apache.wiki.pages
Fields in org.apache.wiki.pages with type parameters of type PageLock Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<java.lang.String,PageLock>DefaultPageManager. m_pageLocksMethods in org.apache.wiki.pages that return PageLock Modifier and Type Method Description PageLockDefaultPageManager. getCurrentLock(Page page)Returns the current lock owner of a page.PageLockPageManager. getCurrentLock(Page page)Returns the current lock owner of a page.PageLockDefaultPageManager. lockPage(Page page, java.lang.String user)Locks page for editing.PageLockPageManager. lockPage(Page page, java.lang.String user)Locks page for editing.Methods in org.apache.wiki.pages that return types with arguments of type PageLock Modifier and Type Method 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.Methods in org.apache.wiki.pages with parameters of type PageLock Modifier and Type Method Description voidDefaultPageManager. unlockPage(PageLock lock)Marks a page free to be written again.voidPageManager. unlockPage(PageLock lock)Marks a page free to be written again.
-