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 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
 java.util.Iterator<IRequestMapper> CompoundRequestMapper.iterator()
          
 

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

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

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

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



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.