Uses of Class
org.apache.wicket.request.mapper.AbstractMapper

Packages that use AbstractMapper
org.apache.wicket.examples.requestmapper   
org.apache.wicket.request.mapper   
org.apache.wicket.request.mapper.mount   
 

Uses of AbstractMapper in org.apache.wicket.examples.requestmapper
 

Subclasses of AbstractMapper in org.apache.wicket.examples.requestmapper
 class CustomHomeMapper
          An IRequestMapper that overrides the behavior of HomePageMapper and appends the string representation of the current session locale in the url
 class LocaleFirstMapper
          A IRequestMapper that reads the session locale from the first url segment
 

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

Subclasses of AbstractMapper in org.apache.wicket.request.mapper
 class AbstractBookmarkableMapper
          Abstract encoder for Bookmarkable, Hybrid and BookmarkableListenerInterface URLs.
 class AbstractComponentMapper
          Convenience class for implementing page/components related encoders.
 class AbstractResourceReferenceMapper
          Base class for encoding and decoding ResourceReferences
 class BookmarkableMapper
          Decodes and encodes the following URLs:
 class HomePageMapper
          Mapper for rendering home page.
 class MountedMapper
          Encoder for mounted URL.
 class PageInstanceMapper
          Decodes and encodes the following URLs:
 

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

Subclasses of AbstractMapper in org.apache.wicket.request.mapper.mount
 class MountMapper
          IRequestMapper that can mount requests onto urls.
 



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