Package org.apache.wicket.page
-
Interface Summary Interface Description IManageablePage IPageLockManager Lock manager forPageAccessSynchronizer
responsible for locking and unlocking pages for the duration of a request.IPageManager A manager of pages - facade betweenPage
s andIPageStore
s they are stored in. -
Class Summary Class Description DefaultPageLockManager DefaultIPageLockManager
that holds a map of locks in the current session.PageAccessSynchronizer Synchronizes access to page instances from multiple threadsPageAccessSynchronizer.PageLock Thread's lock on a pagePageManager Default implementation of a page manager.PartialPageUpdate A partial update of a page that collects components and header contributions to be written to the client in a specific String-based format (XML, JSON, * ...).PartialPageUpdate.ResponseBuffer Wrapper of a response that buffers its contents.XmlPartialPageUpdate APartialPageUpdate
that serializes itself to XML. -
Exception Summary Exception Description CouldNotLockPageException An exception that is being thrown when a second thread attempts to get the lock on a page instance that is currently locked by another thread and it cannot do that for some specifiedduration