Uses of Interface
org.apache.wicket.core.request.mapper.IPageSource
-
Packages that use IPageSource Package Description org.apache.wicket The core Wicket package.org.apache.wicket.core.request.handler org.apache.wicket.core.request.mapper -
-
Uses of IPageSource in org.apache.wicket
Classes in org.apache.wicket that implement IPageSource Modifier and Type Class Description classDefaultMapperContextWicket's default implementation for the mapper context -
Uses of IPageSource in org.apache.wicket.core.request.handler
Methods in org.apache.wicket.core.request.handler that return IPageSource Modifier and Type Method Description protected IPageSourcePageProvider. getPageSource()Methods in org.apache.wicket.core.request.handler with parameters of type IPageSource Modifier and Type Method Description voidPageProvider. setPageSource(IPageSource pageSource)If thePageProvideris used outside request thread (thread that does not have application instance assigned) it is necessary to specify aIPageSourceinstance so thatPageProviderknows how to get a page instance. -
Uses of IPageSource in org.apache.wicket.core.request.mapper
Subinterfaces of IPageSource in org.apache.wicket.core.request.mapper Modifier and Type Interface Description interfaceIMapperContextUtility interface for providing and creating new page instances.
-