Uses of Interface
org.apache.wicket.core.request.mapper.IMapperContext
-
Packages that use IMapperContext Package Description org.apache.wicket The core Wicket package.org.apache.wicket.core.request.mapper -
-
Uses of IMapperContext in org.apache.wicket
Classes in org.apache.wicket that implement IMapperContext Modifier and Type Class Description classDefaultMapperContextWicket's default implementation for the mapper contextMethods in org.apache.wicket that return IMapperContext Modifier and Type Method Description IMapperContextApplication. getMapperContext()protected IMapperContextApplication. newMapperContext()Factory method forIMapperContextimplementations. -
Uses of IMapperContext in org.apache.wicket.core.request.mapper
Methods in org.apache.wicket.core.request.mapper that return IMapperContext Modifier and Type Method Description protected IMapperContextAbstractComponentMapper. getContext()protected IMapperContextCryptoMapper. getContext()Returns the applicationsIMapperContext.
-