Uses of Interface
org.apache.wicket.request.IRequestMapper

Packages that use IRequestMapper
org.apache.wicket.request.mapper   
org.apache.wicket.request.mapper.mount   
 

Uses of IRequestMapper in org.apache.wicket.request.mapper
 

Subinterfaces of IRequestMapper in org.apache.wicket.request.mapper
 interface ICompoundRequestMapper
          Mapper that delegates the mapping to a contained IRequestMappers with the highest compatibility score.
 

Classes in org.apache.wicket.request.mapper that implement IRequestMapper
 class AbstractMapper
           
 class CompoundRequestMapper
          Thread safe compound IRequestMapper.
 class ParentPathReferenceRewriter
          Mapper that rewrites parent path segments (../) with the specified string and viceversa.
 

Methods in org.apache.wicket.request.mapper that return types with arguments of type IRequestMapper
 Iterator<IRequestMapper> CompoundRequestMapper.iterator()
           
 

Methods in org.apache.wicket.request.mapper with parameters of type IRequestMapper
 ICompoundRequestMapper ICompoundRequestMapper.add(IRequestMapper mapper)
          Registers a IRequestMapper
 CompoundRequestMapper CompoundRequestMapper.add(IRequestMapper mapper)
           
 ICompoundRequestMapper ICompoundRequestMapper.remove(IRequestMapper mapper)
          Unregisters a IRequestMapper
 CompoundRequestMapper CompoundRequestMapper.remove(IRequestMapper mapper)
           
 

Constructors in org.apache.wicket.request.mapper with parameters of type IRequestMapper
ParentPathReferenceRewriter(IRequestMapper chain)
          Construct.
ParentPathReferenceRewriter(IRequestMapper chain, IProvider<String> escapeSequence)
          Construct.
 

Uses of IRequestMapper in org.apache.wicket.request.mapper.mount
 

Classes in org.apache.wicket.request.mapper.mount that implement IRequestMapper
 class MountMapper
          IRequestMapper that can mount requests onto urls.
 

Constructors in org.apache.wicket.request.mapper.mount with parameters of type IRequestMapper
MountMapper(String mountPath, IRequestMapper mapper)
          Construct.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.