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

Packages that use AbstractComponentMapper
org.apache.wicket.examples.requestmapper   
org.apache.wicket.request.mapper   
 

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

Subclasses of AbstractComponentMapper in org.apache.wicket.examples.requestmapper
 class CustomHomeMapper
          An IRequestMapper that handles requests to the home page ('/') 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 AbstractComponentMapper in org.apache.wicket.request.mapper
 

Subclasses of AbstractComponentMapper in org.apache.wicket.request.mapper
 class AbstractBookmarkableMapper
          Abstract encoder for Bookmarkable, Hybrid and BookmarkableListenerInterface URLs.
 class AbstractResourceReferenceMapper
          Base class for encoding and decoding ResourceReferences
 class BookmarkableMapper
          Decodes and encodes the following URLs:
 class HomePageMapper
          A mapper that is used when a request to the home page ("/") is made
 class MountedMapper
          Encoder for mounted URL.
 class PackageMapper
          A request mapper that mounts all bookmarkable pages in a given package.
 class PageInstanceMapper
          Decodes and encodes the following URLs:
 



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