Uses of Package
org.apache.wicket.request.mapper
-
Packages that use org.apache.wicket.request.mapper Package Description org.apache.wicket The core Wicket package.org.apache.wicket.core.request.mapper org.apache.wicket.csp org.apache.wicket.protocol.https org.apache.wicket.request.mapper -
Classes in org.apache.wicket.request.mapper used by org.apache.wicket Class Description CompoundRequestMapper Thread safe compoundIRequestMapper
.ICompoundRequestMapper Mapper that delegates the mapping to a containedIRequestMapper
s with the highest compatibility score. -
Classes in org.apache.wicket.request.mapper used by org.apache.wicket.core.request.mapper Class Description AbstractMapper IRequestMapperDelegate A interface to be implemented byIRequestMapper
s that delegate to otherIRequestMapper
s.ParentPathReferenceRewriter Mapper that rewrites parent path segments (../
) with the specified string and viceversa. -
Classes in org.apache.wicket.request.mapper used by org.apache.wicket.csp Class Description AbstractMapper -
Classes in org.apache.wicket.request.mapper used by org.apache.wicket.protocol.https Class Description IRequestMapperDelegate A interface to be implemented byIRequestMapper
s that delegate to otherIRequestMapper
s. -
Classes in org.apache.wicket.request.mapper used by org.apache.wicket.request.mapper Class Description CompoundRequestMapper Thread safe compoundIRequestMapper
.ICompoundRequestMapper Mapper that delegates the mapping to a containedIRequestMapper
s with the highest compatibility score.IRequestMapperDelegate A interface to be implemented byIRequestMapper
s that delegate to otherIRequestMapper
s.