Package org.apache.wicket.page

Interface Summary
IManageablePage TODO javadoc
IPageManager Page manager.
IPageManagerContext Context object for IPageManager.
 

Class Summary
AbstractPageManager Convenience class for IPageManager implementations.
DefaultPageManagerContext Wicket's default page manager context
PageAccessSynchronizer Synchronizes access to page instances from multiple threads
PageAccessSynchronizer.PageLock Thread's lock on a page
PageManagerDecorator Decorator for IPageManager
PageStoreManager  
RequestAdapter Request scoped helper class for IPageManager.
 

Exception Summary
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 specified duration
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.