Module org.apache.wicket.core
Package org.apache.wicket.page
package org.apache.wicket.page
-
ClassDescriptionAn 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 specified
duration
DefaultIPageLockManager
that holds a map of locks in the current session.Lock manager forPageAccessSynchronizer
responsible for locking and unlocking pages for the duration of a request.A manager of pages - facade betweenPage
s andIPageStore
s they are stored in.Synchronizes access to page instances from multiple threadsThread's lock on a pageDefault implementation of a page manager.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, * ...).Wrapper of a response that buffers its contents.APartialPageUpdate
that serializes itself to XML.