Uses of Interface
org.apache.wicket.request.IRequestMapper
Packages that use IRequestMapper
-
Uses of IRequestMapper in org.apache.wicket.request.mapper
Subinterfaces of IRequestMapper in org.apache.wicket.request.mapperModifier and TypeInterfaceDescriptioninterfaceMapper that delegates the mapping to a containedIRequestMappers with the highest compatibility score.interfaceA interface to be implemented byIRequestMappers that delegate to otherIRequestMappers.Classes in org.apache.wicket.request.mapper that implement IRequestMapperModifier and TypeClassDescriptionclassclassThread safe compoundIRequestMapper.classMapper that rewrites parent path segments (../) with the specified string and viceversa.Methods in org.apache.wicket.request.mapper that return IRequestMapperModifier and TypeMethodDescriptionIRequestMapperDelegate.getDelegateMapper()Returns the delegateIRequestMapper.ParentPathReferenceRewriter.getDelegateMapper()Returns the delegateIRequestMapper.Methods in org.apache.wicket.request.mapper that return types with arguments of type IRequestMapperMethods in org.apache.wicket.request.mapper with parameters of type IRequestMapperModifier and TypeMethodDescriptionCompoundRequestMapper.add(IRequestMapper mapper) ICompoundRequestMapper.add(IRequestMapper mapper) Registers aIRequestMapperCompoundRequestMapper.remove(IRequestMapper mapper) ICompoundRequestMapper.remove(IRequestMapper mapper) Unregisters aIRequestMapperConstructors in org.apache.wicket.request.mapper with parameters of type IRequestMapperModifierConstructorDescriptionConstruct.ParentPathReferenceRewriter(IRequestMapper chain, Supplier<String> escapeSequence) Construct.