Package org.apache.wicket.page
-
Interface Summary Interface Description IManageablePage IPageManager A manager of pages - facade betweenPages andIPageStores they are stored in. -
Class Summary Class Description 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 APartialPageUpdatethat 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