Uses of Interface
org.apache.wicket.request.IRequestMapper
-
Packages that use IRequestMapper Package Description org.apache.wicket.request.mapper -
-
Uses of IRequestMapper in org.apache.wicket.request.mapper
Subinterfaces of IRequestMapper in org.apache.wicket.request.mapper Modifier and Type Interface Description interfaceICompoundRequestMapperMapper that delegates the mapping to a containedIRequestMappers with the highest compatibility score.interfaceIRequestMapperDelegateA interface to be implemented byIRequestMappers that delegate to otherIRequestMappers.Classes in org.apache.wicket.request.mapper that implement IRequestMapper Modifier and Type Class Description classAbstractMapperclassCompoundRequestMapperThread safe compoundIRequestMapper.classParentPathReferenceRewriterMapper that rewrites parent path segments (../) with the specified string and viceversa.Methods in org.apache.wicket.request.mapper that return IRequestMapper Modifier and Type Method Description IRequestMapperIRequestMapperDelegate. getDelegateMapper()Returns the delegateIRequestMapper.IRequestMapperParentPathReferenceRewriter. getDelegateMapper()Returns the delegateIRequestMapper.Methods in org.apache.wicket.request.mapper that return types with arguments of type IRequestMapper Modifier and Type Method Description Iterator<IRequestMapper>CompoundRequestMapper. iterator()Methods in org.apache.wicket.request.mapper with parameters of type IRequestMapper Modifier and Type Method Description CompoundRequestMapperCompoundRequestMapper. add(IRequestMapper mapper)ICompoundRequestMapperICompoundRequestMapper. add(IRequestMapper mapper)Registers aIRequestMapperCompoundRequestMapperCompoundRequestMapper. remove(IRequestMapper mapper)ICompoundRequestMapperICompoundRequestMapper. remove(IRequestMapper mapper)Unregisters aIRequestMapperConstructors in org.apache.wicket.request.mapper with parameters of type IRequestMapper Constructor Description ParentPathReferenceRewriter(IRequestMapper chain)Construct.ParentPathReferenceRewriter(IRequestMapper chain, Supplier<String> escapeSequence)Construct.
-