Uses of Interface
org.apache.wicket.request.mapper.IPageSource

Packages that use IPageSource
org.apache.wicket The core Wicket package. 
org.apache.wicket.request.handler   
org.apache.wicket.request.mapper   
 

Uses of IPageSource in org.apache.wicket
 

Classes in org.apache.wicket that implement IPageSource
 class DefaultMapperContext
          Wicket's default implementation for the mapper context
 

Uses of IPageSource in org.apache.wicket.request.handler
 

Methods in org.apache.wicket.request.handler that return IPageSource
protected  IPageSource PageProvider.getPageSource()
           
 

Methods in org.apache.wicket.request.handler with parameters of type IPageSource
 void PageProvider.setPageSource(IPageSource pageSource)
          If the PageProvider is used outside request thread (thread that does not have application instance assigned) it is necessary to specify a IPageSource instance so that PageProvider knows how to get a page instance.
 

Uses of IPageSource in org.apache.wicket.request.mapper
 

Subinterfaces of IPageSource in org.apache.wicket.request.mapper
 interface IMapperContext
          Utility interface for providing and creating new page instances.
 



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