Uses of Interface
org.apache.wicket.page.IPageManager
-
Packages that use IPageManager Package Description org.apache.wicket The core Wicket package.org.apache.wicket.mock org.apache.wicket.page -
-
Uses of IPageManager in org.apache.wicket
Methods in org.apache.wicket that return IPageManager Modifier and Type Method Description IPageManagerDefaultPageManagerProvider. get()IPageManagerSession. getPageManager()Returns theIPageManagerinstance. -
Uses of IPageManager in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement IPageManager Modifier and Type Class Description classMockPageManagerSimpleIPageManagerused for testing. -
Uses of IPageManager in org.apache.wicket.page
Classes in org.apache.wicket.page that implement IPageManager Modifier and Type Class Description classPageManagerDefault implementation of a page manager.Methods in org.apache.wicket.page that return IPageManager Modifier and Type Method Description IPageManagerPageAccessSynchronizer. adapt(IPageManager manager)Wraps a page manager with this synchronizerMethods in org.apache.wicket.page with parameters of type IPageManager Modifier and Type Method Description IPageManagerPageAccessSynchronizer. adapt(IPageManager manager)Wraps a page manager with this synchronizer
-