Uses of Interface
org.apache.wicket.version.IPageVersionManager

Packages that use IPageVersionManager
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.session   
org.apache.wicket.version.undo This package provides the default implementation of Wicket's back button support in the form of the ability to record and 'undo' changes to Component composition structure, IModel changes, and user-specific changes (such as the current page of pageable lists). 
 

Uses of IPageVersionManager in org.apache.wicket
 

Methods in org.apache.wicket that return IPageVersionManager
protected  IPageVersionManager Page.newVersionManager()
          Deprecated. TODO Remove in 1.4
 

Uses of IPageVersionManager in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return IPageVersionManager
 IPageVersionManager SecondLevelCacheSessionStore.newVersionManager(Page page)
           
 IPageVersionManager AbstractHttpSessionStore.newVersionManager(Page page)
           
 

Uses of IPageVersionManager in org.apache.wicket.session
 

Methods in org.apache.wicket.session that return IPageVersionManager
 IPageVersionManager ISessionStore.newVersionManager(Page page)
           
 

Uses of IPageVersionManager in org.apache.wicket.version.undo
 

Classes in org.apache.wicket.version.undo that implement IPageVersionManager
 class UndoPageVersionManager
          A version manager implemented by recording Component changes as undo records.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.